Shades of Asparagus #80A355
Tints of Asparagus #80A355
RGB
CMYK
RGB Variations
Color information
#80A355 (or 0x80A355) is known color: Asparagus. HEX triplet: 80, A3 and 55. RGB value is (128,163,85). Sum of RGB (Red+Green+Blue) = 128+163+85=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #80A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A355 is #7F5CAA. Grayscale: #8F8F8F. Windows color (decimal): -8346795 or 5612416. OLE color: 5612416.
HSL color Cylindrical-coordinate representation of color #80A355: hue angle of 86.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80A355 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 85 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.36 |
| HSL | 86.92º | 0.31% | 0.49% | - |
| HSV(B) | 86.92º | 0.48% | 0.64% | - |
| XYZ | 23.64 | 31.44 | 13.42 | - |
| YUV | 143.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 85 | 0.21 | 0 | 0.48 | 0.36 | 86.92 | 0.31 | 0.49 |
| Hex | 80 | A3 | 55 | 15 | 0 | 30 | 24 | 57 | 1F | 31 |
| Octal | 200 | 243 | 125 | 25 | 0 | 60 | 44 | 127 | 37 | 61 |
| Binary | 10000000 | 10100011 | 1010101 | 10101 | 0 | 110000 | 100100 | 1010111 | 11111 | 110001 |
Color Harmonies of #80A355
Complementary color
Monochromatic Colors of #80A355
Black with #80A355
Text Example
Text Example
White with #80A355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A355; }
p { color: rgb(128,163,85); }
H1.HeaderClassName
{
color: #80A355;
}
.AnyTagClassName
{
color: #80A355;
}
</style>
background-color css
<style>
a { background-color: #80A355; }
a { background-color: rgb(128,163,85); }
div.DivClassName
{
background-color: #80A355;
}
.BgClassName
{
background-color: #80A355;
}
</style>
border-color css
<style>
span { border-color: #80A355; }
span { border-color: rgb(128,163,85); }
td.TdClassName
{
border-color: #80A355;
}
.TagClassName
{
border-color: #80A355;
}
</style>