#99831D
A dark, moderate yellow closely aligning with Olive.
About #99831D
Visually, #99831D is defined as a moderate yellow. Designers often compare it to the standard color Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 131, and 29.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 14% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#99831D
RGB153, 131, 29
HSL49.4°, 68.1%, 35.7%
CMYK0%, 14%, 81%, 40%
HSV49.4°, 81.0%, 60.0%
LAB55.2, -2.2, 53.6
XYZ21.5, 23.1, 4.5
Decimal10060573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99831D;
}
.text-color {
color: #99831D;
}
.border-color {
border: 2px solid #99831D;
}