Shades of Olivine #A2BE7A
Tints of Olivine #A2BE7A
RGB
CMYK
RGB Variations
Color information
#A2BE7A (or 0xA2BE7A) is known color: Olivine. HEX triplet: A2, BE and 7A. RGB value is (162,190,122). Sum of RGB (Red+Green+Blue) = 162+190+122=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE7A is #5D4185. Grayscale: #AEAEAE. Windows color (decimal): -6111622 or 8044194. OLE color: 8044194.
HSL color Cylindrical-coordinate representation of color #A2BE7A: hue angle of 84.71º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2BE7A is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 122 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.25 |
| HSL | 84.71º | 0.34% | 0.61% | - |
| HSV(B) | 84.71º | 0.36% | 0.75% | - |
| XYZ | 36.83 | 45.91 | 25.33 | - |
| YUV | 173.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 122 | 0.15 | 0 | 0.36 | 0.25 | 84.71 | 0.34 | 0.61 |
| Hex | A2 | BE | 7A | F | 0 | 24 | 19 | 55 | 22 | 3D |
| Octal | 242 | 276 | 172 | 17 | 0 | 44 | 31 | 125 | 42 | 75 |
| Binary | 10100010 | 10111110 | 1111010 | 1111 | 0 | 100100 | 11001 | 1010101 | 100010 | 111101 |
Color Harmonies of #A2BE7A
Complementary color
Monochromatic Colors of #A2BE7A
Black with #A2BE7A
Text Example
Text Example
White with #A2BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE7A; }
p { color: rgb(162,190,122); }
H1.HeaderClassName
{
color: #A2BE7A;
}
.AnyTagClassName
{
color: #A2BE7A;
}
</style>
background-color css
<style>
a { background-color: #A2BE7A; }
a { background-color: rgb(162,190,122); }
div.DivClassName
{
background-color: #A2BE7A;
}
.BgClassName
{
background-color: #A2BE7A;
}
</style>
border-color css
<style>
span { border-color: #A2BE7A; }
span { border-color: rgb(162,190,122); }
td.TdClassName
{
border-color: #A2BE7A;
}
.TagClassName
{
border-color: #A2BE7A;
}
</style>