Shades of Asparagus #81A465
Tints of Asparagus #81A465
RGB
CMYK
RGB Variations
Color information
#81A465 (or 0x81A465) is known color: Asparagus. HEX triplet: 81, A4 and 65. RGB value is (129,164,101). Sum of RGB (Red+Green+Blue) = 129+164+101=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #81A465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A465 is #7E5B9A. Grayscale: #929292. Windows color (decimal): -8280987 or 6661249. OLE color: 6661249.
HSL color Cylindrical-coordinate representation of color #81A465: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81A465 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 101 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.36 |
| HSL | 93.33º | 0.26% | 0.52% | - |
| HSV(B) | 93.33º | 0.38% | 0.64% | - |
| XYZ | 24.68 | 32.16 | 17.22 | - |
| YUV | 146.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 101 | 0.21 | 0 | 0.38 | 0.36 | 93.33 | 0.26 | 0.52 |
| Hex | 81 | A4 | 65 | 15 | 0 | 26 | 24 | 5D | 1A | 34 |
| Octal | 201 | 244 | 145 | 25 | 0 | 46 | 44 | 135 | 32 | 64 |
| Binary | 10000001 | 10100100 | 1100101 | 10101 | 0 | 100110 | 100100 | 1011101 | 11010 | 110100 |
Color Harmonies of #81A465
Complementary color
Monochromatic Colors of #81A465
Black with #81A465
Text Example
Text Example
White with #81A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A465; }
p { color: rgb(129,164,101); }
H1.HeaderClassName
{
color: #81A465;
}
.AnyTagClassName
{
color: #81A465;
}
</style>
background-color css
<style>
a { background-color: #81A465; }
a { background-color: rgb(129,164,101); }
div.DivClassName
{
background-color: #81A465;
}
.BgClassName
{
background-color: #81A465;
}
</style>
border-color css
<style>
span { border-color: #81A465; }
span { border-color: rgb(129,164,101); }
td.TdClassName
{
border-color: #81A465;
}
.TagClassName
{
border-color: #81A465;
}
</style>