Shades of Asparagus #81A45C
Tints of Asparagus #81A45C
RGB
CMYK
RGB Variations
Color information
#81A45C (or 0x81A45C) is known color: Asparagus. HEX triplet: 81, A4 and 5C. RGB value is (129,164,92). Sum of RGB (Red+Green+Blue) = 129+164+92=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #81A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A45C is #7E5BA3. Grayscale: #919191. Windows color (decimal): -8280996 or 6071425. OLE color: 6071425.
HSL color Cylindrical-coordinate representation of color #81A45C: hue angle of 89.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81A45C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 92 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.36 |
| HSL | 89.17º | 0.28% | 0.5% | - |
| HSV(B) | 89.17º | 0.44% | 0.64% | - |
| XYZ | 24.26 | 31.99 | 15.02 | - |
| YUV | 145.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 92 | 0.21 | 0 | 0.44 | 0.36 | 89.17 | 0.28 | 0.5 |
| Hex | 81 | A4 | 5C | 15 | 0 | 2C | 24 | 59 | 1C | 32 |
| Octal | 201 | 244 | 134 | 25 | 0 | 54 | 44 | 131 | 34 | 62 |
| Binary | 10000001 | 10100100 | 1011100 | 10101 | 0 | 101100 | 100100 | 1011001 | 11100 | 110010 |
Color Harmonies of #81A45C
Complementary color
Monochromatic Colors of #81A45C
Black with #81A45C
Text Example
Text Example
White with #81A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A45C; }
p { color: rgb(129,164,92); }
H1.HeaderClassName
{
color: #81A45C;
}
.AnyTagClassName
{
color: #81A45C;
}
</style>
background-color css
<style>
a { background-color: #81A45C; }
a { background-color: rgb(129,164,92); }
div.DivClassName
{
background-color: #81A45C;
}
.BgClassName
{
background-color: #81A45C;
}
</style>
border-color css
<style>
span { border-color: #81A45C; }
span { border-color: rgb(129,164,92); }
td.TdClassName
{
border-color: #81A45C;
}
.TagClassName
{
border-color: #81A45C;
}
</style>