#88760E
A dark, vivid yellow closely aligning with Olive.
About #88760E
When working with digital screens, the color #88760E is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(136, 118, 14).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 13% Magenta, 90% Yellow, and 47% Black. With a hue angle of 51.1 degrees, it sits comfortably in the yellow spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#88760E
RGB136, 118, 14
HSL51.1°, 81.3%, 29.4%
CMYK0%, 13%, 90%, 47%
HSV51.1°, 89.7%, 53.3%
LAB49.8, -3.4, 52.6
XYZ16.7, 18.2, 3.1
Decimal8943118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #88760E;
}
.text-color {
color: #88760E;
}
.border-color {
border: 2px solid #88760E;
}