Shades of Asparagus #82A865
Tints of Asparagus #82A865
RGB
CMYK
RGB Variations
Color information
#82A865 (or 0x82A865) is known color: Asparagus. HEX triplet: 82, A8 and 65. RGB value is (130,168,101). Sum of RGB (Red+Green+Blue) = 130+168+101=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #82A865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A865 is #7D579A. Grayscale: #959595. Windows color (decimal): -8214427 or 6662274. OLE color: 6662274.
HSL color Cylindrical-coordinate representation of color #82A865: hue angle of 94.03º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A865 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 101 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.34 |
| HSL | 94.03º | 0.28% | 0.53% | - |
| HSV(B) | 94.03º | 0.4% | 0.66% | - |
| XYZ | 25.56 | 33.69 | 17.47 | - |
| YUV | 149 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 101 | 0.23 | 0 | 0.40 | 0.34 | 94.03 | 0.28 | 0.53 |
| Hex | 82 | A8 | 65 | 17 | 0 | 28 | 22 | 5E | 1C | 35 |
| Octal | 202 | 250 | 145 | 27 | 0 | 50 | 42 | 136 | 34 | 65 |
| Binary | 10000010 | 10101000 | 1100101 | 10111 | 0 | 101000 | 100010 | 1011110 | 11100 | 110101 |
Color Harmonies of #82A865
Complementary color
Monochromatic Colors of #82A865
Black with #82A865
Text Example
Text Example
White with #82A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A865; }
p { color: rgb(130,168,101); }
H1.HeaderClassName
{
color: #82A865;
}
.AnyTagClassName
{
color: #82A865;
}
</style>
background-color css
<style>
a { background-color: #82A865; }
a { background-color: rgb(130,168,101); }
div.DivClassName
{
background-color: #82A865;
}
.BgClassName
{
background-color: #82A865;
}
</style>
border-color css
<style>
span { border-color: #82A865; }
span { border-color: rgb(130,168,101); }
td.TdClassName
{
border-color: #82A865;
}
.TagClassName
{
border-color: #82A865;
}
</style>