Shades of Asparagus #83AB66
Tints of Asparagus #83AB66
RGB
CMYK
RGB Variations
Color information
#83AB66 (or 0x83AB66) is known color: Asparagus. HEX triplet: 83, AB and 66. RGB value is (131,171,102). Sum of RGB (Red+Green+Blue) = 131+171+102=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB66 is #7C5499. Grayscale: #979797. Windows color (decimal): -8148122 or 6728579. OLE color: 6728579.
HSL color Cylindrical-coordinate representation of color #83AB66: hue angle of 94.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83AB66 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 102 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.33 |
| HSL | 94.78º | 0.29% | 0.54% | - |
| HSV(B) | 94.78º | 0.4% | 0.67% | - |
| XYZ | 26.32 | 34.91 | 17.92 | - |
| YUV | 151.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 102 | 0.23 | 0 | 0.40 | 0.33 | 94.78 | 0.29 | 0.54 |
| Hex | 83 | AB | 66 | 17 | 0 | 28 | 21 | 5F | 1D | 36 |
| Octal | 203 | 253 | 146 | 27 | 0 | 50 | 41 | 137 | 35 | 66 |
| Binary | 10000011 | 10101011 | 1100110 | 10111 | 0 | 101000 | 100001 | 1011111 | 11101 | 110110 |
Color Harmonies of #83AB66
Complementary color
Monochromatic Colors of #83AB66
Black with #83AB66
Text Example
Text Example
White with #83AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB66; }
p { color: rgb(131,171,102); }
H1.HeaderClassName
{
color: #83AB66;
}
.AnyTagClassName
{
color: #83AB66;
}
</style>
background-color css
<style>
a { background-color: #83AB66; }
a { background-color: rgb(131,171,102); }
div.DivClassName
{
background-color: #83AB66;
}
.BgClassName
{
background-color: #83AB66;
}
</style>
border-color css
<style>
span { border-color: #83AB66; }
span { border-color: rgb(131,171,102); }
td.TdClassName
{
border-color: #83AB66;
}
.TagClassName
{
border-color: #83AB66;
}
</style>