Shades of Asparagus #82A16A
Tints of Asparagus #82A16A
RGB
CMYK
RGB Variations
Color information
#82A16A (or 0x82A16A) is known color: Asparagus. HEX triplet: 82, A1 and 6A. RGB value is (130,161,106). Sum of RGB (Red+Green+Blue) = 130+161+106=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #82A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A16A is #7D5E95. Grayscale: #919191. Windows color (decimal): -8216214 or 6988162. OLE color: 6988162.
HSL color Cylindrical-coordinate representation of color #82A16A: hue angle of 93.82º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82A16A is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 161 | 106 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.37 |
| HSL | 93.82º | 0.23% | 0.52% | - |
| HSV(B) | 93.82º | 0.34% | 0.63% | - |
| XYZ | 24.55 | 31.28 | 18.38 | - |
| YUV | 145.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 106 | 0.19 | 0 | 0.34 | 0.37 | 93.82 | 0.23 | 0.52 |
| Hex | 82 | A1 | 6A | 13 | 0 | 22 | 25 | 5E | 17 | 34 |
| Octal | 202 | 241 | 152 | 23 | 0 | 42 | 45 | 136 | 27 | 64 |
| Binary | 10000010 | 10100001 | 1101010 | 10011 | 0 | 100010 | 100101 | 1011110 | 10111 | 110100 |
Color Harmonies of #82A16A
Complementary color
Monochromatic Colors of #82A16A
Black with #82A16A
Text Example
Text Example
White with #82A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A16A; }
p { color: rgb(130,161,106); }
H1.HeaderClassName
{
color: #82A16A;
}
.AnyTagClassName
{
color: #82A16A;
}
</style>
background-color css
<style>
a { background-color: #82A16A; }
a { background-color: rgb(130,161,106); }
div.DivClassName
{
background-color: #82A16A;
}
.BgClassName
{
background-color: #82A16A;
}
</style>
border-color css
<style>
span { border-color: #82A16A; }
span { border-color: rgb(130,161,106); }
td.TdClassName
{
border-color: #82A16A;
}
.TagClassName
{
border-color: #82A16A;
}
</style>