Shades of Asparagus #82A262
Tints of Asparagus #82A262
RGB
CMYK
RGB Variations
Color information
#82A262 (or 0x82A262) is known color: Asparagus. HEX triplet: 82, A2 and 62. RGB value is (130,162,98). Sum of RGB (Red+Green+Blue) = 130+162+98=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #82A262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A262 is #7D5D9D. Grayscale: #919191. Windows color (decimal): -8215966 or 6464130. OLE color: 6464130.
HSL color Cylindrical-coordinate representation of color #82A262: hue angle of 90º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A262 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 162 | 98 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.36 |
| HSL | 90º | 0.26% | 0.51% | - |
| HSV(B) | 90º | 0.4% | 0.64% | - |
| XYZ | 24.33 | 31.47 | 16.35 | - |
| YUV | 145.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 98 | 0.20 | 0 | 0.40 | 0.36 | 90 | 0.26 | 0.51 |
| Hex | 82 | A2 | 62 | 14 | 0 | 28 | 24 | 5A | 1A | 33 |
| Octal | 202 | 242 | 142 | 24 | 0 | 50 | 44 | 132 | 32 | 63 |
| Binary | 10000010 | 10100010 | 1100010 | 10100 | 0 | 101000 | 100100 | 1011010 | 11010 | 110011 |
Color Harmonies of #82A262
Complementary color
Monochromatic Colors of #82A262
Black with #82A262
Text Example
Text Example
White with #82A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A262; }
p { color: rgb(130,162,98); }
H1.HeaderClassName
{
color: #82A262;
}
.AnyTagClassName
{
color: #82A262;
}
</style>
background-color css
<style>
a { background-color: #82A262; }
a { background-color: rgb(130,162,98); }
div.DivClassName
{
background-color: #82A262;
}
.BgClassName
{
background-color: #82A262;
}
</style>
border-color css
<style>
span { border-color: #82A262; }
span { border-color: rgb(130,162,98); }
td.TdClassName
{
border-color: #82A262;
}
.TagClassName
{
border-color: #82A262;
}
</style>