Shades of Olivine #A2B872
Tints of Olivine #A2B872
RGB
CMYK
RGB Variations
Color information
#A2B872 (or 0xA2B872) is known color: Olivine. HEX triplet: A2, B8 and 72. RGB value is (162,184,114). Sum of RGB (Red+Green+Blue) = 162+184+114=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B872 is #5D478D. Grayscale: #A9A9A9. Windows color (decimal): -6113166 or 7518370. OLE color: 7518370.
HSL color Cylindrical-coordinate representation of color #A2B872: hue angle of 78.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2B872 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 114 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.28 |
| HSL | 78.86º | 0.33% | 0.58% | - |
| HSV(B) | 78.86º | 0.38% | 0.72% | - |
| XYZ | 35.08 | 43.18 | 22.4 | - |
| YUV | 169.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 114 | 0.12 | 0 | 0.38 | 0.28 | 78.86 | 0.33 | 0.58 |
| Hex | A2 | B8 | 72 | C | 0 | 26 | 1C | 4F | 21 | 3A |
| Octal | 242 | 270 | 162 | 14 | 0 | 46 | 34 | 117 | 41 | 72 |
| Binary | 10100010 | 10111000 | 1110010 | 1100 | 0 | 100110 | 11100 | 1001111 | 100001 | 111010 |
Color Harmonies of #A2B872
Complementary color
Monochromatic Colors of #A2B872
Black with #A2B872
Text Example
Text Example
White with #A2B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B872; }
p { color: rgb(162,184,114); }
H1.HeaderClassName
{
color: #A2B872;
}
.AnyTagClassName
{
color: #A2B872;
}
</style>
background-color css
<style>
a { background-color: #A2B872; }
a { background-color: rgb(162,184,114); }
div.DivClassName
{
background-color: #A2B872;
}
.BgClassName
{
background-color: #A2B872;
}
</style>
border-color css
<style>
span { border-color: #A2B872; }
span { border-color: rgb(162,184,114); }
td.TdClassName
{
border-color: #A2B872;
}
.TagClassName
{
border-color: #A2B872;
}
</style>