Shades of Asparagus #809853
Tints of Asparagus #809853
RGB
CMYK
RGB Variations
Color information
#809853 (or 0x809853) is known color: Asparagus. HEX triplet: 80, 98 and 53. RGB value is (128,152,83). Sum of RGB (Red+Green+Blue) = 128+152+83=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #809853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809853 is #7F67AC. Grayscale: #898989. Windows color (decimal): -8349613 or 5478528. OLE color: 5478528.
HSL color Cylindrical-coordinate representation of color #809853: hue angle of 80.87º 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 #809853 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 83 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.40 |
| HSL | 80.87º | 0.29% | 0.46% | - |
| HSV(B) | 80.87º | 0.45% | 0.6% | - |
| XYZ | 21.69 | 27.67 | 12.38 | - |
| YUV | 136.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 83 | 0.16 | 0 | 0.45 | 0.40 | 80.87 | 0.29 | 0.46 |
| Hex | 80 | 98 | 53 | 10 | 0 | 2D | 28 | 51 | 1D | 2E |
| Octal | 200 | 230 | 123 | 20 | 0 | 55 | 50 | 121 | 35 | 56 |
| Binary | 10000000 | 10011000 | 1010011 | 10000 | 0 | 101101 | 101000 | 1010001 | 11101 | 101110 |
Color Harmonies of #809853
Complementary color
Monochromatic Colors of #809853
Black with #809853
Text Example
Text Example
White with #809853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809853; }
p { color: rgb(128,152,83); }
H1.HeaderClassName
{
color: #809853;
}
.AnyTagClassName
{
color: #809853;
}
</style>
background-color css
<style>
a { background-color: #809853; }
a { background-color: rgb(128,152,83); }
div.DivClassName
{
background-color: #809853;
}
.BgClassName
{
background-color: #809853;
}
</style>
border-color css
<style>
span { border-color: #809853; }
span { border-color: rgb(128,152,83); }
td.TdClassName
{
border-color: #809853;
}
.TagClassName
{
border-color: #809853;
}
</style>