Shades of Olivine #A2B876
Tints of Olivine #A2B876
RGB
CMYK
RGB Variations
Color information
#A2B876 (or 0xA2B876) is known color: Olivine. HEX triplet: A2, B8 and 76. RGB value is (162,184,118). Sum of RGB (Red+Green+Blue) = 162+184+118=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B876 is #5D4789. Grayscale: #AAAAAA. Windows color (decimal): -6113162 or 7780514. OLE color: 7780514.
HSL color Cylindrical-coordinate representation of color #A2B876: hue angle of 80º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2B876 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 118 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.28 |
| HSL | 80º | 0.32% | 0.59% | - |
| HSV(B) | 80º | 0.36% | 0.72% | - |
| XYZ | 35.31 | 43.27 | 23.63 | - |
| YUV | 169.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 118 | 0.12 | 0 | 0.36 | 0.28 | 80 | 0.32 | 0.59 |
| Hex | A2 | B8 | 76 | C | 0 | 24 | 1C | 50 | 20 | 3B |
| Octal | 242 | 270 | 166 | 14 | 0 | 44 | 34 | 120 | 40 | 73 |
| Binary | 10100010 | 10111000 | 1110110 | 1100 | 0 | 100100 | 11100 | 1010000 | 100000 | 111011 |
Color Harmonies of #A2B876
Complementary color
Monochromatic Colors of #A2B876
Black with #A2B876
Text Example
Text Example
White with #A2B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B876; }
p { color: rgb(162,184,118); }
H1.HeaderClassName
{
color: #A2B876;
}
.AnyTagClassName
{
color: #A2B876;
}
</style>
background-color css
<style>
a { background-color: #A2B876; }
a { background-color: rgb(162,184,118); }
div.DivClassName
{
background-color: #A2B876;
}
.BgClassName
{
background-color: #A2B876;
}
</style>
border-color css
<style>
span { border-color: #A2B876; }
span { border-color: rgb(162,184,118); }
td.TdClassName
{
border-color: #A2B876;
}
.TagClassName
{
border-color: #A2B876;
}
</style>