Shades of Olive Green #A9B860
Tints of Olive Green #A9B860
RGB
CMYK
RGB Variations
Color information
#A9B860 (or 0xA9B860) is known color: Olive Green. HEX triplet: A9, B8 and 60. RGB value is (169,184,96). Sum of RGB (Red+Green+Blue) = 169+184+96=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B860 is #56479F. Grayscale: #A9A9A9. Windows color (decimal): -5654432 or 6338729. OLE color: 6338729.
HSL color Cylindrical-coordinate representation of color #A9B860: hue angle of 70.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9B860 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 184 | 96 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.28 |
| HSL | 70.23º | 0.38% | 0.55% | - |
| HSV(B) | 70.23º | 0.48% | 0.72% | - |
| XYZ | 35.61 | 43.56 | 17.6 | - |
| YUV | 169.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 96 | 0.08 | 0 | 0.48 | 0.28 | 70.23 | 0.38 | 0.55 |
| Hex | A9 | B8 | 60 | 8 | 0 | 30 | 1C | 46 | 26 | 37 |
| Octal | 251 | 270 | 140 | 10 | 0 | 60 | 34 | 106 | 46 | 67 |
| Binary | 10101001 | 10111000 | 1100000 | 1000 | 0 | 110000 | 11100 | 1000110 | 100110 | 110111 |
Color Harmonies of #A9B860
Complementary color
Monochromatic Colors of #A9B860
Black with #A9B860
Text Example
Text Example
White with #A9B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B860; }
p { color: rgb(169,184,96); }
H1.HeaderClassName
{
color: #A9B860;
}
.AnyTagClassName
{
color: #A9B860;
}
</style>
background-color css
<style>
a { background-color: #A9B860; }
a { background-color: rgb(169,184,96); }
div.DivClassName
{
background-color: #A9B860;
}
.BgClassName
{
background-color: #A9B860;
}
</style>
border-color css
<style>
span { border-color: #A9B860; }
span { border-color: rgb(169,184,96); }
td.TdClassName
{
border-color: #A9B860;
}
.TagClassName
{
border-color: #A9B860;
}
</style>