Shades of Asparagus #819C56
Tints of Asparagus #819C56
RGB
CMYK
RGB Variations
Color information
#819C56 (or 0x819C56) is known color: Asparagus. HEX triplet: 81, 9C and 56. RGB value is (129,156,86). Sum of RGB (Red+Green+Blue) = 129+156+86=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #819C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C56 is #7E63A9. Grayscale: #8C8C8C. Windows color (decimal): -8283050 or 5676161. OLE color: 5676161.
HSL color Cylindrical-coordinate representation of color #819C56: hue angle of 83.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819C56 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 86 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.39 |
| HSL | 83.14º | 0.29% | 0.47% | - |
| HSV(B) | 83.14º | 0.45% | 0.61% | - |
| XYZ | 22.62 | 29.12 | 13.23 | - |
| YUV | 139.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 86 | 0.17 | 0 | 0.45 | 0.39 | 83.14 | 0.29 | 0.47 |
| Hex | 81 | 9C | 56 | 11 | 0 | 2D | 27 | 53 | 1D | 2F |
| Octal | 201 | 234 | 126 | 21 | 0 | 55 | 47 | 123 | 35 | 57 |
| Binary | 10000001 | 10011100 | 1010110 | 10001 | 0 | 101101 | 100111 | 1010011 | 11101 | 101111 |
Color Harmonies of #819C56
Complementary color
Monochromatic Colors of #819C56
Black with #819C56
Text Example
Text Example
White with #819C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C56; }
p { color: rgb(129,156,86); }
H1.HeaderClassName
{
color: #819C56;
}
.AnyTagClassName
{
color: #819C56;
}
</style>
background-color css
<style>
a { background-color: #819C56; }
a { background-color: rgb(129,156,86); }
div.DivClassName
{
background-color: #819C56;
}
.BgClassName
{
background-color: #819C56;
}
</style>
border-color css
<style>
span { border-color: #819C56; }
span { border-color: rgb(129,156,86); }
td.TdClassName
{
border-color: #819C56;
}
.TagClassName
{
border-color: #819C56;
}
</style>