Shades of Olive Green #AAB963
Tints of Olive Green #AAB963
RGB
CMYK
RGB Variations
Color information
#AAB963 (or 0xAAB963) is known color: Olive Green. HEX triplet: AA, B9 and 63. RGB value is (170,185,99). Sum of RGB (Red+Green+Blue) = 170+185+99=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB963 is #55469C. Grayscale: #ABABAB. Windows color (decimal): -5588637 or 6535594. OLE color: 6535594.
HSL color Cylindrical-coordinate representation of color #AAB963: hue angle of 70.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAB963 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 99 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.27 |
| HSL | 70.47º | 0.38% | 0.56% | - |
| HSV(B) | 70.47º | 0.46% | 0.73% | - |
| XYZ | 36.18 | 44.14 | 18.42 | - |
| YUV | 170.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 99 | 0.08 | 0 | 0.46 | 0.27 | 70.47 | 0.38 | 0.56 |
| Hex | AA | B9 | 63 | 8 | 0 | 2E | 1B | 46 | 26 | 38 |
| Octal | 252 | 271 | 143 | 10 | 0 | 56 | 33 | 106 | 46 | 70 |
| Binary | 10101010 | 10111001 | 1100011 | 1000 | 0 | 101110 | 11011 | 1000110 | 100110 | 111000 |
Color Harmonies of #AAB963
Complementary color
Monochromatic Colors of #AAB963
Black with #AAB963
Text Example
Text Example
White with #AAB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB963; }
p { color: rgb(170,185,99); }
H1.HeaderClassName
{
color: #AAB963;
}
.AnyTagClassName
{
color: #AAB963;
}
</style>
background-color css
<style>
a { background-color: #AAB963; }
a { background-color: rgb(170,185,99); }
div.DivClassName
{
background-color: #AAB963;
}
.BgClassName
{
background-color: #AAB963;
}
</style>
border-color css
<style>
span { border-color: #AAB963; }
span { border-color: rgb(170,185,99); }
td.TdClassName
{
border-color: #AAB963;
}
.TagClassName
{
border-color: #AAB963;
}
</style>