Shades of Olive Green #AAB55A
Tints of Olive Green #AAB55A
RGB
CMYK
RGB Variations
Color information
#AAB55A (or 0xAAB55A) is known color: Olive Green. HEX triplet: AA, B5 and 5A. RGB value is (170,181,90). Sum of RGB (Red+Green+Blue) = 170+181+90=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB55A is #554AA5. Grayscale: #A7A7A7. Windows color (decimal): -5589670 or 5944746. OLE color: 5944746.
HSL color Cylindrical-coordinate representation of color #AAB55A: hue angle of 67.25º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB55A is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 90 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.29 |
| HSL | 67.25º | 0.38% | 0.53% | - |
| HSV(B) | 67.25º | 0.5% | 0.71% | - |
| XYZ | 34.95 | 42.33 | 16 | - |
| YUV | 167.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 90 | 0.06 | 0 | 0.50 | 0.29 | 67.25 | 0.38 | 0.53 |
| Hex | AA | B5 | 5A | 6 | 0 | 32 | 1D | 43 | 26 | 35 |
| Octal | 252 | 265 | 132 | 6 | 0 | 62 | 35 | 103 | 46 | 65 |
| Binary | 10101010 | 10110101 | 1011010 | 110 | 0 | 110010 | 11101 | 1000011 | 100110 | 110101 |
Color Harmonies of #AAB55A
Complementary color
Monochromatic Colors of #AAB55A
Black with #AAB55A
Text Example
Text Example
White with #AAB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB55A; }
p { color: rgb(170,181,90); }
H1.HeaderClassName
{
color: #AAB55A;
}
.AnyTagClassName
{
color: #AAB55A;
}
</style>
background-color css
<style>
a { background-color: #AAB55A; }
a { background-color: rgb(170,181,90); }
div.DivClassName
{
background-color: #AAB55A;
}
.BgClassName
{
background-color: #AAB55A;
}
</style>
border-color css
<style>
span { border-color: #AAB55A; }
span { border-color: rgb(170,181,90); }
td.TdClassName
{
border-color: #AAB55A;
}
.TagClassName
{
border-color: #AAB55A;
}
</style>