Shades of Asparagus #819A57
Tints of Asparagus #819A57
RGB
CMYK
RGB Variations
Color information
#819A57 (or 0x819A57) is known color: Asparagus. HEX triplet: 81, 9A and 57. RGB value is (129,154,87). Sum of RGB (Red+Green+Blue) = 129+154+87=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #819A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819A57 is #7E65A8. Grayscale: #8B8B8B. Windows color (decimal): -8283561 or 5741185. OLE color: 5741185.
HSL color Cylindrical-coordinate representation of color #819A57: hue angle of 82.39º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #819A57 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 87 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.40 |
| HSL | 82.39º | 0.28% | 0.47% | - |
| HSV(B) | 82.39º | 0.44% | 0.6% | - |
| XYZ | 22.33 | 28.47 | 13.33 | - |
| YUV | 138.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 87 | 0.16 | 0 | 0.44 | 0.40 | 82.39 | 0.28 | 0.47 |
| Hex | 81 | 9A | 57 | 10 | 0 | 2C | 28 | 52 | 1C | 2F |
| Octal | 201 | 232 | 127 | 20 | 0 | 54 | 50 | 122 | 34 | 57 |
| Binary | 10000001 | 10011010 | 1010111 | 10000 | 0 | 101100 | 101000 | 1010010 | 11100 | 101111 |
Color Harmonies of #819A57
Complementary color
Monochromatic Colors of #819A57
Black with #819A57
Text Example
Text Example
White with #819A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A57; }
p { color: rgb(129,154,87); }
H1.HeaderClassName
{
color: #819A57;
}
.AnyTagClassName
{
color: #819A57;
}
</style>
background-color css
<style>
a { background-color: #819A57; }
a { background-color: rgb(129,154,87); }
div.DivClassName
{
background-color: #819A57;
}
.BgClassName
{
background-color: #819A57;
}
</style>
border-color css
<style>
span { border-color: #819A57; }
span { border-color: rgb(129,154,87); }
td.TdClassName
{
border-color: #819A57;
}
.TagClassName
{
border-color: #819A57;
}
</style>