Shades of Asparagus #83A061
Tints of Asparagus #83A061
RGB
CMYK
RGB Variations
Color information
#83A061 (or 0x83A061) is known color: Asparagus. HEX triplet: 83, A0 and 61. RGB value is (131,160,97). Sum of RGB (Red+Green+Blue) = 131+160+97=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #83A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A061 is #7C5F9E. Grayscale: #909090. Windows color (decimal): -8150943 or 6398083. OLE color: 6398083.
HSL color Cylindrical-coordinate representation of color #83A061: hue angle of 87.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83A061 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 97 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.37 |
| HSL | 87.62º | 0.25% | 0.5% | - |
| HSV(B) | 87.62º | 0.39% | 0.63% | - |
| XYZ | 24.09 | 30.83 | 15.99 | - |
| YUV | 144.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 97 | 0.18 | 0 | 0.39 | 0.37 | 87.62 | 0.25 | 0.5 |
| Hex | 83 | A0 | 61 | 12 | 0 | 27 | 25 | 58 | 19 | 32 |
| Octal | 203 | 240 | 141 | 22 | 0 | 47 | 45 | 130 | 31 | 62 |
| Binary | 10000011 | 10100000 | 1100001 | 10010 | 0 | 100111 | 100101 | 1011000 | 11001 | 110010 |
Color Harmonies of #83A061
Complementary color
Monochromatic Colors of #83A061
Black with #83A061
Text Example
Text Example
White with #83A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A061; }
p { color: rgb(131,160,97); }
H1.HeaderClassName
{
color: #83A061;
}
.AnyTagClassName
{
color: #83A061;
}
</style>
background-color css
<style>
a { background-color: #83A061; }
a { background-color: rgb(131,160,97); }
div.DivClassName
{
background-color: #83A061;
}
.BgClassName
{
background-color: #83A061;
}
</style>
border-color css
<style>
span { border-color: #83A061; }
span { border-color: rgb(131,160,97); }
td.TdClassName
{
border-color: #83A061;
}
.TagClassName
{
border-color: #83A061;
}
</style>