Shades of Olive Green #A9AB5B
Tints of Olive Green #A9AB5B
RGB
CMYK
RGB Variations
Color information
#A9AB5B (or 0xA9AB5B) is known color: Olive Green. HEX triplet: A9, AB and 5B. RGB value is (169,171,91). Sum of RGB (Red+Green+Blue) = 169+171+91=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB5B is #5654A4. Grayscale: #A1A1A1. Windows color (decimal): -5657765 or 6007721. OLE color: 6007721.
HSL color Cylindrical-coordinate representation of color #A9AB5B: hue angle of 61.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9AB5B is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 91 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.33 |
| HSL | 61.5º | 0.32% | 0.51% | - |
| HSV(B) | 61.5º | 0.47% | 0.67% | - |
| XYZ | 32.81 | 38.32 | 15.56 | - |
| YUV | 161.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 91 | 0.01 | 0 | 0.47 | 0.33 | 61.5 | 0.32 | 0.51 |
| Hex | A9 | AB | 5B | 1 | 0 | 2F | 21 | 3E | 20 | 33 |
| Octal | 251 | 253 | 133 | 1 | 0 | 57 | 41 | 76 | 40 | 63 |
| Binary | 10101001 | 10101011 | 1011011 | 1 | 0 | 101111 | 100001 | 111110 | 100000 | 110011 |
Color Harmonies of #A9AB5B
Complementary color
Monochromatic Colors of #A9AB5B
Black with #A9AB5B
Text Example
Text Example
White with #A9AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB5B; }
p { color: rgb(169,171,91); }
H1.HeaderClassName
{
color: #A9AB5B;
}
.AnyTagClassName
{
color: #A9AB5B;
}
</style>
background-color css
<style>
a { background-color: #A9AB5B; }
a { background-color: rgb(169,171,91); }
div.DivClassName
{
background-color: #A9AB5B;
}
.BgClassName
{
background-color: #A9AB5B;
}
</style>
border-color css
<style>
span { border-color: #A9AB5B; }
span { border-color: rgb(169,171,91); }
td.TdClassName
{
border-color: #A9AB5B;
}
.TagClassName
{
border-color: #A9AB5B;
}
</style>