Shades of Olive Green #AAB863
Tints of Olive Green #AAB863
RGB
CMYK
RGB Variations
Color information
#AAB863 (or 0xAAB863) is known color: Olive Green. HEX triplet: AA, B8 and 63. RGB value is (170,184,99). Sum of RGB (Red+Green+Blue) = 170+184+99=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB863 is #55479C. Grayscale: #AAAAAA. Windows color (decimal): -5588893 or 6535338. OLE color: 6535338.
HSL color Cylindrical-coordinate representation of color #AAB863: hue angle of 69.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAB863 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 99 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.28 |
| HSL | 69.88º | 0.37% | 0.55% | - |
| HSV(B) | 69.88º | 0.46% | 0.72% | - |
| XYZ | 35.97 | 43.73 | 18.35 | - |
| YUV | 170.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 99 | 0.08 | 0 | 0.46 | 0.28 | 69.88 | 0.37 | 0.55 |
| Hex | AA | B8 | 63 | 8 | 0 | 2E | 1C | 46 | 25 | 37 |
| Octal | 252 | 270 | 143 | 10 | 0 | 56 | 34 | 106 | 45 | 67 |
| Binary | 10101010 | 10111000 | 1100011 | 1000 | 0 | 101110 | 11100 | 1000110 | 100101 | 110111 |
Color Harmonies of #AAB863
Complementary color
Monochromatic Colors of #AAB863
Black with #AAB863
Text Example
Text Example
White with #AAB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB863; }
p { color: rgb(170,184,99); }
H1.HeaderClassName
{
color: #AAB863;
}
.AnyTagClassName
{
color: #AAB863;
}
</style>
background-color css
<style>
a { background-color: #AAB863; }
a { background-color: rgb(170,184,99); }
div.DivClassName
{
background-color: #AAB863;
}
.BgClassName
{
background-color: #AAB863;
}
</style>
border-color css
<style>
span { border-color: #AAB863; }
span { border-color: rgb(170,184,99); }
td.TdClassName
{
border-color: #AAB863;
}
.TagClassName
{
border-color: #AAB863;
}
</style>