Shades of Olivine #A2B86A
Tints of Olivine #A2B86A
RGB
CMYK
RGB Variations
Color information
#A2B86A (or 0xA2B86A) is known color: Olivine. HEX triplet: A2, B8 and 6A. RGB value is (162,184,106). Sum of RGB (Red+Green+Blue) = 162+184+106=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B86A is #5D4795. Grayscale: #A8A8A8. Windows color (decimal): -6113174 or 6994082. OLE color: 6994082.
HSL color Cylindrical-coordinate representation of color #A2B86A: hue angle of 76.92º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2B86A is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 106 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.28 |
| HSL | 76.92º | 0.35% | 0.57% | - |
| HSV(B) | 76.92º | 0.42% | 0.72% | - |
| XYZ | 34.64 | 43 | 20.11 | - |
| YUV | 168.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 106 | 0.12 | 0 | 0.42 | 0.28 | 76.92 | 0.35 | 0.57 |
| Hex | A2 | B8 | 6A | C | 0 | 2A | 1C | 4D | 23 | 39 |
| Octal | 242 | 270 | 152 | 14 | 0 | 52 | 34 | 115 | 43 | 71 |
| Binary | 10100010 | 10111000 | 1101010 | 1100 | 0 | 101010 | 11100 | 1001101 | 100011 | 111001 |
Color Harmonies of #A2B86A
Complementary color
Monochromatic Colors of #A2B86A
Black with #A2B86A
Text Example
Text Example
White with #A2B86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B86A; }
p { color: rgb(162,184,106); }
H1.HeaderClassName
{
color: #A2B86A;
}
.AnyTagClassName
{
color: #A2B86A;
}
</style>
background-color css
<style>
a { background-color: #A2B86A; }
a { background-color: rgb(162,184,106); }
div.DivClassName
{
background-color: #A2B86A;
}
.BgClassName
{
background-color: #A2B86A;
}
</style>
border-color css
<style>
span { border-color: #A2B86A; }
span { border-color: rgb(162,184,106); }
td.TdClassName
{
border-color: #A2B86A;
}
.TagClassName
{
border-color: #A2B86A;
}
</style>