Shades of Olive Green #A9A854
Tints of Olive Green #A9A854
RGB
CMYK
RGB Variations
Color information
#A9A854 (or 0xA9A854) is known color: Olive Green. HEX triplet: A9, A8 and 54. RGB value is (169,168,84). Sum of RGB (Red+Green+Blue) = 169+168+84=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A854 is #5657AB. Grayscale: #9F9F9F. Windows color (decimal): -5658540 or 5548201. OLE color: 5548201.
HSL color Cylindrical-coordinate representation of color #A9A854: hue angle of 59.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9A854 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 84 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.34 |
| HSL | 59.29º | 0.34% | 0.5% | - |
| HSV(B) | 59.29º | 0.5% | 0.66% | - |
| XYZ | 31.97 | 37.08 | 13.86 | - |
| YUV | 158.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 84 | 0 | 0.01 | 0.50 | 0.34 | 59.29 | 0.34 | 0.5 |
| Hex | A9 | A8 | 54 | 0 | 1 | 32 | 22 | 3B | 22 | 32 |
| Octal | 251 | 250 | 124 | 0 | 1 | 62 | 42 | 73 | 42 | 62 |
| Binary | 10101001 | 10101000 | 1010100 | 0 | 1 | 110010 | 100010 | 111011 | 100010 | 110010 |
Color Harmonies of #A9A854
Complementary color
Monochromatic Colors of #A9A854
Black with #A9A854
Text Example
Text Example
White with #A9A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A854; }
p { color: rgb(169,168,84); }
H1.HeaderClassName
{
color: #A9A854;
}
.AnyTagClassName
{
color: #A9A854;
}
</style>
background-color css
<style>
a { background-color: #A9A854; }
a { background-color: rgb(169,168,84); }
div.DivClassName
{
background-color: #A9A854;
}
.BgClassName
{
background-color: #A9A854;
}
</style>
border-color css
<style>
span { border-color: #A9A854; }
span { border-color: rgb(169,168,84); }
td.TdClassName
{
border-color: #A9A854;
}
.TagClassName
{
border-color: #A9A854;
}
</style>