Shades of Olive Green #AAB458
Tints of Olive Green #AAB458
RGB
CMYK
RGB Variations
Color information
#AAB458 (or 0xAAB458) is known color: Olive Green. HEX triplet: AA, B4 and 58. RGB value is (170,180,88). Sum of RGB (Red+Green+Blue) = 170+180+88=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB458 is #554BA7. Grayscale: #A6A6A6. Windows color (decimal): -5589928 or 5813418. OLE color: 5813418.
HSL color Cylindrical-coordinate representation of color #AAB458: hue angle of 66.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB458 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 88 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.29 |
| HSL | 66.52º | 0.38% | 0.53% | - |
| HSV(B) | 66.52º | 0.51% | 0.71% | - |
| XYZ | 34.66 | 41.89 | 15.49 | - |
| YUV | 166.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 88 | 0.06 | 0 | 0.51 | 0.29 | 66.52 | 0.38 | 0.53 |
| Hex | AA | B4 | 58 | 6 | 0 | 33 | 1D | 43 | 26 | 35 |
| Octal | 252 | 264 | 130 | 6 | 0 | 63 | 35 | 103 | 46 | 65 |
| Binary | 10101010 | 10110100 | 1011000 | 110 | 0 | 110011 | 11101 | 1000011 | 100110 | 110101 |
Color Harmonies of #AAB458
Complementary color
Monochromatic Colors of #AAB458
Black with #AAB458
Text Example
Text Example
White with #AAB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB458; }
p { color: rgb(170,180,88); }
H1.HeaderClassName
{
color: #AAB458;
}
.AnyTagClassName
{
color: #AAB458;
}
</style>
background-color css
<style>
a { background-color: #AAB458; }
a { background-color: rgb(170,180,88); }
div.DivClassName
{
background-color: #AAB458;
}
.BgClassName
{
background-color: #AAB458;
}
</style>
border-color css
<style>
span { border-color: #AAB458; }
span { border-color: rgb(170,180,88); }
td.TdClassName
{
border-color: #AAB458;
}
.TagClassName
{
border-color: #AAB458;
}
</style>