Shades of Asparagus #819D62
Tints of Asparagus #819D62
RGB
CMYK
RGB Variations
Color information
#819D62 (or 0x819D62) is known color: Asparagus. HEX triplet: 81, 9D and 62. RGB value is (129,157,98). Sum of RGB (Red+Green+Blue) = 129+157+98=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #819D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819D62 is #7E629D. Grayscale: #8E8E8E. Windows color (decimal): -8282782 or 6462849. OLE color: 6462849.
HSL color Cylindrical-coordinate representation of color #819D62: hue angle of 88.47º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #819D62 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 98 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.38 |
| HSL | 88.47º | 0.23% | 0.5% | - |
| HSV(B) | 88.47º | 0.38% | 0.62% | - |
| XYZ | 23.31 | 29.66 | 16.05 | - |
| YUV | 141.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 98 | 0.18 | 0 | 0.38 | 0.38 | 88.47 | 0.23 | 0.5 |
| Hex | 81 | 9D | 62 | 12 | 0 | 26 | 26 | 58 | 17 | 32 |
| Octal | 201 | 235 | 142 | 22 | 0 | 46 | 46 | 130 | 27 | 62 |
| Binary | 10000001 | 10011101 | 1100010 | 10010 | 0 | 100110 | 100110 | 1011000 | 10111 | 110010 |
Color Harmonies of #819D62
Complementary color
Monochromatic Colors of #819D62
Black with #819D62
Text Example
Text Example
White with #819D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D62; }
p { color: rgb(129,157,98); }
H1.HeaderClassName
{
color: #819D62;
}
.AnyTagClassName
{
color: #819D62;
}
</style>
background-color css
<style>
a { background-color: #819D62; }
a { background-color: rgb(129,157,98); }
div.DivClassName
{
background-color: #819D62;
}
.BgClassName
{
background-color: #819D62;
}
</style>
border-color css
<style>
span { border-color: #819D62; }
span { border-color: rgb(129,157,98); }
td.TdClassName
{
border-color: #819D62;
}
.TagClassName
{
border-color: #819D62;
}
</style>