Shades of Olive Green #AAB255
Tints of Olive Green #AAB255
RGB
CMYK
RGB Variations
Color information
#AAB255 (or 0xAAB255) is known color: Olive Green. HEX triplet: AA, B2 and 55. RGB value is (170,178,85). Sum of RGB (Red+Green+Blue) = 170+178+85=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB255 is #554DAA. Grayscale: #A5A5A5. Windows color (decimal): -5590443 or 5616298. OLE color: 5616298.
HSL color Cylindrical-coordinate representation of color #AAB255: hue angle of 65.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAB255 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 85 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.30 |
| HSL | 65.16º | 0.38% | 0.52% | - |
| HSV(B) | 65.16º | 0.52% | 0.7% | - |
| XYZ | 34.14 | 41.04 | 14.72 | - |
| YUV | 165.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 85 | 0.04 | 0 | 0.52 | 0.30 | 65.16 | 0.38 | 0.52 |
| Hex | AA | B2 | 55 | 4 | 0 | 34 | 1E | 41 | 26 | 34 |
| Octal | 252 | 262 | 125 | 4 | 0 | 64 | 36 | 101 | 46 | 64 |
| Binary | 10101010 | 10110010 | 1010101 | 100 | 0 | 110100 | 11110 | 1000001 | 100110 | 110100 |
Color Harmonies of #AAB255
Complementary color
Monochromatic Colors of #AAB255
Black with #AAB255
Text Example
Text Example
White with #AAB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB255; }
p { color: rgb(170,178,85); }
H1.HeaderClassName
{
color: #AAB255;
}
.AnyTagClassName
{
color: #AAB255;
}
</style>
background-color css
<style>
a { background-color: #AAB255; }
a { background-color: rgb(170,178,85); }
div.DivClassName
{
background-color: #AAB255;
}
.BgClassName
{
background-color: #AAB255;
}
</style>
border-color css
<style>
span { border-color: #AAB255; }
span { border-color: rgb(170,178,85); }
td.TdClassName
{
border-color: #AAB255;
}
.TagClassName
{
border-color: #AAB255;
}
</style>