Shades of Olive Green #AAB058
Tints of Olive Green #AAB058
RGB
CMYK
RGB Variations
Color information
#AAB058 (or 0xAAB058) is known color: Olive Green. HEX triplet: AA, B0 and 58. RGB value is (170,176,88). Sum of RGB (Red+Green+Blue) = 170+176+88=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB058 is #554FA7. Grayscale: #A4A4A4. Windows color (decimal): -5590952 or 5812394. OLE color: 5812394.
HSL color Cylindrical-coordinate representation of color #AAB058: hue angle of 64.09º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB058 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 88 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.31 |
| HSL | 64.09º | 0.36% | 0.52% | - |
| HSV(B) | 64.09º | 0.5% | 0.69% | - |
| XYZ | 33.86 | 40.3 | 15.23 | - |
| YUV | 164.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 88 | 0.03 | 0 | 0.50 | 0.31 | 64.09 | 0.36 | 0.52 |
| Hex | AA | B0 | 58 | 3 | 0 | 32 | 1F | 40 | 24 | 34 |
| Octal | 252 | 260 | 130 | 3 | 0 | 62 | 37 | 100 | 44 | 64 |
| Binary | 10101010 | 10110000 | 1011000 | 11 | 0 | 110010 | 11111 | 1000000 | 100100 | 110100 |
Color Harmonies of #AAB058
Complementary color
Monochromatic Colors of #AAB058
Black with #AAB058
Text Example
Text Example
White with #AAB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB058; }
p { color: rgb(170,176,88); }
H1.HeaderClassName
{
color: #AAB058;
}
.AnyTagClassName
{
color: #AAB058;
}
</style>
background-color css
<style>
a { background-color: #AAB058; }
a { background-color: rgb(170,176,88); }
div.DivClassName
{
background-color: #AAB058;
}
.BgClassName
{
background-color: #AAB058;
}
</style>
border-color css
<style>
span { border-color: #AAB058; }
span { border-color: rgb(170,176,88); }
td.TdClassName
{
border-color: #AAB058;
}
.TagClassName
{
border-color: #AAB058;
}
</style>