Shades of Olive Green #AAB55E
Tints of Olive Green #AAB55E
RGB
CMYK
RGB Variations
Color information
#AAB55E (or 0xAAB55E) is known color: Olive Green. HEX triplet: AA, B5 and 5E. RGB value is (170,181,94). Sum of RGB (Red+Green+Blue) = 170+181+94=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB55E is #554AA1. Grayscale: #A8A8A8. Windows color (decimal): -5589666 or 6206890. OLE color: 6206890.
HSL color Cylindrical-coordinate representation of color #AAB55E: hue angle of 67.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB55E is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 94 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.29 |
| HSL | 67.59º | 0.37% | 0.54% | - |
| HSV(B) | 67.59º | 0.48% | 0.71% | - |
| XYZ | 35.12 | 42.4 | 16.92 | - |
| YUV | 167.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 94 | 0.06 | 0 | 0.48 | 0.29 | 67.59 | 0.37 | 0.54 |
| Hex | AA | B5 | 5E | 6 | 0 | 30 | 1D | 44 | 25 | 36 |
| Octal | 252 | 265 | 136 | 6 | 0 | 60 | 35 | 104 | 45 | 66 |
| Binary | 10101010 | 10110101 | 1011110 | 110 | 0 | 110000 | 11101 | 1000100 | 100101 | 110110 |
Color Harmonies of #AAB55E
Complementary color
Monochromatic Colors of #AAB55E
Black with #AAB55E
Text Example
Text Example
White with #AAB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB55E; }
p { color: rgb(170,181,94); }
H1.HeaderClassName
{
color: #AAB55E;
}
.AnyTagClassName
{
color: #AAB55E;
}
</style>
background-color css
<style>
a { background-color: #AAB55E; }
a { background-color: rgb(170,181,94); }
div.DivClassName
{
background-color: #AAB55E;
}
.BgClassName
{
background-color: #AAB55E;
}
</style>
border-color css
<style>
span { border-color: #AAB55E; }
span { border-color: rgb(170,181,94); }
td.TdClassName
{
border-color: #AAB55E;
}
.TagClassName
{
border-color: #AAB55E;
}
</style>