Shades of Olive Green #AAB253
Tints of Olive Green #AAB253
RGB
CMYK
RGB Variations
Color information
#AAB253 (or 0xAAB253) is known color: Olive Green. HEX triplet: AA, B2 and 53. RGB value is (170,178,83). Sum of RGB (Red+Green+Blue) = 170+178+83=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB253 is #554DAC. Grayscale: #A5A5A5. Windows color (decimal): -5590445 or 5485226. OLE color: 5485226.
HSL color Cylindrical-coordinate representation of color #AAB253: hue angle of 65.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAB253 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 83 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.30 |
| HSL | 65.05º | 0.38% | 0.51% | - |
| HSV(B) | 65.05º | 0.53% | 0.7% | - |
| XYZ | 34.06 | 41.01 | 14.3 | - |
| YUV | 164.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 83 | 0.04 | 0 | 0.53 | 0.30 | 65.05 | 0.38 | 0.51 |
| Hex | AA | B2 | 53 | 4 | 0 | 35 | 1E | 41 | 26 | 33 |
| Octal | 252 | 262 | 123 | 4 | 0 | 65 | 36 | 101 | 46 | 63 |
| Binary | 10101010 | 10110010 | 1010011 | 100 | 0 | 110101 | 11110 | 1000001 | 100110 | 110011 |
Color Harmonies of #AAB253
Complementary color
Monochromatic Colors of #AAB253
Black with #AAB253
Text Example
Text Example
White with #AAB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB253; }
p { color: rgb(170,178,83); }
H1.HeaderClassName
{
color: #AAB253;
}
.AnyTagClassName
{
color: #AAB253;
}
</style>
background-color css
<style>
a { background-color: #AAB253; }
a { background-color: rgb(170,178,83); }
div.DivClassName
{
background-color: #AAB253;
}
.BgClassName
{
background-color: #AAB253;
}
</style>
border-color css
<style>
span { border-color: #AAB253; }
span { border-color: rgb(170,178,83); }
td.TdClassName
{
border-color: #AAB253;
}
.TagClassName
{
border-color: #AAB253;
}
</style>