Shades of Asparagus #83AA68
Tints of Asparagus #83AA68
RGB
CMYK
RGB Variations
Color information
#83AA68 (or 0x83AA68) is known color: Asparagus. HEX triplet: 83, AA and 68. RGB value is (131,170,104). Sum of RGB (Red+Green+Blue) = 131+170+104=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA68 is #7C5597. Grayscale: #979797. Windows color (decimal): -8148376 or 6859395. OLE color: 6859395.
HSL color Cylindrical-coordinate representation of color #83AA68: hue angle of 95.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83AA68 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 104 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.33 |
| HSL | 95.45º | 0.28% | 0.54% | - |
| HSV(B) | 95.45º | 0.39% | 0.67% | - |
| XYZ | 26.23 | 34.57 | 18.39 | - |
| YUV | 150.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 104 | 0.23 | 0 | 0.39 | 0.33 | 95.45 | 0.28 | 0.54 |
| Hex | 83 | AA | 68 | 17 | 0 | 27 | 21 | 5F | 1C | 36 |
| Octal | 203 | 252 | 150 | 27 | 0 | 47 | 41 | 137 | 34 | 66 |
| Binary | 10000011 | 10101010 | 1101000 | 10111 | 0 | 100111 | 100001 | 1011111 | 11100 | 110110 |
Color Harmonies of #83AA68
Complementary color
Monochromatic Colors of #83AA68
Black with #83AA68
Text Example
Text Example
White with #83AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA68; }
p { color: rgb(131,170,104); }
H1.HeaderClassName
{
color: #83AA68;
}
.AnyTagClassName
{
color: #83AA68;
}
</style>
background-color css
<style>
a { background-color: #83AA68; }
a { background-color: rgb(131,170,104); }
div.DivClassName
{
background-color: #83AA68;
}
.BgClassName
{
background-color: #83AA68;
}
</style>
border-color css
<style>
span { border-color: #83AA68; }
span { border-color: rgb(131,170,104); }
td.TdClassName
{
border-color: #83AA68;
}
.TagClassName
{
border-color: #83AA68;
}
</style>