Shades of Olivine #A2B96D
Tints of Olivine #A2B96D
RGB
CMYK
RGB Variations
Color information
#A2B96D (or 0xA2B96D) is known color: Olivine. HEX triplet: A2, B9 and 6D. RGB value is (162,185,109). Sum of RGB (Red+Green+Blue) = 162+185+109=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B96D is #5D4692. Grayscale: #A9A9A9. Windows color (decimal): -6112915 or 7190946. OLE color: 7190946.
HSL color Cylindrical-coordinate representation of color #A2B96D: hue angle of 78.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2B96D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 109 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.27 |
| HSL | 78.16º | 0.35% | 0.58% | - |
| HSV(B) | 78.16º | 0.41% | 0.73% | - |
| XYZ | 35.01 | 43.48 | 21.02 | - |
| YUV | 169.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 109 | 0.12 | 0 | 0.41 | 0.27 | 78.16 | 0.35 | 0.58 |
| Hex | A2 | B9 | 6D | C | 0 | 29 | 1B | 4E | 23 | 3A |
| Octal | 242 | 271 | 155 | 14 | 0 | 51 | 33 | 116 | 43 | 72 |
| Binary | 10100010 | 10111001 | 1101101 | 1100 | 0 | 101001 | 11011 | 1001110 | 100011 | 111010 |
Color Harmonies of #A2B96D
Complementary color
Monochromatic Colors of #A2B96D
Black with #A2B96D
Text Example
Text Example
White with #A2B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B96D; }
p { color: rgb(162,185,109); }
H1.HeaderClassName
{
color: #A2B96D;
}
.AnyTagClassName
{
color: #A2B96D;
}
</style>
background-color css
<style>
a { background-color: #A2B96D; }
a { background-color: rgb(162,185,109); }
div.DivClassName
{
background-color: #A2B96D;
}
.BgClassName
{
background-color: #A2B96D;
}
</style>
border-color css
<style>
span { border-color: #A2B96D; }
span { border-color: rgb(162,185,109); }
td.TdClassName
{
border-color: #A2B96D;
}
.TagClassName
{
border-color: #A2B96D;
}
</style>