Shades of Olivine #A2BA80
Tints of Olivine #A2BA80
RGB
CMYK
RGB Variations
Color information
#A2BA80 (or 0xA2BA80) is known color: Olivine. HEX triplet: A2, BA and 80. RGB value is (162,186,128). Sum of RGB (Red+Green+Blue) = 162+186+128=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA80 is #5D457F. Grayscale: #ACACAC. Windows color (decimal): -6112640 or 8436386. OLE color: 8436386.
HSL color Cylindrical-coordinate representation of color #A2BA80: hue angle of 84.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BA80 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 128 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.27 |
| HSL | 84.83º | 0.3% | 0.62% | - |
| HSV(B) | 84.83º | 0.31% | 0.73% | - |
| XYZ | 36.36 | 44.36 | 27.07 | - |
| YUV | 172.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 128 | 0.13 | 0 | 0.31 | 0.27 | 84.83 | 0.3 | 0.62 |
| Hex | A2 | BA | 80 | D | 0 | 1F | 1B | 55 | 1E | 3E |
| Octal | 242 | 272 | 200 | 15 | 0 | 37 | 33 | 125 | 36 | 76 |
| Binary | 10100010 | 10111010 | 10000000 | 1101 | 0 | 11111 | 11011 | 1010101 | 11110 | 111110 |
Color Harmonies of #A2BA80
Complementary color
Monochromatic Colors of #A2BA80
Black with #A2BA80
Text Example
Text Example
White with #A2BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA80; }
p { color: rgb(162,186,128); }
H1.HeaderClassName
{
color: #A2BA80;
}
.AnyTagClassName
{
color: #A2BA80;
}
</style>
background-color css
<style>
a { background-color: #A2BA80; }
a { background-color: rgb(162,186,128); }
div.DivClassName
{
background-color: #A2BA80;
}
.BgClassName
{
background-color: #A2BA80;
}
</style>
border-color css
<style>
span { border-color: #A2BA80; }
span { border-color: rgb(162,186,128); }
td.TdClassName
{
border-color: #A2BA80;
}
.TagClassName
{
border-color: #A2BA80;
}
</style>