Shades of Asparagus #83A169
Tints of Asparagus #83A169
RGB
CMYK
RGB Variations
Color information
#83A169 (or 0x83A169) is known color: Asparagus. HEX triplet: 83, A1 and 69. RGB value is (131,161,105). Sum of RGB (Red+Green+Blue) = 131+161+105=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #83A169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A169 is #7C5E96. Grayscale: #919191. Windows color (decimal): -8150679 or 6922627. OLE color: 6922627.
HSL color Cylindrical-coordinate representation of color #83A169: hue angle of 92.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A169 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 105 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.37 |
| HSL | 92.14º | 0.23% | 0.52% | - |
| HSV(B) | 92.14º | 0.35% | 0.63% | - |
| XYZ | 24.65 | 31.33 | 18.11 | - |
| YUV | 145.65 | 105.06 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 105 | 0.19 | 0 | 0.35 | 0.37 | 92.14 | 0.23 | 0.52 |
| Hex | 83 | A1 | 69 | 13 | 0 | 23 | 25 | 5C | 17 | 34 |
| Octal | 203 | 241 | 151 | 23 | 0 | 43 | 45 | 134 | 27 | 64 |
| Binary | 10000011 | 10100001 | 1101001 | 10011 | 0 | 100011 | 100101 | 1011100 | 10111 | 110100 |
Color Harmonies of #83A169
Complementary color
Monochromatic Colors of #83A169
Black with #83A169
Text Example
Text Example
White with #83A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A169; }
p { color: rgb(131,161,105); }
H1.HeaderClassName
{
color: #83A169;
}
.AnyTagClassName
{
color: #83A169;
}
</style>
background-color css
<style>
a { background-color: #83A169; }
a { background-color: rgb(131,161,105); }
div.DivClassName
{
background-color: #83A169;
}
.BgClassName
{
background-color: #83A169;
}
</style>
border-color css
<style>
span { border-color: #83A169; }
span { border-color: rgb(131,161,105); }
td.TdClassName
{
border-color: #83A169;
}
.TagClassName
{
border-color: #83A169;
}
</style>