Shades of Asparagus #81A360
Tints of Asparagus #81A360
RGB
CMYK
RGB Variations
Color information
#81A360 (or 0x81A360) is known color: Asparagus. HEX triplet: 81, A3 and 60. RGB value is (129,163,96). Sum of RGB (Red+Green+Blue) = 129+163+96=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #81A360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A360 is #7E5C9F. Grayscale: #919191. Windows color (decimal): -8281248 or 6333313. OLE color: 6333313.
HSL color Cylindrical-coordinate representation of color #81A360: hue angle of 90.45º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81A360 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 96 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.36 |
| HSL | 90.45º | 0.27% | 0.51% | - |
| HSV(B) | 90.45º | 0.41% | 0.64% | - |
| XYZ | 24.26 | 31.71 | 15.91 | - |
| YUV | 145.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 96 | 0.21 | 0 | 0.41 | 0.36 | 90.45 | 0.27 | 0.51 |
| Hex | 81 | A3 | 60 | 15 | 0 | 29 | 24 | 5A | 1B | 33 |
| Octal | 201 | 243 | 140 | 25 | 0 | 51 | 44 | 132 | 33 | 63 |
| Binary | 10000001 | 10100011 | 1100000 | 10101 | 0 | 101001 | 100100 | 1011010 | 11011 | 110011 |
Color Harmonies of #81A360
Complementary color
Monochromatic Colors of #81A360
Black with #81A360
Text Example
Text Example
White with #81A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A360; }
p { color: rgb(129,163,96); }
H1.HeaderClassName
{
color: #81A360;
}
.AnyTagClassName
{
color: #81A360;
}
</style>
background-color css
<style>
a { background-color: #81A360; }
a { background-color: rgb(129,163,96); }
div.DivClassName
{
background-color: #81A360;
}
.BgClassName
{
background-color: #81A360;
}
</style>
border-color css
<style>
span { border-color: #81A360; }
span { border-color: rgb(129,163,96); }
td.TdClassName
{
border-color: #81A360;
}
.TagClassName
{
border-color: #81A360;
}
</style>