Shades of Asparagus #80A059
Tints of Asparagus #80A059
RGB
CMYK
RGB Variations
Color information
#80A059 (or 0x80A059) is known color: Asparagus. HEX triplet: 80, A0 and 59. RGB value is (128,160,89). Sum of RGB (Red+Green+Blue) = 128+160+89=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #80A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A059 is #7F5FA6. Grayscale: #8E8E8E. Windows color (decimal): -8347559 or 5873792. OLE color: 5873792.
HSL color Cylindrical-coordinate representation of color #80A059: hue angle of 87.04º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80A059 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 89 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.37 |
| HSL | 87.04º | 0.29% | 0.49% | - |
| HSV(B) | 87.04º | 0.44% | 0.63% | - |
| XYZ | 23.28 | 30.45 | 14.1 | - |
| YUV | 142.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 89 | 0.20 | 0 | 0.44 | 0.37 | 87.04 | 0.29 | 0.49 |
| Hex | 80 | A0 | 59 | 14 | 0 | 2C | 25 | 57 | 1D | 31 |
| Octal | 200 | 240 | 131 | 24 | 0 | 54 | 45 | 127 | 35 | 61 |
| Binary | 10000000 | 10100000 | 1011001 | 10100 | 0 | 101100 | 100101 | 1010111 | 11101 | 110001 |
Color Harmonies of #80A059
Complementary color
Monochromatic Colors of #80A059
Black with #80A059
Text Example
Text Example
White with #80A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A059; }
p { color: rgb(128,160,89); }
H1.HeaderClassName
{
color: #80A059;
}
.AnyTagClassName
{
color: #80A059;
}
</style>
background-color css
<style>
a { background-color: #80A059; }
a { background-color: rgb(128,160,89); }
div.DivClassName
{
background-color: #80A059;
}
.BgClassName
{
background-color: #80A059;
}
</style>
border-color css
<style>
span { border-color: #80A059; }
span { border-color: rgb(128,160,89); }
td.TdClassName
{
border-color: #80A059;
}
.TagClassName
{
border-color: #80A059;
}
</style>