Shades of Olivine #A3BE80
Tints of Olivine #A3BE80
RGB
CMYK
RGB Variations
Color information
#A3BE80 (or 0xA3BE80) is known color: Olivine. HEX triplet: A3, BE and 80. RGB value is (163,190,128). Sum of RGB (Red+Green+Blue) = 163+190+128=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE80 is #5C417F. Grayscale: #AFAFAF. Windows color (decimal): -6046080 or 8437411. OLE color: 8437411.
HSL color Cylindrical-coordinate representation of color #A3BE80: hue angle of 86.13º 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 #A3BE80 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 128 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.25 |
| HSL | 86.13º | 0.32% | 0.62% | - |
| HSV(B) | 86.13º | 0.33% | 0.75% | - |
| XYZ | 37.41 | 46.17 | 27.36 | - |
| YUV | 174.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 128 | 0.14 | 0 | 0.33 | 0.25 | 86.13 | 0.32 | 0.62 |
| Hex | A3 | BE | 80 | E | 0 | 21 | 19 | 56 | 20 | 3E |
| Octal | 243 | 276 | 200 | 16 | 0 | 41 | 31 | 126 | 40 | 76 |
| Binary | 10100011 | 10111110 | 10000000 | 1110 | 0 | 100001 | 11001 | 1010110 | 100000 | 111110 |
Color Harmonies of #A3BE80
Complementary color
Monochromatic Colors of #A3BE80
Black with #A3BE80
Text Example
Text Example
White with #A3BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE80; }
p { color: rgb(163,190,128); }
H1.HeaderClassName
{
color: #A3BE80;
}
.AnyTagClassName
{
color: #A3BE80;
}
</style>
background-color css
<style>
a { background-color: #A3BE80; }
a { background-color: rgb(163,190,128); }
div.DivClassName
{
background-color: #A3BE80;
}
.BgClassName
{
background-color: #A3BE80;
}
</style>
border-color css
<style>
span { border-color: #A3BE80; }
span { border-color: rgb(163,190,128); }
td.TdClassName
{
border-color: #A3BE80;
}
.TagClassName
{
border-color: #A3BE80;
}
</style>