#99992C
A dark, moderate yellow closely aligning with Olive.
About #99992C
The hex code #99992C represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(153, 153, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 0% Magenta, 71% Yellow, and 40% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99992C
RGB153, 153, 44
HSL60.0°, 55.3%, 38.6%
CMYK0%, 0%, 71%, 40%
HSV60.0°, 71.2%, 60.0%
LAB61.4, -13.4, 54.1
XYZ25.0, 29.7, 6.8
Decimal10066220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.95:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99992C;
}
.text-color {
color: #99992C;
}
.border-color {
border: 2px solid #99992C;
}