Shades of Asparagus #80A55C
Tints of Asparagus #80A55C
RGB
CMYK
RGB Variations
Color information
#80A55C (or 0x80A55C) is known color: Asparagus. HEX triplet: 80, A5 and 5C. RGB value is (128,165,92). Sum of RGB (Red+Green+Blue) = 128+165+92=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #80A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A55C is #7F5AA3. Grayscale: #919191. Windows color (decimal): -8346276 or 6071680. OLE color: 6071680.
HSL color Cylindrical-coordinate representation of color #80A55C: hue angle of 90.41º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80A55C is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 92 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.35 |
| HSL | 90.41º | 0.29% | 0.5% | - |
| HSV(B) | 90.41º | 0.44% | 0.65% | - |
| XYZ | 24.29 | 32.27 | 15.07 | - |
| YUV | 145.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 92 | 0.22 | 0 | 0.44 | 0.35 | 90.41 | 0.29 | 0.5 |
| Hex | 80 | A5 | 5C | 16 | 0 | 2C | 23 | 5A | 1D | 32 |
| Octal | 200 | 245 | 134 | 26 | 0 | 54 | 43 | 132 | 35 | 62 |
| Binary | 10000000 | 10100101 | 1011100 | 10110 | 0 | 101100 | 100011 | 1011010 | 11101 | 110010 |
Color Harmonies of #80A55C
Complementary color
Monochromatic Colors of #80A55C
Black with #80A55C
Text Example
Text Example
White with #80A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A55C; }
p { color: rgb(128,165,92); }
H1.HeaderClassName
{
color: #80A55C;
}
.AnyTagClassName
{
color: #80A55C;
}
</style>
background-color css
<style>
a { background-color: #80A55C; }
a { background-color: rgb(128,165,92); }
div.DivClassName
{
background-color: #80A55C;
}
.BgClassName
{
background-color: #80A55C;
}
</style>
border-color css
<style>
span { border-color: #80A55C; }
span { border-color: rgb(128,165,92); }
td.TdClassName
{
border-color: #80A55C;
}
.TagClassName
{
border-color: #80A55C;
}
</style>