Shades of Olive Green #AAB256
Tints of Olive Green #AAB256
RGB
CMYK
RGB Variations
Color information
#AAB256 (or 0xAAB256) is known color: Olive Green. HEX triplet: AA, B2 and 56. RGB value is (170,178,86). Sum of RGB (Red+Green+Blue) = 170+178+86=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB256 is #554DA9. Grayscale: #A5A5A5. Windows color (decimal): -5590442 or 5681834. OLE color: 5681834.
HSL color Cylindrical-coordinate representation of color #AAB256: hue angle of 65.22º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAB256 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 86 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.30 |
| HSL | 65.22º | 0.37% | 0.52% | - |
| HSV(B) | 65.22º | 0.52% | 0.7% | - |
| XYZ | 34.18 | 41.06 | 14.93 | - |
| YUV | 165.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 86 | 0.04 | 0 | 0.52 | 0.30 | 65.22 | 0.37 | 0.52 |
| Hex | AA | B2 | 56 | 4 | 0 | 34 | 1E | 41 | 25 | 34 |
| Octal | 252 | 262 | 126 | 4 | 0 | 64 | 36 | 101 | 45 | 64 |
| Binary | 10101010 | 10110010 | 1010110 | 100 | 0 | 110100 | 11110 | 1000001 | 100101 | 110100 |
Color Harmonies of #AAB256
Complementary color
Monochromatic Colors of #AAB256
Black with #AAB256
Text Example
Text Example
White with #AAB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB256; }
p { color: rgb(170,178,86); }
H1.HeaderClassName
{
color: #AAB256;
}
.AnyTagClassName
{
color: #AAB256;
}
</style>
background-color css
<style>
a { background-color: #AAB256; }
a { background-color: rgb(170,178,86); }
div.DivClassName
{
background-color: #AAB256;
}
.BgClassName
{
background-color: #AAB256;
}
</style>
border-color css
<style>
span { border-color: #AAB256; }
span { border-color: rgb(170,178,86); }
td.TdClassName
{
border-color: #AAB256;
}
.TagClassName
{
border-color: #AAB256;
}
</style>