Shades of Olive Green #AAB45B
Tints of Olive Green #AAB45B
RGB
CMYK
RGB Variations
Color information
#AAB45B (or 0xAAB45B) is known color: Olive Green. HEX triplet: AA, B4 and 5B. RGB value is (170,180,91). Sum of RGB (Red+Green+Blue) = 170+180+91=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB45B is #554BA4. Grayscale: #A7A7A7. Windows color (decimal): -5589925 or 6010026. OLE color: 6010026.
HSL color Cylindrical-coordinate representation of color #AAB45B: hue angle of 66.74º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB45B is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 91 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.29 |
| HSL | 66.74º | 0.37% | 0.53% | - |
| HSV(B) | 66.74º | 0.49% | 0.71% | - |
| XYZ | 34.79 | 41.94 | 16.16 | - |
| YUV | 166.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 91 | 0.06 | 0 | 0.49 | 0.29 | 66.74 | 0.37 | 0.53 |
| Hex | AA | B4 | 5B | 6 | 0 | 31 | 1D | 43 | 25 | 35 |
| Octal | 252 | 264 | 133 | 6 | 0 | 61 | 35 | 103 | 45 | 65 |
| Binary | 10101010 | 10110100 | 1011011 | 110 | 0 | 110001 | 11101 | 1000011 | 100101 | 110101 |
Color Harmonies of #AAB45B
Complementary color
Monochromatic Colors of #AAB45B
Black with #AAB45B
Text Example
Text Example
White with #AAB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB45B; }
p { color: rgb(170,180,91); }
H1.HeaderClassName
{
color: #AAB45B;
}
.AnyTagClassName
{
color: #AAB45B;
}
</style>
background-color css
<style>
a { background-color: #AAB45B; }
a { background-color: rgb(170,180,91); }
div.DivClassName
{
background-color: #AAB45B;
}
.BgClassName
{
background-color: #AAB45B;
}
</style>
border-color css
<style>
span { border-color: #AAB45B; }
span { border-color: rgb(170,180,91); }
td.TdClassName
{
border-color: #AAB45B;
}
.TagClassName
{
border-color: #AAB45B;
}
</style>