Shades of Asparagus #80A35F
Tints of Asparagus #80A35F
RGB
CMYK
RGB Variations
Color information
#80A35F (or 0x80A35F) is known color: Asparagus. HEX triplet: 80, A3 and 5F. RGB value is (128,163,95). Sum of RGB (Red+Green+Blue) = 128+163+95=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #80A35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A35F is #7F5CA0. Grayscale: #919191. Windows color (decimal): -8346785 or 6267776. OLE color: 6267776.
HSL color Cylindrical-coordinate representation of color #80A35F: hue angle of 90.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80A35F is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 95 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.36 |
| HSL | 90.88º | 0.27% | 0.51% | - |
| HSV(B) | 90.88º | 0.42% | 0.64% | - |
| XYZ | 24.06 | 31.61 | 15.66 | - |
| YUV | 144.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 95 | 0.21 | 0 | 0.42 | 0.36 | 90.88 | 0.27 | 0.51 |
| Hex | 80 | A3 | 5F | 15 | 0 | 2A | 24 | 5B | 1B | 33 |
| Octal | 200 | 243 | 137 | 25 | 0 | 52 | 44 | 133 | 33 | 63 |
| Binary | 10000000 | 10100011 | 1011111 | 10101 | 0 | 101010 | 100100 | 1011011 | 11011 | 110011 |
Color Harmonies of #80A35F
Complementary color
Monochromatic Colors of #80A35F
Black with #80A35F
Text Example
Text Example
White with #80A35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A35F; }
p { color: rgb(128,163,95); }
H1.HeaderClassName
{
color: #80A35F;
}
.AnyTagClassName
{
color: #80A35F;
}
</style>
background-color css
<style>
a { background-color: #80A35F; }
a { background-color: rgb(128,163,95); }
div.DivClassName
{
background-color: #80A35F;
}
.BgClassName
{
background-color: #80A35F;
}
</style>
border-color css
<style>
span { border-color: #80A35F; }
span { border-color: rgb(128,163,95); }
td.TdClassName
{
border-color: #80A35F;
}
.TagClassName
{
border-color: #80A35F;
}
</style>