Shades of Asparagus #809A55
Tints of Asparagus #809A55
RGB
CMYK
RGB Variations
Color information
#809A55 (or 0x809A55) is known color: Asparagus. HEX triplet: 80, 9A and 55. RGB value is (128,154,85). Sum of RGB (Red+Green+Blue) = 128+154+85=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #809A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809A55 is #7F65AA. Grayscale: #8A8A8A. Windows color (decimal): -8349099 or 5610112. OLE color: 5610112.
HSL color Cylindrical-coordinate representation of color #809A55: hue angle of 82.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #809A55 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 154 | 85 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.40 |
| HSL | 82.61º | 0.29% | 0.47% | - |
| HSV(B) | 82.61º | 0.45% | 0.6% | - |
| XYZ | 22.1 | 28.36 | 12.9 | - |
| YUV | 138.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 85 | 0.17 | 0 | 0.45 | 0.40 | 82.61 | 0.29 | 0.47 |
| Hex | 80 | 9A | 55 | 11 | 0 | 2D | 28 | 53 | 1D | 2F |
| Octal | 200 | 232 | 125 | 21 | 0 | 55 | 50 | 123 | 35 | 57 |
| Binary | 10000000 | 10011010 | 1010101 | 10001 | 0 | 101101 | 101000 | 1010011 | 11101 | 101111 |
Color Harmonies of #809A55
Complementary color
Monochromatic Colors of #809A55
Black with #809A55
Text Example
Text Example
White with #809A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809A55; }
p { color: rgb(128,154,85); }
H1.HeaderClassName
{
color: #809A55;
}
.AnyTagClassName
{
color: #809A55;
}
</style>
background-color css
<style>
a { background-color: #809A55; }
a { background-color: rgb(128,154,85); }
div.DivClassName
{
background-color: #809A55;
}
.BgClassName
{
background-color: #809A55;
}
</style>
border-color css
<style>
span { border-color: #809A55; }
span { border-color: rgb(128,154,85); }
td.TdClassName
{
border-color: #809A55;
}
.TagClassName
{
border-color: #809A55;
}
</style>