Shades of Asparagus #81A966
Tints of Asparagus #81A966
RGB
CMYK
RGB Variations
Color information
#81A966 (or 0x81A966) is known color: Asparagus. HEX triplet: 81, A9 and 66. RGB value is (129,169,102). Sum of RGB (Red+Green+Blue) = 129+169+102=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #81A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A966 is #7E5699. Grayscale: #959595. Windows color (decimal): -8279706 or 6728065. OLE color: 6728065.
HSL color Cylindrical-coordinate representation of color #81A966: hue angle of 95.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81A966 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 102 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.34 |
| HSL | 95.82º | 0.28% | 0.53% | - |
| HSV(B) | 95.82º | 0.4% | 0.66% | - |
| XYZ | 25.64 | 34 | 17.78 | - |
| YUV | 149.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 102 | 0.24 | 0 | 0.40 | 0.34 | 95.82 | 0.28 | 0.53 |
| Hex | 81 | A9 | 66 | 18 | 0 | 28 | 22 | 60 | 1C | 35 |
| Octal | 201 | 251 | 146 | 30 | 0 | 50 | 42 | 140 | 34 | 65 |
| Binary | 10000001 | 10101001 | 1100110 | 11000 | 0 | 101000 | 100010 | 1100000 | 11100 | 110101 |
Color Harmonies of #81A966
Complementary color
Monochromatic Colors of #81A966
Black with #81A966
Text Example
Text Example
White with #81A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A966; }
p { color: rgb(129,169,102); }
H1.HeaderClassName
{
color: #81A966;
}
.AnyTagClassName
{
color: #81A966;
}
</style>
background-color css
<style>
a { background-color: #81A966; }
a { background-color: rgb(129,169,102); }
div.DivClassName
{
background-color: #81A966;
}
.BgClassName
{
background-color: #81A966;
}
</style>
border-color css
<style>
span { border-color: #81A966; }
span { border-color: rgb(129,169,102); }
td.TdClassName
{
border-color: #81A966;
}
.TagClassName
{
border-color: #81A966;
}
</style>