Shades of Olivine #A2B56C
Tints of Olivine #A2B56C
RGB
CMYK
RGB Variations
Color information
#A2B56C (or 0xA2B56C) is known color: Olivine. HEX triplet: A2, B5 and 6C. RGB value is (162,181,108). Sum of RGB (Red+Green+Blue) = 162+181+108=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B56C is #5D4A93. Grayscale: #A7A7A7. Windows color (decimal): -6113940 or 7124386. OLE color: 7124386.
HSL color Cylindrical-coordinate representation of color #A2B56C: hue angle of 75.62º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2B56C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 108 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.29 |
| HSL | 75.62º | 0.33% | 0.57% | - |
| HSV(B) | 75.62º | 0.4% | 0.71% | - |
| XYZ | 34.13 | 41.81 | 20.46 | - |
| YUV | 167 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 108 | 0.10 | 0 | 0.40 | 0.29 | 75.62 | 0.33 | 0.57 |
| Hex | A2 | B5 | 6C | A | 0 | 28 | 1D | 4C | 21 | 39 |
| Octal | 242 | 265 | 154 | 12 | 0 | 50 | 35 | 114 | 41 | 71 |
| Binary | 10100010 | 10110101 | 1101100 | 1010 | 0 | 101000 | 11101 | 1001100 | 100001 | 111001 |
Color Harmonies of #A2B56C
Complementary color
Monochromatic Colors of #A2B56C
Black with #A2B56C
Text Example
Text Example
White with #A2B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B56C; }
p { color: rgb(162,181,108); }
H1.HeaderClassName
{
color: #A2B56C;
}
.AnyTagClassName
{
color: #A2B56C;
}
</style>
background-color css
<style>
a { background-color: #A2B56C; }
a { background-color: rgb(162,181,108); }
div.DivClassName
{
background-color: #A2B56C;
}
.BgClassName
{
background-color: #A2B56C;
}
</style>
border-color css
<style>
span { border-color: #A2B56C; }
span { border-color: rgb(162,181,108); }
td.TdClassName
{
border-color: #A2B56C;
}
.TagClassName
{
border-color: #A2B56C;
}
</style>