Shades of Asparagus #82A35D
Tints of Asparagus #82A35D
RGB
CMYK
RGB Variations
Color information
#82A35D (or 0x82A35D) is known color: Asparagus. HEX triplet: 82, A3 and 5D. RGB value is (130,163,93). Sum of RGB (Red+Green+Blue) = 130+163+93=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #82A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A35D is #7D5CA2. Grayscale: #919191. Windows color (decimal): -8215715 or 6136706. OLE color: 6136706.
HSL color Cylindrical-coordinate representation of color #82A35D: hue angle of 88.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82A35D is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 163 | 93 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.36 |
| HSL | 88.29º | 0.28% | 0.5% | - |
| HSV(B) | 88.29º | 0.43% | 0.64% | - |
| XYZ | 24.28 | 31.73 | 15.2 | - |
| YUV | 145.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 163 | 93 | 0.20 | 0 | 0.43 | 0.36 | 88.29 | 0.28 | 0.5 |
| Hex | 82 | A3 | 5D | 14 | 0 | 2B | 24 | 58 | 1C | 32 |
| Octal | 202 | 243 | 135 | 24 | 0 | 53 | 44 | 130 | 34 | 62 |
| Binary | 10000010 | 10100011 | 1011101 | 10100 | 0 | 101011 | 100100 | 1011000 | 11100 | 110010 |
Color Harmonies of #82A35D
Complementary color
Monochromatic Colors of #82A35D
Black with #82A35D
Text Example
Text Example
White with #82A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A35D; }
p { color: rgb(130,163,93); }
H1.HeaderClassName
{
color: #82A35D;
}
.AnyTagClassName
{
color: #82A35D;
}
</style>
background-color css
<style>
a { background-color: #82A35D; }
a { background-color: rgb(130,163,93); }
div.DivClassName
{
background-color: #82A35D;
}
.BgClassName
{
background-color: #82A35D;
}
</style>
border-color css
<style>
span { border-color: #82A35D; }
span { border-color: rgb(130,163,93); }
td.TdClassName
{
border-color: #82A35D;
}
.TagClassName
{
border-color: #82A35D;
}
</style>