Shades of Olivine #A2BE7C
Tints of Olivine #A2BE7C
RGB
CMYK
RGB Variations
Color information
#A2BE7C (or 0xA2BE7C) is known color: Olivine. HEX triplet: A2, BE and 7C. RGB value is (162,190,124). Sum of RGB (Red+Green+Blue) = 162+190+124=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE7C is #5D4183. Grayscale: #AEAEAE. Windows color (decimal): -6111620 or 8175266. OLE color: 8175266.
HSL color Cylindrical-coordinate representation of color #A2BE7C: hue angle of 85.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2BE7C is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 124 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.25 |
| HSL | 85.45º | 0.34% | 0.62% | - |
| HSV(B) | 85.45º | 0.35% | 0.75% | - |
| XYZ | 36.95 | 45.96 | 25.99 | - |
| YUV | 174.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 124 | 0.15 | 0 | 0.35 | 0.25 | 85.45 | 0.34 | 0.62 |
| Hex | A2 | BE | 7C | F | 0 | 23 | 19 | 55 | 22 | 3E |
| Octal | 242 | 276 | 174 | 17 | 0 | 43 | 31 | 125 | 42 | 76 |
| Binary | 10100010 | 10111110 | 1111100 | 1111 | 0 | 100011 | 11001 | 1010101 | 100010 | 111110 |
Color Harmonies of #A2BE7C
Complementary color
Monochromatic Colors of #A2BE7C
Black with #A2BE7C
Text Example
Text Example
White with #A2BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE7C; }
p { color: rgb(162,190,124); }
H1.HeaderClassName
{
color: #A2BE7C;
}
.AnyTagClassName
{
color: #A2BE7C;
}
</style>
background-color css
<style>
a { background-color: #A2BE7C; }
a { background-color: rgb(162,190,124); }
div.DivClassName
{
background-color: #A2BE7C;
}
.BgClassName
{
background-color: #A2BE7C;
}
</style>
border-color css
<style>
span { border-color: #A2BE7C; }
span { border-color: rgb(162,190,124); }
td.TdClassName
{
border-color: #A2BE7C;
}
.TagClassName
{
border-color: #A2BE7C;
}
</style>