Shades of Asparagus #819E64
Tints of Asparagus #819E64
RGB
CMYK
RGB Variations
Color information
#819E64 (or 0x819E64) is known color: Asparagus. HEX triplet: 81, 9E and 64. RGB value is (129,158,100). Sum of RGB (Red+Green+Blue) = 129+158+100=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #819E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819E64 is #7E619B. Grayscale: #8E8E8E. Windows color (decimal): -8282524 or 6594177. OLE color: 6594177.
HSL color Cylindrical-coordinate representation of color #819E64: hue angle of 90º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819E64 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 158 | 100 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.38 |
| HSL | 90º | 0.23% | 0.51% | - |
| HSV(B) | 90º | 0.37% | 0.62% | - |
| XYZ | 23.58 | 30.04 | 16.61 | - |
| YUV | 142.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 100 | 0.18 | 0 | 0.37 | 0.38 | 90 | 0.23 | 0.51 |
| Hex | 81 | 9E | 64 | 12 | 0 | 25 | 26 | 5A | 17 | 33 |
| Octal | 201 | 236 | 144 | 22 | 0 | 45 | 46 | 132 | 27 | 63 |
| Binary | 10000001 | 10011110 | 1100100 | 10010 | 0 | 100101 | 100110 | 1011010 | 10111 | 110011 |
Color Harmonies of #819E64
Complementary color
Monochromatic Colors of #819E64
Black with #819E64
Text Example
Text Example
White with #819E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819E64; }
p { color: rgb(129,158,100); }
H1.HeaderClassName
{
color: #819E64;
}
.AnyTagClassName
{
color: #819E64;
}
</style>
background-color css
<style>
a { background-color: #819E64; }
a { background-color: rgb(129,158,100); }
div.DivClassName
{
background-color: #819E64;
}
.BgClassName
{
background-color: #819E64;
}
</style>
border-color css
<style>
span { border-color: #819E64; }
span { border-color: rgb(129,158,100); }
td.TdClassName
{
border-color: #819E64;
}
.TagClassName
{
border-color: #819E64;
}
</style>