Shades of Asparagus #809854
Tints of Asparagus #809854
RGB
CMYK
RGB Variations
Color information
#809854 (or 0x809854) is known color: Asparagus. HEX triplet: 80, 98 and 54. RGB value is (128,152,84). Sum of RGB (Red+Green+Blue) = 128+152+84=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #809854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809854 is #7F67AB. Grayscale: #898989. Windows color (decimal): -8349612 or 5544064. OLE color: 5544064.
HSL color Cylindrical-coordinate representation of color #809854: hue angle of 81.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #809854 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 84 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.40 |
| HSL | 81.18º | 0.29% | 0.46% | - |
| HSV(B) | 81.18º | 0.45% | 0.6% | - |
| XYZ | 21.73 | 27.69 | 12.59 | - |
| YUV | 137.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 84 | 0.16 | 0 | 0.45 | 0.40 | 81.18 | 0.29 | 0.46 |
| Hex | 80 | 98 | 54 | 10 | 0 | 2D | 28 | 51 | 1D | 2E |
| Octal | 200 | 230 | 124 | 20 | 0 | 55 | 50 | 121 | 35 | 56 |
| Binary | 10000000 | 10011000 | 1010100 | 10000 | 0 | 101101 | 101000 | 1010001 | 11101 | 101110 |
Color Harmonies of #809854
Complementary color
Monochromatic Colors of #809854
Black with #809854
Text Example
Text Example
White with #809854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809854; }
p { color: rgb(128,152,84); }
H1.HeaderClassName
{
color: #809854;
}
.AnyTagClassName
{
color: #809854;
}
</style>
background-color css
<style>
a { background-color: #809854; }
a { background-color: rgb(128,152,84); }
div.DivClassName
{
background-color: #809854;
}
.BgClassName
{
background-color: #809854;
}
</style>
border-color css
<style>
span { border-color: #809854; }
span { border-color: rgb(128,152,84); }
td.TdClassName
{
border-color: #809854;
}
.TagClassName
{
border-color: #809854;
}
</style>