Shades of Olivine #A2BC7C
Tints of Olivine #A2BC7C
RGB
CMYK
RGB Variations
Color information
#A2BC7C (or 0xA2BC7C) is known color: Olivine. HEX triplet: A2, BC and 7C. RGB value is (162,188,124). Sum of RGB (Red+Green+Blue) = 162+188+124=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC7C is #5D4383. Grayscale: #ADADAD. Windows color (decimal): -6112132 or 8174754. OLE color: 8174754.
HSL color Cylindrical-coordinate representation of color #A2BC7C: hue angle of 84.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2BC7C is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 124 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.26 |
| HSL | 84.38º | 0.32% | 0.61% | - |
| HSV(B) | 84.38º | 0.34% | 0.74% | - |
| XYZ | 36.52 | 45.1 | 25.85 | - |
| YUV | 172.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 124 | 0.14 | 0 | 0.34 | 0.26 | 84.38 | 0.32 | 0.61 |
| Hex | A2 | BC | 7C | E | 0 | 22 | 1A | 54 | 20 | 3D |
| Octal | 242 | 274 | 174 | 16 | 0 | 42 | 32 | 124 | 40 | 75 |
| Binary | 10100010 | 10111100 | 1111100 | 1110 | 0 | 100010 | 11010 | 1010100 | 100000 | 111101 |
Color Harmonies of #A2BC7C
Complementary color
Monochromatic Colors of #A2BC7C
Black with #A2BC7C
Text Example
Text Example
White with #A2BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC7C; }
p { color: rgb(162,188,124); }
H1.HeaderClassName
{
color: #A2BC7C;
}
.AnyTagClassName
{
color: #A2BC7C;
}
</style>
background-color css
<style>
a { background-color: #A2BC7C; }
a { background-color: rgb(162,188,124); }
div.DivClassName
{
background-color: #A2BC7C;
}
.BgClassName
{
background-color: #A2BC7C;
}
</style>
border-color css
<style>
span { border-color: #A2BC7C; }
span { border-color: rgb(162,188,124); }
td.TdClassName
{
border-color: #A2BC7C;
}
.TagClassName
{
border-color: #A2BC7C;
}
</style>