Shades of Olive Green #AAB266
Tints of Olive Green #AAB266
RGB
CMYK
RGB Variations
Color information
#AAB266 (or 0xAAB266) is known color: Olive Green. HEX triplet: AA, B2 and 66. RGB value is (170,178,102). Sum of RGB (Red+Green+Blue) = 170+178+102=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB266 is #554D99. Grayscale: #A7A7A7. Windows color (decimal): -5590426 or 6730410. OLE color: 6730410.
HSL color Cylindrical-coordinate representation of color #AAB266: hue angle of 66.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB266 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 102 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.30 |
| HSL | 66.32º | 0.33% | 0.55% | - |
| HSV(B) | 66.32º | 0.43% | 0.7% | - |
| XYZ | 34.9 | 41.35 | 18.71 | - |
| YUV | 166.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 102 | 0.04 | 0 | 0.43 | 0.30 | 66.32 | 0.33 | 0.55 |
| Hex | AA | B2 | 66 | 4 | 0 | 2B | 1E | 42 | 21 | 37 |
| Octal | 252 | 262 | 146 | 4 | 0 | 53 | 36 | 102 | 41 | 67 |
| Binary | 10101010 | 10110010 | 1100110 | 100 | 0 | 101011 | 11110 | 1000010 | 100001 | 110111 |
Color Harmonies of #AAB266
Complementary color
Monochromatic Colors of #AAB266
Black with #AAB266
Text Example
Text Example
White with #AAB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB266; }
p { color: rgb(170,178,102); }
H1.HeaderClassName
{
color: #AAB266;
}
.AnyTagClassName
{
color: #AAB266;
}
</style>
background-color css
<style>
a { background-color: #AAB266; }
a { background-color: rgb(170,178,102); }
div.DivClassName
{
background-color: #AAB266;
}
.BgClassName
{
background-color: #AAB266;
}
</style>
border-color css
<style>
span { border-color: #AAB266; }
span { border-color: rgb(170,178,102); }
td.TdClassName
{
border-color: #AAB266;
}
.TagClassName
{
border-color: #AAB266;
}
</style>