Shades of Olive Green #AAB25C
Tints of Olive Green #AAB25C
RGB
CMYK
RGB Variations
Color information
#AAB25C (or 0xAAB25C) is known color: Olive Green. HEX triplet: AA, B2 and 5C. RGB value is (170,178,92). Sum of RGB (Red+Green+Blue) = 170+178+92=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB25C is #554DA3. Grayscale: #A6A6A6. Windows color (decimal): -5590436 or 6075050. OLE color: 6075050.
HSL color Cylindrical-coordinate representation of color #AAB25C: hue angle of 65.58º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB25C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 92 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.30 |
| HSL | 65.58º | 0.36% | 0.53% | - |
| HSV(B) | 65.58º | 0.48% | 0.7% | - |
| XYZ | 34.43 | 41.16 | 16.26 | - |
| YUV | 165.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 92 | 0.04 | 0 | 0.48 | 0.30 | 65.58 | 0.36 | 0.53 |
| Hex | AA | B2 | 5C | 4 | 0 | 30 | 1E | 42 | 24 | 35 |
| Octal | 252 | 262 | 134 | 4 | 0 | 60 | 36 | 102 | 44 | 65 |
| Binary | 10101010 | 10110010 | 1011100 | 100 | 0 | 110000 | 11110 | 1000010 | 100100 | 110101 |
Color Harmonies of #AAB25C
Complementary color
Monochromatic Colors of #AAB25C
Black with #AAB25C
Text Example
Text Example
White with #AAB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB25C; }
p { color: rgb(170,178,92); }
H1.HeaderClassName
{
color: #AAB25C;
}
.AnyTagClassName
{
color: #AAB25C;
}
</style>
background-color css
<style>
a { background-color: #AAB25C; }
a { background-color: rgb(170,178,92); }
div.DivClassName
{
background-color: #AAB25C;
}
.BgClassName
{
background-color: #AAB25C;
}
</style>
border-color css
<style>
span { border-color: #AAB25C; }
span { border-color: rgb(170,178,92); }
td.TdClassName
{
border-color: #AAB25C;
}
.TagClassName
{
border-color: #AAB25C;
}
</style>