Shades of Olivine #A2B86C
Tints of Olivine #A2B86C
RGB
CMYK
RGB Variations
Color information
#A2B86C (or 0xA2B86C) is known color: Olivine. HEX triplet: A2, B8 and 6C. RGB value is (162,184,108). Sum of RGB (Red+Green+Blue) = 162+184+108=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B86C is #5D4793. Grayscale: #A9A9A9. Windows color (decimal): -6113172 or 7125154. OLE color: 7125154.
HSL color Cylindrical-coordinate representation of color #A2B86C: hue angle of 77.37º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2B86C is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 108 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.28 |
| HSL | 77.37º | 0.35% | 0.57% | - |
| HSV(B) | 77.37º | 0.41% | 0.72% | - |
| XYZ | 34.75 | 43.05 | 20.66 | - |
| YUV | 168.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 108 | 0.12 | 0 | 0.41 | 0.28 | 77.37 | 0.35 | 0.57 |
| Hex | A2 | B8 | 6C | C | 0 | 29 | 1C | 4D | 23 | 39 |
| Octal | 242 | 270 | 154 | 14 | 0 | 51 | 34 | 115 | 43 | 71 |
| Binary | 10100010 | 10111000 | 1101100 | 1100 | 0 | 101001 | 11100 | 1001101 | 100011 | 111001 |
Color Harmonies of #A2B86C
Complementary color
Monochromatic Colors of #A2B86C
Black with #A2B86C
Text Example
Text Example
White with #A2B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B86C; }
p { color: rgb(162,184,108); }
H1.HeaderClassName
{
color: #A2B86C;
}
.AnyTagClassName
{
color: #A2B86C;
}
</style>
background-color css
<style>
a { background-color: #A2B86C; }
a { background-color: rgb(162,184,108); }
div.DivClassName
{
background-color: #A2B86C;
}
.BgClassName
{
background-color: #A2B86C;
}
</style>
border-color css
<style>
span { border-color: #A2B86C; }
span { border-color: rgb(162,184,108); }
td.TdClassName
{
border-color: #A2B86C;
}
.TagClassName
{
border-color: #A2B86C;
}
</style>