Shades of Asparagus #80A461
Tints of Asparagus #80A461
RGB
CMYK
RGB Variations
Color information
#80A461 (or 0x80A461) is known color: Asparagus. HEX triplet: 80, A4 and 61. RGB value is (128,164,97). Sum of RGB (Red+Green+Blue) = 128+164+97=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #80A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A461 is #7F5B9E. Grayscale: #919191. Windows color (decimal): -8346527 or 6399104. OLE color: 6399104.
HSL color Cylindrical-coordinate representation of color #80A461: hue angle of 92.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80A461 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 97 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.36 |
| HSL | 92.24º | 0.27% | 0.51% | - |
| HSV(B) | 92.24º | 0.41% | 0.64% | - |
| XYZ | 24.34 | 32 | 16.2 | - |
| YUV | 145.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 97 | 0.22 | 0 | 0.41 | 0.36 | 92.24 | 0.27 | 0.51 |
| Hex | 80 | A4 | 61 | 16 | 0 | 29 | 24 | 5C | 1B | 33 |
| Octal | 200 | 244 | 141 | 26 | 0 | 51 | 44 | 134 | 33 | 63 |
| Binary | 10000000 | 10100100 | 1100001 | 10110 | 0 | 101001 | 100100 | 1011100 | 11011 | 110011 |
Color Harmonies of #80A461
Complementary color
Monochromatic Colors of #80A461
Black with #80A461
Text Example
Text Example
White with #80A461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A461; }
p { color: rgb(128,164,97); }
H1.HeaderClassName
{
color: #80A461;
}
.AnyTagClassName
{
color: #80A461;
}
</style>
background-color css
<style>
a { background-color: #80A461; }
a { background-color: rgb(128,164,97); }
div.DivClassName
{
background-color: #80A461;
}
.BgClassName
{
background-color: #80A461;
}
</style>
border-color css
<style>
span { border-color: #80A461; }
span { border-color: rgb(128,164,97); }
td.TdClassName
{
border-color: #80A461;
}
.TagClassName
{
border-color: #80A461;
}
</style>