#99830F
A dark, vivid yellow closely aligning with Olive.
About #99830F
When working with digital screens, the color #99830F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 153 red, 131 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 14% M, 90% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99830F
RGB153, 131, 15
HSL50.4°, 82.1%, 32.9%
CMYK0%, 14%, 90%, 40%
HSV50.4°, 90.2%, 60.0%
LAB55.1, -2.6, 57.4
XYZ21.3, 23.0, 3.8
Decimal10060559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.61:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99830F;
}
.text-color {
color: #99830F;
}
.border-color {
border: 2px solid #99830F;
}