Shades of Asparagus #80AB5D
Tints of Asparagus #80AB5D
RGB
CMYK
RGB Variations
Color information
#80AB5D (or 0x80AB5D) is known color: Asparagus. HEX triplet: 80, AB and 5D. RGB value is (128,171,93). Sum of RGB (Red+Green+Blue) = 128+171+93=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB5D is #7F54A2. Grayscale: #959595. Windows color (decimal): -8344739 or 6138752. OLE color: 6138752.
HSL color Cylindrical-coordinate representation of color #80AB5D: hue angle of 93.08º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80AB5D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 93 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.33 |
| HSL | 93.08º | 0.32% | 0.52% | - |
| HSV(B) | 93.08º | 0.46% | 0.67% | - |
| XYZ | 25.44 | 34.51 | 15.68 | - |
| YUV | 149.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 93 | 0.25 | 0 | 0.46 | 0.33 | 93.08 | 0.32 | 0.52 |
| Hex | 80 | AB | 5D | 19 | 0 | 2E | 21 | 5D | 20 | 34 |
| Octal | 200 | 253 | 135 | 31 | 0 | 56 | 41 | 135 | 40 | 64 |
| Binary | 10000000 | 10101011 | 1011101 | 11001 | 0 | 101110 | 100001 | 1011101 | 100000 | 110100 |
Color Harmonies of #80AB5D
Complementary color
Monochromatic Colors of #80AB5D
Black with #80AB5D
Text Example
Text Example
White with #80AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB5D; }
p { color: rgb(128,171,93); }
H1.HeaderClassName
{
color: #80AB5D;
}
.AnyTagClassName
{
color: #80AB5D;
}
</style>
background-color css
<style>
a { background-color: #80AB5D; }
a { background-color: rgb(128,171,93); }
div.DivClassName
{
background-color: #80AB5D;
}
.BgClassName
{
background-color: #80AB5D;
}
</style>
border-color css
<style>
span { border-color: #80AB5D; }
span { border-color: rgb(128,171,93); }
td.TdClassName
{
border-color: #80AB5D;
}
.TagClassName
{
border-color: #80AB5D;
}
</style>