#999207
A dark, vivid yellow closely aligning with Olive.
About #999207
At its core, #999207 is a dark and vivid hue. It is closely associated with the named CSS color Olive. Its digital footprint relies on 153 parts red, 146 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 5% Magenta, 95% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#999207
RGB153, 146, 7
HSL57.1°, 91.2%, 31.4%
CMYK0%, 5%, 95%, 40%
HSV57.1°, 95.4%, 60.0%
LAB59.3, -10.9, 62.0
XYZ23.5, 27.3, 4.2
Decimal10064391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.47:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #999207;
}
.text-color {
color: #999207;
}
.border-color {
border: 2px solid #999207;
}