Shades of Olivine #A2BE80
Tints of Olivine #A2BE80
RGB
CMYK
RGB Variations
Color information
#A2BE80 (or 0xA2BE80) is known color: Olivine. HEX triplet: A2, BE and 80. RGB value is (162,190,128). Sum of RGB (Red+Green+Blue) = 162+190+128=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE80 is #5D417F. Grayscale: #AEAEAE. Windows color (decimal): -6111616 or 8437410. OLE color: 8437410.
HSL color Cylindrical-coordinate representation of color #A2BE80: hue angle of 87.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2BE80 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 128 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.25 |
| HSL | 87.1º | 0.32% | 0.62% | - |
| HSV(B) | 87.1º | 0.33% | 0.75% | - |
| XYZ | 37.21 | 46.07 | 27.35 | - |
| YUV | 174.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 128 | 0.15 | 0 | 0.33 | 0.25 | 87.1 | 0.32 | 0.62 |
| Hex | A2 | BE | 80 | F | 0 | 21 | 19 | 57 | 20 | 3E |
| Octal | 242 | 276 | 200 | 17 | 0 | 41 | 31 | 127 | 40 | 76 |
| Binary | 10100010 | 10111110 | 10000000 | 1111 | 0 | 100001 | 11001 | 1010111 | 100000 | 111110 |
Color Harmonies of #A2BE80
Complementary color
Monochromatic Colors of #A2BE80
Black with #A2BE80
Text Example
Text Example
White with #A2BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE80; }
p { color: rgb(162,190,128); }
H1.HeaderClassName
{
color: #A2BE80;
}
.AnyTagClassName
{
color: #A2BE80;
}
</style>
background-color css
<style>
a { background-color: #A2BE80; }
a { background-color: rgb(162,190,128); }
div.DivClassName
{
background-color: #A2BE80;
}
.BgClassName
{
background-color: #A2BE80;
}
</style>
border-color css
<style>
span { border-color: #A2BE80; }
span { border-color: rgb(162,190,128); }
td.TdClassName
{
border-color: #A2BE80;
}
.TagClassName
{
border-color: #A2BE80;
}
</style>