Shades of Olivine #A2B87E
Tints of Olivine #A2B87E
RGB
CMYK
RGB Variations
Color information
#A2B87E (or 0xA2B87E) is known color: Olivine. HEX triplet: A2, B8 and 7E. RGB value is (162,184,126). Sum of RGB (Red+Green+Blue) = 162+184+126=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B87E is #5D4781. Grayscale: #ABABAB. Windows color (decimal): -6113154 or 8304802. OLE color: 8304802.
HSL color Cylindrical-coordinate representation of color #A2B87E: hue angle of 82.76º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B87E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 126 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.28 |
| HSL | 82.76º | 0.29% | 0.61% | - |
| HSV(B) | 82.76º | 0.32% | 0.72% | - |
| XYZ | 35.81 | 43.47 | 26.24 | - |
| YUV | 170.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 126 | 0.12 | 0 | 0.32 | 0.28 | 82.76 | 0.29 | 0.61 |
| Hex | A2 | B8 | 7E | C | 0 | 20 | 1C | 53 | 1D | 3D |
| Octal | 242 | 270 | 176 | 14 | 0 | 40 | 34 | 123 | 35 | 75 |
| Binary | 10100010 | 10111000 | 1111110 | 1100 | 0 | 100000 | 11100 | 1010011 | 11101 | 111101 |
Color Harmonies of #A2B87E
Complementary color
Monochromatic Colors of #A2B87E
Black with #A2B87E
Text Example
Text Example
White with #A2B87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B87E; }
p { color: rgb(162,184,126); }
H1.HeaderClassName
{
color: #A2B87E;
}
.AnyTagClassName
{
color: #A2B87E;
}
</style>
background-color css
<style>
a { background-color: #A2B87E; }
a { background-color: rgb(162,184,126); }
div.DivClassName
{
background-color: #A2B87E;
}
.BgClassName
{
background-color: #A2B87E;
}
</style>
border-color css
<style>
span { border-color: #A2B87E; }
span { border-color: rgb(162,184,126); }
td.TdClassName
{
border-color: #A2B87E;
}
.TagClassName
{
border-color: #A2B87E;
}
</style>