Shades of Asparagus #819F58
Tints of Asparagus #819F58
RGB
CMYK
RGB Variations
Color information
#819F58 (or 0x819F58) is known color: Asparagus. HEX triplet: 81, 9F and 58. RGB value is (129,159,88). Sum of RGB (Red+Green+Blue) = 129+159+88=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #819F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819F58 is #7E60A7. Grayscale: #8E8E8E. Windows color (decimal): -8282280 or 5808001. OLE color: 5808001.
HSL color Cylindrical-coordinate representation of color #819F58: hue angle of 85.35º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819F58 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 88 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.38 |
| HSL | 85.35º | 0.29% | 0.48% | - |
| HSV(B) | 85.35º | 0.45% | 0.62% | - |
| XYZ | 23.21 | 30.17 | 13.83 | - |
| YUV | 141.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 88 | 0.19 | 0 | 0.45 | 0.38 | 85.35 | 0.29 | 0.48 |
| Hex | 81 | 9F | 58 | 13 | 0 | 2D | 26 | 55 | 1D | 30 |
| Octal | 201 | 237 | 130 | 23 | 0 | 55 | 46 | 125 | 35 | 60 |
| Binary | 10000001 | 10011111 | 1011000 | 10011 | 0 | 101101 | 100110 | 1010101 | 11101 | 110000 |
Color Harmonies of #819F58
Complementary color
Monochromatic Colors of #819F58
Black with #819F58
Text Example
Text Example
White with #819F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F58; }
p { color: rgb(129,159,88); }
H1.HeaderClassName
{
color: #819F58;
}
.AnyTagClassName
{
color: #819F58;
}
</style>
background-color css
<style>
a { background-color: #819F58; }
a { background-color: rgb(129,159,88); }
div.DivClassName
{
background-color: #819F58;
}
.BgClassName
{
background-color: #819F58;
}
</style>
border-color css
<style>
span { border-color: #819F58; }
span { border-color: rgb(129,159,88); }
td.TdClassName
{
border-color: #819F58;
}
.TagClassName
{
border-color: #819F58;
}
</style>