Shades of Asparagus #819D5B
Tints of Asparagus #819D5B
RGB
CMYK
RGB Variations
Color information
#819D5B (or 0x819D5B) is known color: Asparagus. HEX triplet: 81, 9D and 5B. RGB value is (129,157,91). Sum of RGB (Red+Green+Blue) = 129+157+91=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #819D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819D5B is #7E62A4. Grayscale: #8D8D8D. Windows color (decimal): -8282789 or 6004097. OLE color: 6004097.
HSL color Cylindrical-coordinate representation of color #819D5B: hue angle of 85.45º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819D5B is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 91 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.38 |
| HSL | 85.45º | 0.27% | 0.49% | - |
| HSV(B) | 85.45º | 0.42% | 0.62% | - |
| XYZ | 23 | 29.54 | 14.39 | - |
| YUV | 141.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 91 | 0.18 | 0 | 0.42 | 0.38 | 85.45 | 0.27 | 0.49 |
| Hex | 81 | 9D | 5B | 12 | 0 | 2A | 26 | 55 | 1B | 31 |
| Octal | 201 | 235 | 133 | 22 | 0 | 52 | 46 | 125 | 33 | 61 |
| Binary | 10000001 | 10011101 | 1011011 | 10010 | 0 | 101010 | 100110 | 1010101 | 11011 | 110001 |
Color Harmonies of #819D5B
Complementary color
Monochromatic Colors of #819D5B
Black with #819D5B
Text Example
Text Example
White with #819D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D5B; }
p { color: rgb(129,157,91); }
H1.HeaderClassName
{
color: #819D5B;
}
.AnyTagClassName
{
color: #819D5B;
}
</style>
background-color css
<style>
a { background-color: #819D5B; }
a { background-color: rgb(129,157,91); }
div.DivClassName
{
background-color: #819D5B;
}
.BgClassName
{
background-color: #819D5B;
}
</style>
border-color css
<style>
span { border-color: #819D5B; }
span { border-color: rgb(129,157,91); }
td.TdClassName
{
border-color: #819D5B;
}
.TagClassName
{
border-color: #819D5B;
}
</style>