Shades of Asparagus #82A867
Tints of Asparagus #82A867
RGB
CMYK
RGB Variations
Color information
#82A867 (or 0x82A867) is known color: Asparagus. HEX triplet: 82, A8 and 67. RGB value is (130,168,103). Sum of RGB (Red+Green+Blue) = 130+168+103=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #82A867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A867 is #7D5798. Grayscale: #959595. Windows color (decimal): -8214425 or 6793346. OLE color: 6793346.
HSL color Cylindrical-coordinate representation of color #82A867: hue angle of 95.08º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82A867 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 103 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.34 |
| HSL | 95.08º | 0.27% | 0.53% | - |
| HSV(B) | 95.08º | 0.39% | 0.66% | - |
| XYZ | 25.66 | 33.73 | 17.99 | - |
| YUV | 149.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 103 | 0.23 | 0 | 0.39 | 0.34 | 95.08 | 0.27 | 0.53 |
| Hex | 82 | A8 | 67 | 17 | 0 | 27 | 22 | 5F | 1B | 35 |
| Octal | 202 | 250 | 147 | 27 | 0 | 47 | 42 | 137 | 33 | 65 |
| Binary | 10000010 | 10101000 | 1100111 | 10111 | 0 | 100111 | 100010 | 1011111 | 11011 | 110101 |
Color Harmonies of #82A867
Complementary color
Monochromatic Colors of #82A867
Black with #82A867
Text Example
Text Example
White with #82A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A867; }
p { color: rgb(130,168,103); }
H1.HeaderClassName
{
color: #82A867;
}
.AnyTagClassName
{
color: #82A867;
}
</style>
background-color css
<style>
a { background-color: #82A867; }
a { background-color: rgb(130,168,103); }
div.DivClassName
{
background-color: #82A867;
}
.BgClassName
{
background-color: #82A867;
}
</style>
border-color css
<style>
span { border-color: #82A867; }
span { border-color: rgb(130,168,103); }
td.TdClassName
{
border-color: #82A867;
}
.TagClassName
{
border-color: #82A867;
}
</style>