#99A033
A medium, moderate yellow closely aligning with Olive.
About #99A033
The precise color #99A033 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(153, 160, 51).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 4% C, 0% M, 68% Y, and 37% K. The HSL representation is 63.9° hue, 51.7% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99A033
RGB153, 160, 51
HSL63.9°, 51.7%, 41.4%
CMYK4%, 0%, 68%, 37%
HSV63.9°, 68.1%, 62.7%
LAB63.5, -16.7, 53.4
XYZ26.3, 32.2, 8.0
Decimal10068019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.43:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A033;
}
.text-color {
color: #99A033;
}
.border-color {
border: 2px solid #99A033;
}