Shades of Asparagus #83A264
Tints of Asparagus #83A264
RGB
CMYK
RGB Variations
Color information
#83A264 (or 0x83A264) is known color: Asparagus. HEX triplet: 83, A2 and 64. RGB value is (131,162,100). Sum of RGB (Red+Green+Blue) = 131+162+100=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #83A264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A264 is #7C5D9B. Grayscale: #919191. Windows color (decimal): -8150428 or 6595203. OLE color: 6595203.
HSL color Cylindrical-coordinate representation of color #83A264: hue angle of 90º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83A264 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 100 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.36 |
| HSL | 90º | 0.25% | 0.51% | - |
| HSV(B) | 90º | 0.38% | 0.64% | - |
| XYZ | 24.58 | 31.59 | 16.86 | - |
| YUV | 145.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 100 | 0.19 | 0 | 0.38 | 0.36 | 90 | 0.25 | 0.51 |
| Hex | 83 | A2 | 64 | 13 | 0 | 26 | 24 | 5A | 19 | 33 |
| Octal | 203 | 242 | 144 | 23 | 0 | 46 | 44 | 132 | 31 | 63 |
| Binary | 10000011 | 10100010 | 1100100 | 10011 | 0 | 100110 | 100100 | 1011010 | 11001 | 110011 |
Color Harmonies of #83A264
Complementary color
Monochromatic Colors of #83A264
Black with #83A264
Text Example
Text Example
White with #83A264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A264; }
p { color: rgb(131,162,100); }
H1.HeaderClassName
{
color: #83A264;
}
.AnyTagClassName
{
color: #83A264;
}
</style>
background-color css
<style>
a { background-color: #83A264; }
a { background-color: rgb(131,162,100); }
div.DivClassName
{
background-color: #83A264;
}
.BgClassName
{
background-color: #83A264;
}
</style>
border-color css
<style>
span { border-color: #83A264; }
span { border-color: rgb(131,162,100); }
td.TdClassName
{
border-color: #83A264;
}
.TagClassName
{
border-color: #83A264;
}
</style>