Shades of Olive Green #A9A851
Tints of Olive Green #A9A851
RGB
CMYK
RGB Variations
Color information
#A9A851 (or 0xA9A851) is known color: Olive Green. HEX triplet: A9, A8 and 51. RGB value is (169,168,81). Sum of RGB (Red+Green+Blue) = 169+168+81=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A851 is #5657AE. Grayscale: #9E9E9E. Windows color (decimal): -5658543 or 5351593. OLE color: 5351593.
HSL color Cylindrical-coordinate representation of color #A9A851: hue angle of 59.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9A851 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 81 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.34 |
| HSL | 59.32º | 0.35% | 0.49% | - |
| HSV(B) | 59.32º | 0.52% | 0.66% | - |
| XYZ | 31.85 | 37.03 | 13.25 | - |
| YUV | 158.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 81 | 0 | 0.01 | 0.52 | 0.34 | 59.32 | 0.35 | 0.49 |
| Hex | A9 | A8 | 51 | 0 | 1 | 34 | 22 | 3B | 23 | 31 |
| Octal | 251 | 250 | 121 | 0 | 1 | 64 | 42 | 73 | 43 | 61 |
| Binary | 10101001 | 10101000 | 1010001 | 0 | 1 | 110100 | 100010 | 111011 | 100011 | 110001 |
Color Harmonies of #A9A851
Complementary color
Monochromatic Colors of #A9A851
Black with #A9A851
Text Example
Text Example
White with #A9A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A851; }
p { color: rgb(169,168,81); }
H1.HeaderClassName
{
color: #A9A851;
}
.AnyTagClassName
{
color: #A9A851;
}
</style>
background-color css
<style>
a { background-color: #A9A851; }
a { background-color: rgb(169,168,81); }
div.DivClassName
{
background-color: #A9A851;
}
.BgClassName
{
background-color: #A9A851;
}
</style>
border-color css
<style>
span { border-color: #A9A851; }
span { border-color: rgb(169,168,81); }
td.TdClassName
{
border-color: #A9A851;
}
.TagClassName
{
border-color: #A9A851;
}
</style>