Shades of Olive Green #A9B15E
Tints of Olive Green #A9B15E
RGB
CMYK
RGB Variations
Color information
#A9B15E (or 0xA9B15E) is known color: Olive Green. HEX triplet: A9, B1 and 5E. RGB value is (169,177,94). Sum of RGB (Red+Green+Blue) = 169+177+94=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B15E is #564EA1. Grayscale: #A5A5A5. Windows color (decimal): -5656226 or 6205865. OLE color: 6205865.
HSL color Cylindrical-coordinate representation of color #A9B15E: hue angle of 65.78º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9B15E is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 177 | 94 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.31 |
| HSL | 65.78º | 0.35% | 0.53% | - |
| HSV(B) | 65.78º | 0.47% | 0.69% | - |
| XYZ | 34.1 | 40.69 | 16.65 | - |
| YUV | 165.15 | 87.85 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 94 | 0.05 | 0 | 0.47 | 0.31 | 65.78 | 0.35 | 0.53 |
| Hex | A9 | B1 | 5E | 5 | 0 | 2F | 1F | 42 | 23 | 35 |
| Octal | 251 | 261 | 136 | 5 | 0 | 57 | 37 | 102 | 43 | 65 |
| Binary | 10101001 | 10110001 | 1011110 | 101 | 0 | 101111 | 11111 | 1000010 | 100011 | 110101 |
Color Harmonies of #A9B15E
Complementary color
Monochromatic Colors of #A9B15E
Black with #A9B15E
Text Example
Text Example
White with #A9B15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B15E; }
p { color: rgb(169,177,94); }
H1.HeaderClassName
{
color: #A9B15E;
}
.AnyTagClassName
{
color: #A9B15E;
}
</style>
background-color css
<style>
a { background-color: #A9B15E; }
a { background-color: rgb(169,177,94); }
div.DivClassName
{
background-color: #A9B15E;
}
.BgClassName
{
background-color: #A9B15E;
}
</style>
border-color css
<style>
span { border-color: #A9B15E; }
span { border-color: rgb(169,177,94); }
td.TdClassName
{
border-color: #A9B15E;
}
.TagClassName
{
border-color: #A9B15E;
}
</style>