Shades of Asparagus #82A863
Tints of Asparagus #82A863
RGB
CMYK
RGB Variations
Color information
#82A863 (or 0x82A863) is known color: Asparagus. HEX triplet: 82, A8 and 63. RGB value is (130,168,99). Sum of RGB (Red+Green+Blue) = 130+168+99=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #82A863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A863 is #7D579C. Grayscale: #959595. Windows color (decimal): -8214429 or 6531202. OLE color: 6531202.
HSL color Cylindrical-coordinate representation of color #82A863: hue angle of 93.04º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82A863 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 99 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.34 |
| HSL | 93.04º | 0.28% | 0.52% | - |
| HSV(B) | 93.04º | 0.41% | 0.66% | - |
| XYZ | 25.46 | 33.65 | 16.96 | - |
| YUV | 148.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 99 | 0.23 | 0 | 0.41 | 0.34 | 93.04 | 0.28 | 0.52 |
| Hex | 82 | A8 | 63 | 17 | 0 | 29 | 22 | 5D | 1C | 34 |
| Octal | 202 | 250 | 143 | 27 | 0 | 51 | 42 | 135 | 34 | 64 |
| Binary | 10000010 | 10101000 | 1100011 | 10111 | 0 | 101001 | 100010 | 1011101 | 11100 | 110100 |
Color Harmonies of #82A863
Complementary color
Monochromatic Colors of #82A863
Black with #82A863
Text Example
Text Example
White with #82A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A863; }
p { color: rgb(130,168,99); }
H1.HeaderClassName
{
color: #82A863;
}
.AnyTagClassName
{
color: #82A863;
}
</style>
background-color css
<style>
a { background-color: #82A863; }
a { background-color: rgb(130,168,99); }
div.DivClassName
{
background-color: #82A863;
}
.BgClassName
{
background-color: #82A863;
}
</style>
border-color css
<style>
span { border-color: #82A863; }
span { border-color: rgb(130,168,99); }
td.TdClassName
{
border-color: #82A863;
}
.TagClassName
{
border-color: #82A863;
}
</style>