Shades of Olivine #A2B276
Tints of Olivine #A2B276
RGB
CMYK
RGB Variations
Color information
#A2B276 (or 0xA2B276) is known color: Olivine. HEX triplet: A2, B2 and 76. RGB value is (162,178,118). Sum of RGB (Red+Green+Blue) = 162+178+118=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B276 is #5D4D89. Grayscale: #A6A6A6. Windows color (decimal): -6114698 or 7778978. OLE color: 7778978.
HSL color Cylindrical-coordinate representation of color #A2B276: hue angle of 76º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2B276 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 118 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.30 |
| HSL | 76º | 0.28% | 0.58% | - |
| HSV(B) | 76º | 0.34% | 0.7% | - |
| XYZ | 34.09 | 40.83 | 23.22 | - |
| YUV | 166.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 118 | 0.09 | 0 | 0.34 | 0.30 | 76 | 0.28 | 0.58 |
| Hex | A2 | B2 | 76 | 9 | 0 | 22 | 1E | 4C | 1C | 3A |
| Octal | 242 | 262 | 166 | 11 | 0 | 42 | 36 | 114 | 34 | 72 |
| Binary | 10100010 | 10110010 | 1110110 | 1001 | 0 | 100010 | 11110 | 1001100 | 11100 | 111010 |
Color Harmonies of #A2B276
Complementary color
Monochromatic Colors of #A2B276
Black with #A2B276
Text Example
Text Example
White with #A2B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B276; }
p { color: rgb(162,178,118); }
H1.HeaderClassName
{
color: #A2B276;
}
.AnyTagClassName
{
color: #A2B276;
}
</style>
background-color css
<style>
a { background-color: #A2B276; }
a { background-color: rgb(162,178,118); }
div.DivClassName
{
background-color: #A2B276;
}
.BgClassName
{
background-color: #A2B276;
}
</style>
border-color css
<style>
span { border-color: #A2B276; }
span { border-color: rgb(162,178,118); }
td.TdClassName
{
border-color: #A2B276;
}
.TagClassName
{
border-color: #A2B276;
}
</style>