Shades of Olivine #A2BE7D
Tints of Olivine #A2BE7D
RGB
CMYK
RGB Variations
Color information
#A2BE7D (or 0xA2BE7D) is known color: Olivine. HEX triplet: A2, BE and 7D. RGB value is (162,190,125). Sum of RGB (Red+Green+Blue) = 162+190+125=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE7D is #5D4182. Grayscale: #AEAEAE. Windows color (decimal): -6111619 or 8240802. OLE color: 8240802.
HSL color Cylindrical-coordinate representation of color #A2BE7D: hue angle of 85.85º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2BE7D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 125 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.25 |
| HSL | 85.85º | 0.33% | 0.62% | - |
| HSV(B) | 85.85º | 0.34% | 0.75% | - |
| XYZ | 37.02 | 45.99 | 26.33 | - |
| YUV | 174.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 125 | 0.15 | 0 | 0.34 | 0.25 | 85.85 | 0.33 | 0.62 |
| Hex | A2 | BE | 7D | F | 0 | 22 | 19 | 56 | 21 | 3E |
| Octal | 242 | 276 | 175 | 17 | 0 | 42 | 31 | 126 | 41 | 76 |
| Binary | 10100010 | 10111110 | 1111101 | 1111 | 0 | 100010 | 11001 | 1010110 | 100001 | 111110 |
Color Harmonies of #A2BE7D
Complementary color
Monochromatic Colors of #A2BE7D
Black with #A2BE7D
Text Example
Text Example
White with #A2BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE7D; }
p { color: rgb(162,190,125); }
H1.HeaderClassName
{
color: #A2BE7D;
}
.AnyTagClassName
{
color: #A2BE7D;
}
</style>
background-color css
<style>
a { background-color: #A2BE7D; }
a { background-color: rgb(162,190,125); }
div.DivClassName
{
background-color: #A2BE7D;
}
.BgClassName
{
background-color: #A2BE7D;
}
</style>
border-color css
<style>
span { border-color: #A2BE7D; }
span { border-color: rgb(162,190,125); }
td.TdClassName
{
border-color: #A2BE7D;
}
.TagClassName
{
border-color: #A2BE7D;
}
</style>