Shades of Asparagus #80A958
Tints of Asparagus #80A958
RGB
CMYK
RGB Variations
Color information
#80A958 (or 0x80A958) is known color: Asparagus. HEX triplet: 80, A9 and 58. RGB value is (128,169,88). Sum of RGB (Red+Green+Blue) = 128+169+88=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #80A958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A958 is #7F56A7. Grayscale: #939393. Windows color (decimal): -8345256 or 5810560. OLE color: 5810560.
HSL color Cylindrical-coordinate representation of color #80A958: hue angle of 90.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80A958 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 88 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.34 |
| HSL | 90.37º | 0.32% | 0.5% | - |
| HSV(B) | 90.37º | 0.48% | 0.66% | - |
| XYZ | 24.85 | 33.67 | 14.42 | - |
| YUV | 147.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 88 | 0.24 | 0 | 0.48 | 0.34 | 90.37 | 0.32 | 0.5 |
| Hex | 80 | A9 | 58 | 18 | 0 | 30 | 22 | 5A | 20 | 32 |
| Octal | 200 | 251 | 130 | 30 | 0 | 60 | 42 | 132 | 40 | 62 |
| Binary | 10000000 | 10101001 | 1011000 | 11000 | 0 | 110000 | 100010 | 1011010 | 100000 | 110010 |
Color Harmonies of #80A958
Complementary color
Monochromatic Colors of #80A958
Black with #80A958
Text Example
Text Example
White with #80A958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A958; }
p { color: rgb(128,169,88); }
H1.HeaderClassName
{
color: #80A958;
}
.AnyTagClassName
{
color: #80A958;
}
</style>
background-color css
<style>
a { background-color: #80A958; }
a { background-color: rgb(128,169,88); }
div.DivClassName
{
background-color: #80A958;
}
.BgClassName
{
background-color: #80A958;
}
</style>
border-color css
<style>
span { border-color: #80A958; }
span { border-color: rgb(128,169,88); }
td.TdClassName
{
border-color: #80A958;
}
.TagClassName
{
border-color: #80A958;
}
</style>