Shades of Asparagus #81A65C
Tints of Asparagus #81A65C
RGB
CMYK
RGB Variations
Color information
#81A65C (or 0x81A65C) is known color: Asparagus. HEX triplet: 81, A6 and 5C. RGB value is (129,166,92). Sum of RGB (Red+Green+Blue) = 129+166+92=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #81A65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A65C is #7E59A3. Grayscale: #929292. Windows color (decimal): -8280484 or 6071937. OLE color: 6071937.
HSL color Cylindrical-coordinate representation of color #81A65C: hue angle of 90º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81A65C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 92 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.35 |
| HSL | 90º | 0.29% | 0.51% | - |
| HSV(B) | 90º | 0.45% | 0.65% | - |
| XYZ | 24.62 | 32.71 | 15.14 | - |
| YUV | 146.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 92 | 0.22 | 0 | 0.45 | 0.35 | 90 | 0.29 | 0.51 |
| Hex | 81 | A6 | 5C | 16 | 0 | 2D | 23 | 5A | 1D | 33 |
| Octal | 201 | 246 | 134 | 26 | 0 | 55 | 43 | 132 | 35 | 63 |
| Binary | 10000001 | 10100110 | 1011100 | 10110 | 0 | 101101 | 100011 | 1011010 | 11101 | 110011 |
Color Harmonies of #81A65C
Complementary color
Monochromatic Colors of #81A65C
Black with #81A65C
Text Example
Text Example
White with #81A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A65C; }
p { color: rgb(129,166,92); }
H1.HeaderClassName
{
color: #81A65C;
}
.AnyTagClassName
{
color: #81A65C;
}
</style>
background-color css
<style>
a { background-color: #81A65C; }
a { background-color: rgb(129,166,92); }
div.DivClassName
{
background-color: #81A65C;
}
.BgClassName
{
background-color: #81A65C;
}
</style>
border-color css
<style>
span { border-color: #81A65C; }
span { border-color: rgb(129,166,92); }
td.TdClassName
{
border-color: #81A65C;
}
.TagClassName
{
border-color: #81A65C;
}
</style>