#998A1D
A dark, moderate yellow closely aligning with Olive.
About #998A1D
When working with digital screens, the color #998A1D is rendered by mixing light. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(153, 138, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 10% magenta, 81% yellow, and 40% black. The HSL representation is 52.7° hue, 68.1% saturation, and 35.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#998A1D
RGB153, 138, 29
HSL52.7°, 68.1%, 35.7%
CMYK0%, 10%, 81%, 40%
HSV52.7°, 81.0%, 60.0%
LAB57.1, -6.1, 55.3
XYZ22.4, 25.0, 4.8
Decimal10062365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
6.01:1
Text on #000000
AA
3.34:1
Text on #F8FAFC
AA Large
5.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #998A1D;
}
.text-color {
color: #998A1D;
}
.border-color {
border: 2px solid #998A1D;
}