Shades of Olivine #A2BC7E
Tints of Olivine #A2BC7E
RGB
CMYK
RGB Variations
Color information
#A2BC7E (or 0xA2BC7E) is known color: Olivine. HEX triplet: A2, BC and 7E. RGB value is (162,188,126). Sum of RGB (Red+Green+Blue) = 162+188+126=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC7E is #5D4381. Grayscale: #ADADAD. Windows color (decimal): -6112130 or 8305826. OLE color: 8305826.
HSL color Cylindrical-coordinate representation of color #A2BC7E: hue angle of 85.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2BC7E is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 126 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.26 |
| HSL | 85.16º | 0.32% | 0.62% | - |
| HSV(B) | 85.16º | 0.33% | 0.74% | - |
| XYZ | 36.65 | 45.15 | 26.52 | - |
| YUV | 173.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 126 | 0.14 | 0 | 0.33 | 0.26 | 85.16 | 0.32 | 0.62 |
| Hex | A2 | BC | 7E | E | 0 | 21 | 1A | 55 | 20 | 3E |
| Octal | 242 | 274 | 176 | 16 | 0 | 41 | 32 | 125 | 40 | 76 |
| Binary | 10100010 | 10111100 | 1111110 | 1110 | 0 | 100001 | 11010 | 1010101 | 100000 | 111110 |
Color Harmonies of #A2BC7E
Complementary color
Monochromatic Colors of #A2BC7E
Black with #A2BC7E
Text Example
Text Example
White with #A2BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC7E; }
p { color: rgb(162,188,126); }
H1.HeaderClassName
{
color: #A2BC7E;
}
.AnyTagClassName
{
color: #A2BC7E;
}
</style>
background-color css
<style>
a { background-color: #A2BC7E; }
a { background-color: rgb(162,188,126); }
div.DivClassName
{
background-color: #A2BC7E;
}
.BgClassName
{
background-color: #A2BC7E;
}
</style>
border-color css
<style>
span { border-color: #A2BC7E; }
span { border-color: rgb(162,188,126); }
td.TdClassName
{
border-color: #A2BC7E;
}
.TagClassName
{
border-color: #A2BC7E;
}
</style>