Shades of Asparagus #82A162
Tints of Asparagus #82A162
RGB
CMYK
RGB Variations
Color information
#82A162 (or 0x82A162) is known color: Asparagus. HEX triplet: 82, A1 and 62. RGB value is (130,161,98). Sum of RGB (Red+Green+Blue) = 130+161+98=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #82A162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A162 is #7D5E9D. Grayscale: #909090. Windows color (decimal): -8216222 or 6463874. OLE color: 6463874.
HSL color Cylindrical-coordinate representation of color #82A162: hue angle of 89.52º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82A162 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 161 | 98 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.37 |
| HSL | 89.52º | 0.25% | 0.51% | - |
| HSV(B) | 89.52º | 0.39% | 0.63% | - |
| XYZ | 24.16 | 31.12 | 16.29 | - |
| YUV | 144.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 98 | 0.19 | 0 | 0.39 | 0.37 | 89.52 | 0.25 | 0.51 |
| Hex | 82 | A1 | 62 | 13 | 0 | 27 | 25 | 5A | 19 | 33 |
| Octal | 202 | 241 | 142 | 23 | 0 | 47 | 45 | 132 | 31 | 63 |
| Binary | 10000010 | 10100001 | 1100010 | 10011 | 0 | 100111 | 100101 | 1011010 | 11001 | 110011 |
Color Harmonies of #82A162
Complementary color
Monochromatic Colors of #82A162
Black with #82A162
Text Example
Text Example
White with #82A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A162; }
p { color: rgb(130,161,98); }
H1.HeaderClassName
{
color: #82A162;
}
.AnyTagClassName
{
color: #82A162;
}
</style>
background-color css
<style>
a { background-color: #82A162; }
a { background-color: rgb(130,161,98); }
div.DivClassName
{
background-color: #82A162;
}
.BgClassName
{
background-color: #82A162;
}
</style>
border-color css
<style>
span { border-color: #82A162; }
span { border-color: rgb(130,161,98); }
td.TdClassName
{
border-color: #82A162;
}
.TagClassName
{
border-color: #82A162;
}
</style>