Shades of Asparagus #82A963
Tints of Asparagus #82A963
RGB
CMYK
RGB Variations
Color information
#82A963 (or 0x82A963) is known color: Asparagus. HEX triplet: 82, A9 and 63. RGB value is (130,169,99). Sum of RGB (Red+Green+Blue) = 130+169+99=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #82A963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A963 is #7D569C. Grayscale: #959595. Windows color (decimal): -8214173 or 6531458. OLE color: 6531458.
HSL color Cylindrical-coordinate representation of color #82A963: hue angle of 93.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82A963 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 169 | 99 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.34 |
| HSL | 93.43º | 0.29% | 0.53% | - |
| HSV(B) | 93.43º | 0.41% | 0.66% | - |
| XYZ | 25.65 | 34.02 | 17.02 | - |
| YUV | 149.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 99 | 0.23 | 0 | 0.41 | 0.34 | 93.43 | 0.29 | 0.53 |
| Hex | 82 | A9 | 63 | 17 | 0 | 29 | 22 | 5D | 1D | 35 |
| Octal | 202 | 251 | 143 | 27 | 0 | 51 | 42 | 135 | 35 | 65 |
| Binary | 10000010 | 10101001 | 1100011 | 10111 | 0 | 101001 | 100010 | 1011101 | 11101 | 110101 |
Color Harmonies of #82A963
Complementary color
Monochromatic Colors of #82A963
Black with #82A963
Text Example
Text Example
White with #82A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A963; }
p { color: rgb(130,169,99); }
H1.HeaderClassName
{
color: #82A963;
}
.AnyTagClassName
{
color: #82A963;
}
</style>
background-color css
<style>
a { background-color: #82A963; }
a { background-color: rgb(130,169,99); }
div.DivClassName
{
background-color: #82A963;
}
.BgClassName
{
background-color: #82A963;
}
</style>
border-color css
<style>
span { border-color: #82A963; }
span { border-color: rgb(130,169,99); }
td.TdClassName
{
border-color: #82A963;
}
.TagClassName
{
border-color: #82A963;
}
</style>