Shades of Olive Green #AAB155
Tints of Olive Green #AAB155
RGB
CMYK
RGB Variations
Color information
#AAB155 (or 0xAAB155) is known color: Olive Green. HEX triplet: AA, B1 and 55. RGB value is (170,177,85). Sum of RGB (Red+Green+Blue) = 170+177+85=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB155 is #554EAA. Grayscale: #A4A4A4. Windows color (decimal): -5590699 or 5616042. OLE color: 5616042.
HSL color Cylindrical-coordinate representation of color #AAB155: hue angle of 64.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAB155 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 85 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.31 |
| HSL | 64.57º | 0.37% | 0.51% | - |
| HSV(B) | 64.57º | 0.52% | 0.69% | - |
| XYZ | 33.94 | 40.65 | 14.65 | - |
| YUV | 164.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 85 | 0.04 | 0 | 0.52 | 0.31 | 64.57 | 0.37 | 0.51 |
| Hex | AA | B1 | 55 | 4 | 0 | 34 | 1F | 41 | 25 | 33 |
| Octal | 252 | 261 | 125 | 4 | 0 | 64 | 37 | 101 | 45 | 63 |
| Binary | 10101010 | 10110001 | 1010101 | 100 | 0 | 110100 | 11111 | 1000001 | 100101 | 110011 |
Color Harmonies of #AAB155
Complementary color
Monochromatic Colors of #AAB155
Black with #AAB155
Text Example
Text Example
White with #AAB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB155; }
p { color: rgb(170,177,85); }
H1.HeaderClassName
{
color: #AAB155;
}
.AnyTagClassName
{
color: #AAB155;
}
</style>
background-color css
<style>
a { background-color: #AAB155; }
a { background-color: rgb(170,177,85); }
div.DivClassName
{
background-color: #AAB155;
}
.BgClassName
{
background-color: #AAB155;
}
</style>
border-color css
<style>
span { border-color: #AAB155; }
span { border-color: rgb(170,177,85); }
td.TdClassName
{
border-color: #AAB155;
}
.TagClassName
{
border-color: #AAB155;
}
</style>