Shades of Asparagus #80A256
Tints of Asparagus #80A256
RGB
CMYK
RGB Variations
Color information
#80A256 (or 0x80A256) is known color: Asparagus. HEX triplet: 80, A2 and 56. RGB value is (128,162,86). Sum of RGB (Red+Green+Blue) = 128+162+86=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #80A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A256 is #7F5DA9. Grayscale: #8F8F8F. Windows color (decimal): -8347050 or 5677696. OLE color: 5677696.
HSL color Cylindrical-coordinate representation of color #80A256: hue angle of 86.84º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80A256 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 86 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.36 |
| HSL | 86.84º | 0.31% | 0.49% | - |
| HSV(B) | 86.84º | 0.47% | 0.64% | - |
| XYZ | 23.5 | 31.1 | 13.57 | - |
| YUV | 143.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 86 | 0.21 | 0 | 0.47 | 0.36 | 86.84 | 0.31 | 0.49 |
| Hex | 80 | A2 | 56 | 15 | 0 | 2F | 24 | 57 | 1F | 31 |
| Octal | 200 | 242 | 126 | 25 | 0 | 57 | 44 | 127 | 37 | 61 |
| Binary | 10000000 | 10100010 | 1010110 | 10101 | 0 | 101111 | 100100 | 1010111 | 11111 | 110001 |
Color Harmonies of #80A256
Complementary color
Monochromatic Colors of #80A256
Black with #80A256
Text Example
Text Example
White with #80A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A256; }
p { color: rgb(128,162,86); }
H1.HeaderClassName
{
color: #80A256;
}
.AnyTagClassName
{
color: #80A256;
}
</style>
background-color css
<style>
a { background-color: #80A256; }
a { background-color: rgb(128,162,86); }
div.DivClassName
{
background-color: #80A256;
}
.BgClassName
{
background-color: #80A256;
}
</style>
border-color css
<style>
span { border-color: #80A256; }
span { border-color: rgb(128,162,86); }
td.TdClassName
{
border-color: #80A256;
}
.TagClassName
{
border-color: #80A256;
}
</style>