Shades of Asparagus #81A963
Tints of Asparagus #81A963
RGB
CMYK
RGB Variations
Color information
#81A963 (or 0x81A963) is known color: Asparagus. HEX triplet: 81, A9 and 63. RGB value is (129,169,99). Sum of RGB (Red+Green+Blue) = 129+169+99=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #81A963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A963 is #7E569C. Grayscale: #959595. Windows color (decimal): -8279709 or 6531457. OLE color: 6531457.
HSL color Cylindrical-coordinate representation of color #81A963: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81A963 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 99 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.34 |
| HSL | 94.29º | 0.29% | 0.53% | - |
| HSV(B) | 94.29º | 0.41% | 0.66% | - |
| XYZ | 25.49 | 33.94 | 17.01 | - |
| YUV | 149.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 99 | 0.24 | 0 | 0.41 | 0.34 | 94.29 | 0.29 | 0.53 |
| Hex | 81 | A9 | 63 | 18 | 0 | 29 | 22 | 5E | 1D | 35 |
| Octal | 201 | 251 | 143 | 30 | 0 | 51 | 42 | 136 | 35 | 65 |
| Binary | 10000001 | 10101001 | 1100011 | 11000 | 0 | 101001 | 100010 | 1011110 | 11101 | 110101 |
Color Harmonies of #81A963
Complementary color
Monochromatic Colors of #81A963
Black with #81A963
Text Example
Text Example
White with #81A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A963; }
p { color: rgb(129,169,99); }
H1.HeaderClassName
{
color: #81A963;
}
.AnyTagClassName
{
color: #81A963;
}
</style>
background-color css
<style>
a { background-color: #81A963; }
a { background-color: rgb(129,169,99); }
div.DivClassName
{
background-color: #81A963;
}
.BgClassName
{
background-color: #81A963;
}
</style>
border-color css
<style>
span { border-color: #81A963; }
span { border-color: rgb(129,169,99); }
td.TdClassName
{
border-color: #81A963;
}
.TagClassName
{
border-color: #81A963;
}
</style>