Shades of Asparagus #819A59
Tints of Asparagus #819A59
RGB
CMYK
RGB Variations
Color information
#819A59 (or 0x819A59) is known color: Asparagus. HEX triplet: 81, 9A and 59. RGB value is (129,154,89). Sum of RGB (Red+Green+Blue) = 129+154+89=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #819A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819A59 is #7E65A6. Grayscale: #8B8B8B. Windows color (decimal): -8283559 or 5872257. OLE color: 5872257.
HSL color Cylindrical-coordinate representation of color #819A59: hue angle of 83.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819A59 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 89 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.40 |
| HSL | 83.08º | 0.27% | 0.48% | - |
| HSV(B) | 83.08º | 0.42% | 0.6% | - |
| XYZ | 22.41 | 28.5 | 13.77 | - |
| YUV | 139.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 89 | 0.16 | 0 | 0.42 | 0.40 | 83.08 | 0.27 | 0.48 |
| Hex | 81 | 9A | 59 | 10 | 0 | 2A | 28 | 53 | 1B | 30 |
| Octal | 201 | 232 | 131 | 20 | 0 | 52 | 50 | 123 | 33 | 60 |
| Binary | 10000001 | 10011010 | 1011001 | 10000 | 0 | 101010 | 101000 | 1010011 | 11011 | 110000 |
Color Harmonies of #819A59
Complementary color
Monochromatic Colors of #819A59
Black with #819A59
Text Example
Text Example
White with #819A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A59; }
p { color: rgb(129,154,89); }
H1.HeaderClassName
{
color: #819A59;
}
.AnyTagClassName
{
color: #819A59;
}
</style>
background-color css
<style>
a { background-color: #819A59; }
a { background-color: rgb(129,154,89); }
div.DivClassName
{
background-color: #819A59;
}
.BgClassName
{
background-color: #819A59;
}
</style>
border-color css
<style>
span { border-color: #819A59; }
span { border-color: rgb(129,154,89); }
td.TdClassName
{
border-color: #819A59;
}
.TagClassName
{
border-color: #819A59;
}
</style>