#998A2C
A dark, moderate yellow closely aligning with Olive.
About #998A2C
At its core, #998A2C is a dark and moderate hue. Its closest recognized web color is Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 138, and 44.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 10% M, 71% Y, and 40% K. Always request a physical proof before doing a large print run with this exact code.
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#998A2C
RGB153, 138, 44
HSL51.7°, 55.3%, 38.6%
CMYK0%, 10%, 71%, 40%
HSV51.7°, 71.2%, 60.0%
LAB57.2, -5.4, 49.9
XYZ22.7, 25.1, 6.0
Decimal10062380
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #998A2C;
}
.text-color {
color: #998A2C;
}
.border-color {
border: 2px solid #998A2C;
}