Shades of Asparagus #83A26A
Tints of Asparagus #83A26A
RGB
CMYK
RGB Variations
Color information
#83A26A (or 0x83A26A) is known color: Asparagus. HEX triplet: 83, A2 and 6A. RGB value is (131,162,106). Sum of RGB (Red+Green+Blue) = 131+162+106=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #83A26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A26A is #7C5D95. Grayscale: #929292. Windows color (decimal): -8150422 or 6988419. OLE color: 6988419.
HSL color Cylindrical-coordinate representation of color #83A26A: hue angle of 93.21º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A26A is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 106 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.36 |
| HSL | 93.21º | 0.23% | 0.53% | - |
| HSV(B) | 93.21º | 0.35% | 0.64% | - |
| XYZ | 24.88 | 31.71 | 18.44 | - |
| YUV | 146.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 106 | 0.19 | 0 | 0.35 | 0.36 | 93.21 | 0.23 | 0.53 |
| Hex | 83 | A2 | 6A | 13 | 0 | 23 | 24 | 5D | 17 | 35 |
| Octal | 203 | 242 | 152 | 23 | 0 | 43 | 44 | 135 | 27 | 65 |
| Binary | 10000011 | 10100010 | 1101010 | 10011 | 0 | 100011 | 100100 | 1011101 | 10111 | 110101 |
Color Harmonies of #83A26A
Complementary color
Monochromatic Colors of #83A26A
Black with #83A26A
Text Example
Text Example
White with #83A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A26A; }
p { color: rgb(131,162,106); }
H1.HeaderClassName
{
color: #83A26A;
}
.AnyTagClassName
{
color: #83A26A;
}
</style>
background-color css
<style>
a { background-color: #83A26A; }
a { background-color: rgb(131,162,106); }
div.DivClassName
{
background-color: #83A26A;
}
.BgClassName
{
background-color: #83A26A;
}
</style>
border-color css
<style>
span { border-color: #83A26A; }
span { border-color: rgb(131,162,106); }
td.TdClassName
{
border-color: #83A26A;
}
.TagClassName
{
border-color: #83A26A;
}
</style>