#89801E
A dark, moderate yellow closely aligning with Olive.
About #89801E
At its core, #89801E is a dark and moderate hue. Its closest recognized web color is Olive. This translates to an RGB value of rgb(137, 128, 30).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 7% magenta, 78% yellow, and 46% black. The HSL representation is 55.0° hue, 64.1% saturation, and 32.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#89801E
RGB137, 128, 30
HSL55.0°, 64.1%, 32.7%
CMYK0%, 7%, 78%, 46%
HSV55.0°, 78.1%, 53.7%
LAB52.8, -7.9, 50.5
XYZ18.3, 20.9, 4.3
Decimal9011230
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #89801E;
}
.text-color {
color: #89801E;
}
.border-color {
border: 2px solid #89801E;
}