Shades of Olive Green #A9BA5E
Tints of Olive Green #A9BA5E
RGB
CMYK
RGB Variations
Color information
#A9BA5E (or 0xA9BA5E) is known color: Olive Green. HEX triplet: A9, BA and 5E. RGB value is (169,186,94). Sum of RGB (Red+Green+Blue) = 169+186+94=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA5E is #5645A1. Grayscale: #AAAAAA. Windows color (decimal): -5653922 or 6208169. OLE color: 6208169.
HSL color Cylindrical-coordinate representation of color #A9BA5E: hue angle of 71.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9BA5E is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 94 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.27 |
| HSL | 71.09º | 0.4% | 0.55% | - |
| HSV(B) | 71.09º | 0.49% | 0.73% | - |
| XYZ | 35.94 | 44.36 | 17.26 | - |
| YUV | 170.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 94 | 0.09 | 0 | 0.49 | 0.27 | 71.09 | 0.4 | 0.55 |
| Hex | A9 | BA | 5E | 9 | 0 | 31 | 1B | 47 | 28 | 37 |
| Octal | 251 | 272 | 136 | 11 | 0 | 61 | 33 | 107 | 50 | 67 |
| Binary | 10101001 | 10111010 | 1011110 | 1001 | 0 | 110001 | 11011 | 1000111 | 101000 | 110111 |
Color Harmonies of #A9BA5E
Complementary color
Monochromatic Colors of #A9BA5E
Black with #A9BA5E
Text Example
Text Example
White with #A9BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA5E; }
p { color: rgb(169,186,94); }
H1.HeaderClassName
{
color: #A9BA5E;
}
.AnyTagClassName
{
color: #A9BA5E;
}
</style>
background-color css
<style>
a { background-color: #A9BA5E; }
a { background-color: rgb(169,186,94); }
div.DivClassName
{
background-color: #A9BA5E;
}
.BgClassName
{
background-color: #A9BA5E;
}
</style>
border-color css
<style>
span { border-color: #A9BA5E; }
span { border-color: rgb(169,186,94); }
td.TdClassName
{
border-color: #A9BA5E;
}
.TagClassName
{
border-color: #A9BA5E;
}
</style>