Shades of Asparagus #81A35F
Tints of Asparagus #81A35F
RGB
CMYK
RGB Variations
Color information
#81A35F (or 0x81A35F) is known color: Asparagus. HEX triplet: 81, A3 and 5F. RGB value is (129,163,95). Sum of RGB (Red+Green+Blue) = 129+163+95=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #81A35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A35F is #7E5CA0. Grayscale: #919191. Windows color (decimal): -8281249 or 6267777. OLE color: 6267777.
HSL color Cylindrical-coordinate representation of color #81A35F: hue angle of 90º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81A35F is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 95 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.36 |
| HSL | 90º | 0.27% | 0.51% | - |
| HSV(B) | 90º | 0.42% | 0.64% | - |
| XYZ | 24.22 | 31.69 | 15.67 | - |
| YUV | 145.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 95 | 0.21 | 0 | 0.42 | 0.36 | 90 | 0.27 | 0.51 |
| Hex | 81 | A3 | 5F | 15 | 0 | 2A | 24 | 5A | 1B | 33 |
| Octal | 201 | 243 | 137 | 25 | 0 | 52 | 44 | 132 | 33 | 63 |
| Binary | 10000001 | 10100011 | 1011111 | 10101 | 0 | 101010 | 100100 | 1011010 | 11011 | 110011 |
Color Harmonies of #81A35F
Complementary color
Monochromatic Colors of #81A35F
Black with #81A35F
Text Example
Text Example
White with #81A35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A35F; }
p { color: rgb(129,163,95); }
H1.HeaderClassName
{
color: #81A35F;
}
.AnyTagClassName
{
color: #81A35F;
}
</style>
background-color css
<style>
a { background-color: #81A35F; }
a { background-color: rgb(129,163,95); }
div.DivClassName
{
background-color: #81A35F;
}
.BgClassName
{
background-color: #81A35F;
}
</style>
border-color css
<style>
span { border-color: #81A35F; }
span { border-color: rgb(129,163,95); }
td.TdClassName
{
border-color: #81A35F;
}
.TagClassName
{
border-color: #81A35F;
}
</style>