Shades of Asparagus #819C61
Tints of Asparagus #819C61
RGB
CMYK
RGB Variations
Color information
#819C61 (or 0x819C61) is known color: Asparagus. HEX triplet: 81, 9C and 61. RGB value is (129,156,97). Sum of RGB (Red+Green+Blue) = 129+156+97=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #819C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C61 is #7E639E. Grayscale: #8D8D8D. Windows color (decimal): -8283039 or 6397057. OLE color: 6397057.
HSL color Cylindrical-coordinate representation of color #819C61: hue angle of 87.46º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #819C61 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 97 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.39 |
| HSL | 87.46º | 0.23% | 0.5% | - |
| HSV(B) | 87.46º | 0.38% | 0.61% | - |
| XYZ | 23.1 | 29.31 | 15.75 | - |
| YUV | 141.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 97 | 0.17 | 0 | 0.38 | 0.39 | 87.46 | 0.23 | 0.5 |
| Hex | 81 | 9C | 61 | 11 | 0 | 26 | 27 | 57 | 17 | 32 |
| Octal | 201 | 234 | 141 | 21 | 0 | 46 | 47 | 127 | 27 | 62 |
| Binary | 10000001 | 10011100 | 1100001 | 10001 | 0 | 100110 | 100111 | 1010111 | 10111 | 110010 |
Color Harmonies of #819C61
Complementary color
Monochromatic Colors of #819C61
Black with #819C61
Text Example
Text Example
White with #819C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C61; }
p { color: rgb(129,156,97); }
H1.HeaderClassName
{
color: #819C61;
}
.AnyTagClassName
{
color: #819C61;
}
</style>
background-color css
<style>
a { background-color: #819C61; }
a { background-color: rgb(129,156,97); }
div.DivClassName
{
background-color: #819C61;
}
.BgClassName
{
background-color: #819C61;
}
</style>
border-color css
<style>
span { border-color: #819C61; }
span { border-color: rgb(129,156,97); }
td.TdClassName
{
border-color: #819C61;
}
.TagClassName
{
border-color: #819C61;
}
</style>