Shades of Olive Green #AAB95C
Tints of Olive Green #AAB95C
RGB
CMYK
RGB Variations
Color information
#AAB95C (or 0xAAB95C) is known color: Olive Green. HEX triplet: AA, B9 and 5C. RGB value is (170,185,92). Sum of RGB (Red+Green+Blue) = 170+185+92=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB95C is #5546A3. Grayscale: #AAAAAA. Windows color (decimal): -5588644 or 6076842. OLE color: 6076842.
HSL color Cylindrical-coordinate representation of color #AAB95C: hue angle of 69.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB95C is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 92 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.27 |
| HSL | 69.68º | 0.4% | 0.54% | - |
| HSV(B) | 69.68º | 0.5% | 0.73% | - |
| XYZ | 35.86 | 44.02 | 16.73 | - |
| YUV | 169.91 | 84.03 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 92 | 0.08 | 0 | 0.50 | 0.27 | 69.68 | 0.4 | 0.54 |
| Hex | AA | B9 | 5C | 8 | 0 | 32 | 1B | 46 | 28 | 36 |
| Octal | 252 | 271 | 134 | 10 | 0 | 62 | 33 | 106 | 50 | 66 |
| Binary | 10101010 | 10111001 | 1011100 | 1000 | 0 | 110010 | 11011 | 1000110 | 101000 | 110110 |
Color Harmonies of #AAB95C
Complementary color
Monochromatic Colors of #AAB95C
Black with #AAB95C
Text Example
Text Example
White with #AAB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB95C; }
p { color: rgb(170,185,92); }
H1.HeaderClassName
{
color: #AAB95C;
}
.AnyTagClassName
{
color: #AAB95C;
}
</style>
background-color css
<style>
a { background-color: #AAB95C; }
a { background-color: rgb(170,185,92); }
div.DivClassName
{
background-color: #AAB95C;
}
.BgClassName
{
background-color: #AAB95C;
}
</style>
border-color css
<style>
span { border-color: #AAB95C; }
span { border-color: rgb(170,185,92); }
td.TdClassName
{
border-color: #AAB95C;
}
.TagClassName
{
border-color: #AAB95C;
}
</style>