Shades of Olivine #A2B871
Tints of Olivine #A2B871
RGB
CMYK
RGB Variations
Color information
#A2B871 (or 0xA2B871) is known color: Olivine. HEX triplet: A2, B8 and 71. RGB value is (162,184,113). Sum of RGB (Red+Green+Blue) = 162+184+113=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B871 is #5D478E. Grayscale: #A9A9A9. Windows color (decimal): -6113167 or 7452834. OLE color: 7452834.
HSL color Cylindrical-coordinate representation of color #A2B871: hue angle of 78.59º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2B871 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 113 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.28 |
| HSL | 78.59º | 0.33% | 0.58% | - |
| HSV(B) | 78.59º | 0.39% | 0.72% | - |
| XYZ | 35.02 | 43.15 | 22.11 | - |
| YUV | 169.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 113 | 0.12 | 0 | 0.39 | 0.28 | 78.59 | 0.33 | 0.58 |
| Hex | A2 | B8 | 71 | C | 0 | 27 | 1C | 4F | 21 | 3A |
| Octal | 242 | 270 | 161 | 14 | 0 | 47 | 34 | 117 | 41 | 72 |
| Binary | 10100010 | 10111000 | 1110001 | 1100 | 0 | 100111 | 11100 | 1001111 | 100001 | 111010 |
Color Harmonies of #A2B871
Complementary color
Monochromatic Colors of #A2B871
Black with #A2B871
Text Example
Text Example
White with #A2B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B871; }
p { color: rgb(162,184,113); }
H1.HeaderClassName
{
color: #A2B871;
}
.AnyTagClassName
{
color: #A2B871;
}
</style>
background-color css
<style>
a { background-color: #A2B871; }
a { background-color: rgb(162,184,113); }
div.DivClassName
{
background-color: #A2B871;
}
.BgClassName
{
background-color: #A2B871;
}
</style>
border-color css
<style>
span { border-color: #A2B871; }
span { border-color: rgb(162,184,113); }
td.TdClassName
{
border-color: #A2B871;
}
.TagClassName
{
border-color: #A2B871;
}
</style>