Shades of Olivine #A2B47C
Tints of Olivine #A2B47C
RGB
CMYK
RGB Variations
Color information
#A2B47C (or 0xA2B47C) is known color: Olivine. HEX triplet: A2, B4 and 7C. RGB value is (162,180,124). Sum of RGB (Red+Green+Blue) = 162+180+124=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B47C is #5D4B83. Grayscale: #A8A8A8. Windows color (decimal): -6114180 or 8172706. OLE color: 8172706.
HSL color Cylindrical-coordinate representation of color #A2B47C: hue angle of 79.29º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B47C is Cyan = 0.1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 124 | - |
| CMYK | 0.1 | 0 | 0.31 | 0.29 |
| HSL | 79.29º | 0.27% | 0.6% | - |
| HSV(B) | 79.29º | 0.31% | 0.71% | - |
| XYZ | 34.86 | 41.78 | 25.3 | - |
| YUV | 168.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 124 | 0.1 | 0 | 0.31 | 0.29 | 79.29 | 0.27 | 0.6 |
| Hex | A2 | B4 | 7C | A | 0 | 1F | 1D | 4F | 1B | 3C |
| Octal | 242 | 264 | 174 | 12 | 0 | 37 | 35 | 117 | 33 | 74 |
| Binary | 10100010 | 10110100 | 1111100 | 1010 | 0 | 11111 | 11101 | 1001111 | 11011 | 111100 |
Color Harmonies of #A2B47C
Complementary color
Monochromatic Colors of #A2B47C
Black with #A2B47C
Text Example
Text Example
White with #A2B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B47C; }
p { color: rgb(162,180,124); }
H1.HeaderClassName
{
color: #A2B47C;
}
.AnyTagClassName
{
color: #A2B47C;
}
</style>
background-color css
<style>
a { background-color: #A2B47C; }
a { background-color: rgb(162,180,124); }
div.DivClassName
{
background-color: #A2B47C;
}
.BgClassName
{
background-color: #A2B47C;
}
</style>
border-color css
<style>
span { border-color: #A2B47C; }
span { border-color: rgb(162,180,124); }
td.TdClassName
{
border-color: #A2B47C;
}
.TagClassName
{
border-color: #A2B47C;
}
</style>