Shades of Asparagus #80A959
Tints of Asparagus #80A959
RGB
CMYK
RGB Variations
Color information
#80A959 (or 0x80A959) is known color: Asparagus. HEX triplet: 80, A9 and 59. RGB value is (128,169,89). Sum of RGB (Red+Green+Blue) = 128+169+89=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #80A959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A959 is #7F56A6. Grayscale: #939393. Windows color (decimal): -8345255 or 5876096. OLE color: 5876096.
HSL color Cylindrical-coordinate representation of color #80A959: hue angle of 90.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80A959 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 89 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.34 |
| HSL | 90.75º | 0.32% | 0.51% | - |
| HSV(B) | 90.75º | 0.47% | 0.66% | - |
| XYZ | 24.89 | 33.69 | 14.64 | - |
| YUV | 147.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 89 | 0.24 | 0 | 0.47 | 0.34 | 90.75 | 0.32 | 0.51 |
| Hex | 80 | A9 | 59 | 18 | 0 | 2F | 22 | 5B | 20 | 33 |
| Octal | 200 | 251 | 131 | 30 | 0 | 57 | 42 | 133 | 40 | 63 |
| Binary | 10000000 | 10101001 | 1011001 | 11000 | 0 | 101111 | 100010 | 1011011 | 100000 | 110011 |
Color Harmonies of #80A959
Complementary color
Monochromatic Colors of #80A959
Black with #80A959
Text Example
Text Example
White with #80A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A959; }
p { color: rgb(128,169,89); }
H1.HeaderClassName
{
color: #80A959;
}
.AnyTagClassName
{
color: #80A959;
}
</style>
background-color css
<style>
a { background-color: #80A959; }
a { background-color: rgb(128,169,89); }
div.DivClassName
{
background-color: #80A959;
}
.BgClassName
{
background-color: #80A959;
}
</style>
border-color css
<style>
span { border-color: #80A959; }
span { border-color: rgb(128,169,89); }
td.TdClassName
{
border-color: #80A959;
}
.TagClassName
{
border-color: #80A959;
}
</style>