Shades of Olive Green #AAB358
Tints of Olive Green #AAB358
RGB
CMYK
RGB Variations
Color information
#AAB358 (or 0xAAB358) is known color: Olive Green. HEX triplet: AA, B3 and 58. RGB value is (170,179,88). Sum of RGB (Red+Green+Blue) = 170+179+88=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB358 is #554CA7. Grayscale: #A6A6A6. Windows color (decimal): -5590184 or 5813162. OLE color: 5813162.
HSL color Cylindrical-coordinate representation of color #AAB358: hue angle of 65.93º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB358 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 88 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.30 |
| HSL | 65.93º | 0.37% | 0.52% | - |
| HSV(B) | 65.93º | 0.51% | 0.7% | - |
| XYZ | 34.46 | 41.49 | 15.42 | - |
| YUV | 165.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 88 | 0.05 | 0 | 0.51 | 0.30 | 65.93 | 0.37 | 0.52 |
| Hex | AA | B3 | 58 | 5 | 0 | 33 | 1E | 42 | 25 | 34 |
| Octal | 252 | 263 | 130 | 5 | 0 | 63 | 36 | 102 | 45 | 64 |
| Binary | 10101010 | 10110011 | 1011000 | 101 | 0 | 110011 | 11110 | 1000010 | 100101 | 110100 |
Color Harmonies of #AAB358
Complementary color
Monochromatic Colors of #AAB358
Black with #AAB358
Text Example
Text Example
White with #AAB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB358; }
p { color: rgb(170,179,88); }
H1.HeaderClassName
{
color: #AAB358;
}
.AnyTagClassName
{
color: #AAB358;
}
</style>
background-color css
<style>
a { background-color: #AAB358; }
a { background-color: rgb(170,179,88); }
div.DivClassName
{
background-color: #AAB358;
}
.BgClassName
{
background-color: #AAB358;
}
</style>
border-color css
<style>
span { border-color: #AAB358; }
span { border-color: rgb(170,179,88); }
td.TdClassName
{
border-color: #AAB358;
}
.TagClassName
{
border-color: #AAB358;
}
</style>