Shades of Asparagus #819C5B
Tints of Asparagus #819C5B
RGB
CMYK
RGB Variations
Color information
#819C5B (or 0x819C5B) is known color: Asparagus. HEX triplet: 81, 9C and 5B. RGB value is (129,156,91). Sum of RGB (Red+Green+Blue) = 129+156+91=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #819C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C5B is #7E63A4. Grayscale: #8C8C8C. Windows color (decimal): -8283045 or 6003841. OLE color: 6003841.
HSL color Cylindrical-coordinate representation of color #819C5B: hue angle of 84.92º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819C5B is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 91 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.39 |
| HSL | 84.92º | 0.26% | 0.48% | - |
| HSV(B) | 84.92º | 0.42% | 0.61% | - |
| XYZ | 22.83 | 29.2 | 14.33 | - |
| YUV | 140.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 91 | 0.17 | 0 | 0.42 | 0.39 | 84.92 | 0.26 | 0.48 |
| Hex | 81 | 9C | 5B | 11 | 0 | 2A | 27 | 55 | 1A | 30 |
| Octal | 201 | 234 | 133 | 21 | 0 | 52 | 47 | 125 | 32 | 60 |
| Binary | 10000001 | 10011100 | 1011011 | 10001 | 0 | 101010 | 100111 | 1010101 | 11010 | 110000 |
Color Harmonies of #819C5B
Complementary color
Monochromatic Colors of #819C5B
Black with #819C5B
Text Example
Text Example
White with #819C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C5B; }
p { color: rgb(129,156,91); }
H1.HeaderClassName
{
color: #819C5B;
}
.AnyTagClassName
{
color: #819C5B;
}
</style>
background-color css
<style>
a { background-color: #819C5B; }
a { background-color: rgb(129,156,91); }
div.DivClassName
{
background-color: #819C5B;
}
.BgClassName
{
background-color: #819C5B;
}
</style>
border-color css
<style>
span { border-color: #819C5B; }
span { border-color: rgb(129,156,91); }
td.TdClassName
{
border-color: #819C5B;
}
.TagClassName
{
border-color: #819C5B;
}
</style>