Shades of Olive Green #AAB962
Tints of Olive Green #AAB962
RGB
CMYK
RGB Variations
Color information
#AAB962 (or 0xAAB962) is known color: Olive Green. HEX triplet: AA, B9 and 62. RGB value is (170,185,98). Sum of RGB (Red+Green+Blue) = 170+185+98=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB962 is #55469D. Grayscale: #AAAAAA. Windows color (decimal): -5588638 or 6470058. OLE color: 6470058.
HSL color Cylindrical-coordinate representation of color #AAB962: hue angle of 70.34º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAB962 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 98 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.27 |
| HSL | 70.34º | 0.38% | 0.55% | - |
| HSV(B) | 70.34º | 0.47% | 0.73% | - |
| XYZ | 36.13 | 44.13 | 18.17 | - |
| YUV | 170.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 98 | 0.08 | 0 | 0.47 | 0.27 | 70.34 | 0.38 | 0.55 |
| Hex | AA | B9 | 62 | 8 | 0 | 2F | 1B | 46 | 26 | 37 |
| Octal | 252 | 271 | 142 | 10 | 0 | 57 | 33 | 106 | 46 | 67 |
| Binary | 10101010 | 10111001 | 1100010 | 1000 | 0 | 101111 | 11011 | 1000110 | 100110 | 110111 |
Color Harmonies of #AAB962
Complementary color
Monochromatic Colors of #AAB962
Black with #AAB962
Text Example
Text Example
White with #AAB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB962; }
p { color: rgb(170,185,98); }
H1.HeaderClassName
{
color: #AAB962;
}
.AnyTagClassName
{
color: #AAB962;
}
</style>
background-color css
<style>
a { background-color: #AAB962; }
a { background-color: rgb(170,185,98); }
div.DivClassName
{
background-color: #AAB962;
}
.BgClassName
{
background-color: #AAB962;
}
</style>
border-color css
<style>
span { border-color: #AAB962; }
span { border-color: rgb(170,185,98); }
td.TdClassName
{
border-color: #AAB962;
}
.TagClassName
{
border-color: #AAB962;
}
</style>