Shades of Asparagus #81AB66
Tints of Asparagus #81AB66
RGB
CMYK
RGB Variations
Color information
#81AB66 (or 0x81AB66) is known color: Asparagus. HEX triplet: 81, AB and 66. RGB value is (129,171,102). Sum of RGB (Red+Green+Blue) = 129+171+102=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AB66 is #7E5499. Grayscale: #969696. Windows color (decimal): -8279194 or 6728577. OLE color: 6728577.
HSL color Cylindrical-coordinate representation of color #81AB66: hue angle of 96.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81AB66 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 102 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.33 |
| HSL | 96.52º | 0.29% | 0.54% | - |
| HSV(B) | 96.52º | 0.4% | 0.67% | - |
| XYZ | 26.01 | 34.75 | 17.91 | - |
| YUV | 150.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 102 | 0.25 | 0 | 0.40 | 0.33 | 96.52 | 0.29 | 0.54 |
| Hex | 81 | AB | 66 | 19 | 0 | 28 | 21 | 61 | 1D | 36 |
| Octal | 201 | 253 | 146 | 31 | 0 | 50 | 41 | 141 | 35 | 66 |
| Binary | 10000001 | 10101011 | 1100110 | 11001 | 0 | 101000 | 100001 | 1100001 | 11101 | 110110 |
Color Harmonies of #81AB66
Complementary color
Monochromatic Colors of #81AB66
Black with #81AB66
Text Example
Text Example
White with #81AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB66; }
p { color: rgb(129,171,102); }
H1.HeaderClassName
{
color: #81AB66;
}
.AnyTagClassName
{
color: #81AB66;
}
</style>
background-color css
<style>
a { background-color: #81AB66; }
a { background-color: rgb(129,171,102); }
div.DivClassName
{
background-color: #81AB66;
}
.BgClassName
{
background-color: #81AB66;
}
</style>
border-color css
<style>
span { border-color: #81AB66; }
span { border-color: rgb(129,171,102); }
td.TdClassName
{
border-color: #81AB66;
}
.TagClassName
{
border-color: #81AB66;
}
</style>