Shades of Olive Green #AAB159
Tints of Olive Green #AAB159
RGB
CMYK
RGB Variations
Color information
#AAB159 (or 0xAAB159) is known color: Olive Green. HEX triplet: AA, B1 and 59. RGB value is (170,177,89). Sum of RGB (Red+Green+Blue) = 170+177+89=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB159 is #554EA6. Grayscale: #A5A5A5. Windows color (decimal): -5590695 or 5878186. OLE color: 5878186.
HSL color Cylindrical-coordinate representation of color #AAB159: hue angle of 64.77º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB159 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 89 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.31 |
| HSL | 64.77º | 0.36% | 0.52% | - |
| HSV(B) | 64.77º | 0.5% | 0.69% | - |
| XYZ | 34.1 | 40.71 | 15.51 | - |
| YUV | 164.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 89 | 0.04 | 0 | 0.50 | 0.31 | 64.77 | 0.36 | 0.52 |
| Hex | AA | B1 | 59 | 4 | 0 | 32 | 1F | 41 | 24 | 34 |
| Octal | 252 | 261 | 131 | 4 | 0 | 62 | 37 | 101 | 44 | 64 |
| Binary | 10101010 | 10110001 | 1011001 | 100 | 0 | 110010 | 11111 | 1000001 | 100100 | 110100 |
Color Harmonies of #AAB159
Complementary color
Monochromatic Colors of #AAB159
Black with #AAB159
Text Example
Text Example
White with #AAB159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB159; }
p { color: rgb(170,177,89); }
H1.HeaderClassName
{
color: #AAB159;
}
.AnyTagClassName
{
color: #AAB159;
}
</style>
background-color css
<style>
a { background-color: #AAB159; }
a { background-color: rgb(170,177,89); }
div.DivClassName
{
background-color: #AAB159;
}
.BgClassName
{
background-color: #AAB159;
}
</style>
border-color css
<style>
span { border-color: #AAB159; }
span { border-color: rgb(170,177,89); }
td.TdClassName
{
border-color: #AAB159;
}
.TagClassName
{
border-color: #AAB159;
}
</style>