Shades of Olive Green #AAB051
Tints of Olive Green #AAB051
RGB
CMYK
RGB Variations
Color information
#AAB051 (or 0xAAB051) is known color: Olive Green. HEX triplet: AA, B0 and 51. RGB value is (170,176,81). Sum of RGB (Red+Green+Blue) = 170+176+81=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB051 is #554FAE. Grayscale: #A3A3A3. Windows color (decimal): -5590959 or 5353642. OLE color: 5353642.
HSL color Cylindrical-coordinate representation of color #AAB051: hue angle of 63.79º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAB051 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 81 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.31 |
| HSL | 63.79º | 0.38% | 0.5% | - |
| HSV(B) | 63.79º | 0.54% | 0.69% | - |
| XYZ | 33.59 | 40.19 | 13.77 | - |
| YUV | 163.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 81 | 0.03 | 0 | 0.54 | 0.31 | 63.79 | 0.38 | 0.5 |
| Hex | AA | B0 | 51 | 3 | 0 | 36 | 1F | 40 | 26 | 32 |
| Octal | 252 | 260 | 121 | 3 | 0 | 66 | 37 | 100 | 46 | 62 |
| Binary | 10101010 | 10110000 | 1010001 | 11 | 0 | 110110 | 11111 | 1000000 | 100110 | 110010 |
Color Harmonies of #AAB051
Complementary color
Monochromatic Colors of #AAB051
Black with #AAB051
Text Example
Text Example
White with #AAB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB051; }
p { color: rgb(170,176,81); }
H1.HeaderClassName
{
color: #AAB051;
}
.AnyTagClassName
{
color: #AAB051;
}
</style>
background-color css
<style>
a { background-color: #AAB051; }
a { background-color: rgb(170,176,81); }
div.DivClassName
{
background-color: #AAB051;
}
.BgClassName
{
background-color: #AAB051;
}
</style>
border-color css
<style>
span { border-color: #AAB051; }
span { border-color: rgb(170,176,81); }
td.TdClassName
{
border-color: #AAB051;
}
.TagClassName
{
border-color: #AAB051;
}
</style>