#999233
A medium, moderate yellow closely aligning with Olive.
About #999233
At its core, #999233 is a medium and moderate hue. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(153, 146, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 5% M, 67% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#999233
RGB153, 146, 51
HSL55.9°, 50.0%, 40.0%
CMYK0%, 5%, 67%, 40%
HSV55.9°, 66.7%, 60.0%
LAB59.5, -9.3, 49.3
XYZ24.0, 27.6, 7.2
Decimal10064435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.51:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #999233;
}
.text-color {
color: #999233;
}
.border-color {
border: 2px solid #999233;
}