Shades of Olive Green #AAB259
Tints of Olive Green #AAB259
RGB
CMYK
RGB Variations
Color information
#AAB259 (or 0xAAB259) is known color: Olive Green. HEX triplet: AA, B2 and 59. RGB value is (170,178,89). Sum of RGB (Red+Green+Blue) = 170+178+89=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB259 is #554DA6. Grayscale: #A5A5A5. Windows color (decimal): -5590439 or 5878442. OLE color: 5878442.
HSL color Cylindrical-coordinate representation of color #AAB259: hue angle of 65.39º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB259 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 89 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.30 |
| HSL | 65.39º | 0.37% | 0.52% | - |
| HSV(B) | 65.39º | 0.5% | 0.7% | - |
| XYZ | 34.3 | 41.11 | 15.58 | - |
| YUV | 165.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 89 | 0.04 | 0 | 0.5 | 0.30 | 65.39 | 0.37 | 0.52 |
| Hex | AA | B2 | 59 | 4 | 0 | 32 | 1E | 41 | 25 | 34 |
| Octal | 252 | 262 | 131 | 4 | 0 | 62 | 36 | 101 | 45 | 64 |
| Binary | 10101010 | 10110010 | 1011001 | 100 | 0 | 110010 | 11110 | 1000001 | 100101 | 110100 |
Color Harmonies of #AAB259
Complementary color
Monochromatic Colors of #AAB259
Black with #AAB259
Text Example
Text Example
White with #AAB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB259; }
p { color: rgb(170,178,89); }
H1.HeaderClassName
{
color: #AAB259;
}
.AnyTagClassName
{
color: #AAB259;
}
</style>
background-color css
<style>
a { background-color: #AAB259; }
a { background-color: rgb(170,178,89); }
div.DivClassName
{
background-color: #AAB259;
}
.BgClassName
{
background-color: #AAB259;
}
</style>
border-color css
<style>
span { border-color: #AAB259; }
span { border-color: rgb(170,178,89); }
td.TdClassName
{
border-color: #AAB259;
}
.TagClassName
{
border-color: #AAB259;
}
</style>