#999250
A medium, moderate yellow closely aligning with Darkkhaki.
About #999250
When working with digital screens, the color #999250 is rendered by mixing light. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(153, 146, 80).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 5% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#999250
RGB153, 146, 80
HSL54.2°, 31.3%, 45.7%
CMYK0%, 5%, 48%, 40%
HSV54.2°, 47.7%, 60.0%
LAB59.8, -7.0, 35.7
XYZ24.9, 27.9, 11.7
Decimal10064464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.58:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #999250;
}
.text-color {
color: #999250;
}
.border-color {
border: 2px solid #999250;
}