Shades of Olivine #A2B96C
Tints of Olivine #A2B96C
RGB
CMYK
RGB Variations
Color information
#A2B96C (or 0xA2B96C) is known color: Olivine. HEX triplet: A2, B9 and 6C. RGB value is (162,185,108). Sum of RGB (Red+Green+Blue) = 162+185+108=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B96C is #5D4693. Grayscale: #A9A9A9. Windows color (decimal): -6112916 or 7125410. OLE color: 7125410.
HSL color Cylindrical-coordinate representation of color #A2B96C: hue angle of 77.92º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2B96C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 108 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.27 |
| HSL | 77.92º | 0.35% | 0.57% | - |
| HSV(B) | 77.92º | 0.42% | 0.73% | - |
| XYZ | 34.96 | 43.46 | 20.73 | - |
| YUV | 169.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 108 | 0.12 | 0 | 0.42 | 0.27 | 77.92 | 0.35 | 0.57 |
| Hex | A2 | B9 | 6C | C | 0 | 2A | 1B | 4E | 23 | 39 |
| Octal | 242 | 271 | 154 | 14 | 0 | 52 | 33 | 116 | 43 | 71 |
| Binary | 10100010 | 10111001 | 1101100 | 1100 | 0 | 101010 | 11011 | 1001110 | 100011 | 111001 |
Color Harmonies of #A2B96C
Complementary color
Monochromatic Colors of #A2B96C
Black with #A2B96C
Text Example
Text Example
White with #A2B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B96C; }
p { color: rgb(162,185,108); }
H1.HeaderClassName
{
color: #A2B96C;
}
.AnyTagClassName
{
color: #A2B96C;
}
</style>
background-color css
<style>
a { background-color: #A2B96C; }
a { background-color: rgb(162,185,108); }
div.DivClassName
{
background-color: #A2B96C;
}
.BgClassName
{
background-color: #A2B96C;
}
</style>
border-color css
<style>
span { border-color: #A2B96C; }
span { border-color: rgb(162,185,108); }
td.TdClassName
{
border-color: #A2B96C;
}
.TagClassName
{
border-color: #A2B96C;
}
</style>