Shades of Asparagus #82AD65
Tints of Asparagus #82AD65
RGB
CMYK
RGB Variations
Color information
#82AD65 (or 0x82AD65) is known color: Asparagus. HEX triplet: 82, AD and 65. RGB value is (130,173,101). Sum of RGB (Red+Green+Blue) = 130+173+101=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD65 is #7D529A. Grayscale: #989898. Windows color (decimal): -8213147 or 6663554. OLE color: 6663554.
HSL color Cylindrical-coordinate representation of color #82AD65: hue angle of 95.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82AD65 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 101 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.32 |
| HSL | 95.83º | 0.31% | 0.54% | - |
| HSV(B) | 95.83º | 0.42% | 0.68% | - |
| XYZ | 26.5 | 35.57 | 17.78 | - |
| YUV | 151.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 101 | 0.25 | 0 | 0.42 | 0.32 | 95.83 | 0.31 | 0.54 |
| Hex | 82 | AD | 65 | 19 | 0 | 2A | 20 | 60 | 1F | 36 |
| Octal | 202 | 255 | 145 | 31 | 0 | 52 | 40 | 140 | 37 | 66 |
| Binary | 10000010 | 10101101 | 1100101 | 11001 | 0 | 101010 | 100000 | 1100000 | 11111 | 110110 |
Color Harmonies of #82AD65
Complementary color
Monochromatic Colors of #82AD65
Black with #82AD65
Text Example
Text Example
White with #82AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD65; }
p { color: rgb(130,173,101); }
H1.HeaderClassName
{
color: #82AD65;
}
.AnyTagClassName
{
color: #82AD65;
}
</style>
background-color css
<style>
a { background-color: #82AD65; }
a { background-color: rgb(130,173,101); }
div.DivClassName
{
background-color: #82AD65;
}
.BgClassName
{
background-color: #82AD65;
}
</style>
border-color css
<style>
span { border-color: #82AD65; }
span { border-color: rgb(130,173,101); }
td.TdClassName
{
border-color: #82AD65;
}
.TagClassName
{
border-color: #82AD65;
}
</style>