#99A057
A medium, muted yellow closely aligning with Darkkhaki.
About #99A057
Visually, #99A057 is defined as a muted yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(153, 160, 87).
If you are designing for print, the four-color process is what matters most. The color uses 4% Cyan, 0% Magenta, 46% Yellow, and 37% Black. With a hue angle of 65.8 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99A057
RGB153, 160, 87
HSL65.8°, 29.6%, 48.4%
CMYK4%, 0%, 46%, 37%
HSV65.8°, 45.6%, 62.7%
LAB63.8, -13.7, 37.0
XYZ27.4, 32.6, 13.9
Decimal10068055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A057;
}
.text-color {
color: #99A057;
}
.border-color {
border: 2px solid #99A057;
}