Shades of Olive Green #AAB156
Tints of Olive Green #AAB156
RGB
CMYK
RGB Variations
Color information
#AAB156 (or 0xAAB156) is known color: Olive Green. HEX triplet: AA, B1 and 56. RGB value is (170,177,86). Sum of RGB (Red+Green+Blue) = 170+177+86=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB156 is #554EA9. Grayscale: #A4A4A4. Windows color (decimal): -5590698 or 5681578. OLE color: 5681578.
HSL color Cylindrical-coordinate representation of color #AAB156: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB156 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 86 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.31 |
| HSL | 64.62º | 0.37% | 0.52% | - |
| HSV(B) | 64.62º | 0.51% | 0.69% | - |
| XYZ | 33.98 | 40.66 | 14.86 | - |
| YUV | 164.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 86 | 0.04 | 0 | 0.51 | 0.31 | 64.62 | 0.37 | 0.52 |
| Hex | AA | B1 | 56 | 4 | 0 | 33 | 1F | 41 | 25 | 34 |
| Octal | 252 | 261 | 126 | 4 | 0 | 63 | 37 | 101 | 45 | 64 |
| Binary | 10101010 | 10110001 | 1010110 | 100 | 0 | 110011 | 11111 | 1000001 | 100101 | 110100 |
Color Harmonies of #AAB156
Complementary color
Monochromatic Colors of #AAB156
Black with #AAB156
Text Example
Text Example
White with #AAB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB156; }
p { color: rgb(170,177,86); }
H1.HeaderClassName
{
color: #AAB156;
}
.AnyTagClassName
{
color: #AAB156;
}
</style>
background-color css
<style>
a { background-color: #AAB156; }
a { background-color: rgb(170,177,86); }
div.DivClassName
{
background-color: #AAB156;
}
.BgClassName
{
background-color: #AAB156;
}
</style>
border-color css
<style>
span { border-color: #AAB156; }
span { border-color: rgb(170,177,86); }
td.TdClassName
{
border-color: #AAB156;
}
.TagClassName
{
border-color: #AAB156;
}
</style>