Shades of Asparagus #80984D
Tints of Asparagus #80984D
RGB
CMYK
RGB Variations
Color information
#80984D (or 0x80984D) is known color: Asparagus. HEX triplet: 80, 98 and 4D. RGB value is (128,152,77). Sum of RGB (Red+Green+Blue) = 128+152+77=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #80984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80984D is #7F67B2. Grayscale: #888888. Windows color (decimal): -8349619 or 5085312. OLE color: 5085312.
HSL color Cylindrical-coordinate representation of color #80984D: hue angle of 79.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80984D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 77 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.40 |
| HSL | 79.2º | 0.33% | 0.45% | - |
| HSV(B) | 79.2º | 0.49% | 0.6% | - |
| XYZ | 21.47 | 27.58 | 11.21 | - |
| YUV | 136.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 77 | 0.16 | 0 | 0.49 | 0.40 | 79.2 | 0.33 | 0.45 |
| Hex | 80 | 98 | 4D | 10 | 0 | 31 | 28 | 4F | 21 | 2D |
| Octal | 200 | 230 | 115 | 20 | 0 | 61 | 50 | 117 | 41 | 55 |
| Binary | 10000000 | 10011000 | 1001101 | 10000 | 0 | 110001 | 101000 | 1001111 | 100001 | 101101 |
Color Harmonies of #80984D
Complementary color
Monochromatic Colors of #80984D
Black with #80984D
Text Example
Text Example
White with #80984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80984D; }
p { color: rgb(128,152,77); }
H1.HeaderClassName
{
color: #80984D;
}
.AnyTagClassName
{
color: #80984D;
}
</style>
background-color css
<style>
a { background-color: #80984D; }
a { background-color: rgb(128,152,77); }
div.DivClassName
{
background-color: #80984D;
}
.BgClassName
{
background-color: #80984D;
}
</style>
border-color css
<style>
span { border-color: #80984D; }
span { border-color: rgb(128,152,77); }
td.TdClassName
{
border-color: #80984D;
}
.TagClassName
{
border-color: #80984D;
}
</style>