Shades of Olive Green #AAB95D
Tints of Olive Green #AAB95D
RGB
CMYK
RGB Variations
Color information
#AAB95D (or 0xAAB95D) is known color: Olive Green. HEX triplet: AA, B9 and 5D. RGB value is (170,185,93). Sum of RGB (Red+Green+Blue) = 170+185+93=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB95D is #5546A2. Grayscale: #AAAAAA. Windows color (decimal): -5588643 or 6142378. OLE color: 6142378.
HSL color Cylindrical-coordinate representation of color #AAB95D: hue angle of 69.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB95D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 93 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.27 |
| HSL | 69.78º | 0.4% | 0.55% | - |
| HSV(B) | 69.78º | 0.5% | 0.73% | - |
| XYZ | 35.9 | 44.03 | 16.96 | - |
| YUV | 170.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 93 | 0.08 | 0 | 0.50 | 0.27 | 69.78 | 0.4 | 0.55 |
| Hex | AA | B9 | 5D | 8 | 0 | 32 | 1B | 46 | 28 | 37 |
| Octal | 252 | 271 | 135 | 10 | 0 | 62 | 33 | 106 | 50 | 67 |
| Binary | 10101010 | 10111001 | 1011101 | 1000 | 0 | 110010 | 11011 | 1000110 | 101000 | 110111 |
Color Harmonies of #AAB95D
Complementary color
Monochromatic Colors of #AAB95D
Black with #AAB95D
Text Example
Text Example
White with #AAB95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB95D; }
p { color: rgb(170,185,93); }
H1.HeaderClassName
{
color: #AAB95D;
}
.AnyTagClassName
{
color: #AAB95D;
}
</style>
background-color css
<style>
a { background-color: #AAB95D; }
a { background-color: rgb(170,185,93); }
div.DivClassName
{
background-color: #AAB95D;
}
.BgClassName
{
background-color: #AAB95D;
}
</style>
border-color css
<style>
span { border-color: #AAB95D; }
span { border-color: rgb(170,185,93); }
td.TdClassName
{
border-color: #AAB95D;
}
.TagClassName
{
border-color: #AAB95D;
}
</style>