Shades of Olive Green #AAB35C
Tints of Olive Green #AAB35C
RGB
CMYK
RGB Variations
Color information
#AAB35C (or 0xAAB35C) is known color: Olive Green. HEX triplet: AA, B3 and 5C. RGB value is (170,179,92). Sum of RGB (Red+Green+Blue) = 170+179+92=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB35C is #554CA3. Grayscale: #A6A6A6. Windows color (decimal): -5590180 or 6075306. OLE color: 6075306.
HSL color Cylindrical-coordinate representation of color #AAB35C: hue angle of 66.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB35C is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 92 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.30 |
| HSL | 66.21º | 0.36% | 0.53% | - |
| HSV(B) | 66.21º | 0.49% | 0.7% | - |
| XYZ | 34.63 | 41.56 | 16.32 | - |
| YUV | 166.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 92 | 0.05 | 0 | 0.49 | 0.30 | 66.21 | 0.36 | 0.53 |
| Hex | AA | B3 | 5C | 5 | 0 | 31 | 1E | 42 | 24 | 35 |
| Octal | 252 | 263 | 134 | 5 | 0 | 61 | 36 | 102 | 44 | 65 |
| Binary | 10101010 | 10110011 | 1011100 | 101 | 0 | 110001 | 11110 | 1000010 | 100100 | 110101 |
Color Harmonies of #AAB35C
Complementary color
Monochromatic Colors of #AAB35C
Black with #AAB35C
Text Example
Text Example
White with #AAB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB35C; }
p { color: rgb(170,179,92); }
H1.HeaderClassName
{
color: #AAB35C;
}
.AnyTagClassName
{
color: #AAB35C;
}
</style>
background-color css
<style>
a { background-color: #AAB35C; }
a { background-color: rgb(170,179,92); }
div.DivClassName
{
background-color: #AAB35C;
}
.BgClassName
{
background-color: #AAB35C;
}
</style>
border-color css
<style>
span { border-color: #AAB35C; }
span { border-color: rgb(170,179,92); }
td.TdClassName
{
border-color: #AAB35C;
}
.TagClassName
{
border-color: #AAB35C;
}
</style>