Shades of Olive Green #AAB15C
Tints of Olive Green #AAB15C
RGB
CMYK
RGB Variations
Color information
#AAB15C (or 0xAAB15C) is known color: Olive Green. HEX triplet: AA, B1 and 5C. RGB value is (170,177,92). Sum of RGB (Red+Green+Blue) = 170+177+92=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB15C is #554EA3. Grayscale: #A5A5A5. Windows color (decimal): -5590692 or 6074794. OLE color: 6074794.
HSL color Cylindrical-coordinate representation of color #AAB15C: hue angle of 64.94º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB15C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 92 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.31 |
| HSL | 64.94º | 0.35% | 0.53% | - |
| HSV(B) | 64.94º | 0.48% | 0.69% | - |
| XYZ | 34.23 | 40.76 | 16.19 | - |
| YUV | 165.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 92 | 0.04 | 0 | 0.48 | 0.31 | 64.94 | 0.35 | 0.53 |
| Hex | AA | B1 | 5C | 4 | 0 | 30 | 1F | 41 | 23 | 35 |
| Octal | 252 | 261 | 134 | 4 | 0 | 60 | 37 | 101 | 43 | 65 |
| Binary | 10101010 | 10110001 | 1011100 | 100 | 0 | 110000 | 11111 | 1000001 | 100011 | 110101 |
Color Harmonies of #AAB15C
Complementary color
Monochromatic Colors of #AAB15C
Black with #AAB15C
Text Example
Text Example
White with #AAB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB15C; }
p { color: rgb(170,177,92); }
H1.HeaderClassName
{
color: #AAB15C;
}
.AnyTagClassName
{
color: #AAB15C;
}
</style>
background-color css
<style>
a { background-color: #AAB15C; }
a { background-color: rgb(170,177,92); }
div.DivClassName
{
background-color: #AAB15C;
}
.BgClassName
{
background-color: #AAB15C;
}
</style>
border-color css
<style>
span { border-color: #AAB15C; }
span { border-color: rgb(170,177,92); }
td.TdClassName
{
border-color: #AAB15C;
}
.TagClassName
{
border-color: #AAB15C;
}
</style>