#999907
A dark, vivid yellow closely aligning with Olive.
About #999907
Visually, #999907 is defined as a vivid yellow. Its closest recognized web color is Olive. This translates to an RGB value of rgb(153, 153, 7).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 0% M, 95% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#999907
RGB153, 153, 7
HSL60.0°, 91.2%, 31.4%
CMYK0%, 0%, 95%, 40%
HSV60.0°, 95.4%, 60.0%
LAB61.3, -14.6, 63.5
XYZ24.6, 29.6, 4.6
Decimal10066183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.91:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #999907;
}
.text-color {
color: #999907;
}
.border-color {
border: 2px solid #999907;
}