Shades of Olivine #A2B371
Tints of Olivine #A2B371
RGB
CMYK
RGB Variations
Color information
#A2B371 (or 0xA2B371) is known color: Olivine. HEX triplet: A2, B3 and 71. RGB value is (162,179,113). Sum of RGB (Red+Green+Blue) = 162+179+113=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B371 is #5D4C8E. Grayscale: #A6A6A6. Windows color (decimal): -6114447 or 7451554. OLE color: 7451554.
HSL color Cylindrical-coordinate representation of color #A2B371: hue angle of 75.45º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2B371 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 113 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.30 |
| HSL | 75.45º | 0.3% | 0.57% | - |
| HSV(B) | 75.45º | 0.37% | 0.7% | - |
| XYZ | 34 | 41.11 | 21.77 | - |
| YUV | 166.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 113 | 0.09 | 0 | 0.37 | 0.30 | 75.45 | 0.3 | 0.57 |
| Hex | A2 | B3 | 71 | 9 | 0 | 25 | 1E | 4B | 1E | 39 |
| Octal | 242 | 263 | 161 | 11 | 0 | 45 | 36 | 113 | 36 | 71 |
| Binary | 10100010 | 10110011 | 1110001 | 1001 | 0 | 100101 | 11110 | 1001011 | 11110 | 111001 |
Color Harmonies of #A2B371
Complementary color
Monochromatic Colors of #A2B371
Black with #A2B371
Text Example
Text Example
White with #A2B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B371; }
p { color: rgb(162,179,113); }
H1.HeaderClassName
{
color: #A2B371;
}
.AnyTagClassName
{
color: #A2B371;
}
</style>
background-color css
<style>
a { background-color: #A2B371; }
a { background-color: rgb(162,179,113); }
div.DivClassName
{
background-color: #A2B371;
}
.BgClassName
{
background-color: #A2B371;
}
</style>
border-color css
<style>
span { border-color: #A2B371; }
span { border-color: rgb(162,179,113); }
td.TdClassName
{
border-color: #A2B371;
}
.TagClassName
{
border-color: #A2B371;
}
</style>