#83A163

Color #83A163 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #83A163

Tints of Asparagus #83A163

Color information

#83A163 (or 0x83A163) is unknown color: approx Asparagus. HEX triplet: 83, A1 and 63. RGB value is (131,161,99). Sum of RGB (Red+Green+Blue) = 131+161+99=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #83A163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A163 is #7C5E9C. Grayscale: #919191. Windows color (decimal): -8150685 or 6529411. OLE color: 6529411.

HSL color Cylindrical-coordinate representation of color #83A163: hue angle of 89.03º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83A163 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB13116199-
CMYK0.1900.390.37
HSL89.03º24.8%50.98%-
HSV(B)89.03º38.51%63.14%-
XYZ24.3631.2216.55-
YUV144.96102.06118.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=33.50%
G=41.18%
B=25.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131161990.1900.390.3789.0324.850.98
Hex83A1631302725591933
Octal20324114323047451313163
Binary10000011101000011100011100110100111100101101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A163; }

 p { color: rgb(131,161,99); }

 H1.HeaderClassName
 {
   color: #83A163;
 }
 .AnyTagClassName
 {
   color: #83A163;
 }
</style>
background-color css

<style>
 a { background-color: #83A163; }

 a { background-color: rgb(131,161,99); }

 div.DivClassName
 {
   background-color: #83A163;
 }
 .BgClassName
 {
   background-color: #83A163;
 }
</style>
border-color css

<style>
 span { border-color: #83A163; }

 span { border-color: rgb(131,161,99); }

 td.TdClassName
 {
   border-color: #83A163;
 }
 .TagClassName
 {
   border-color: #83A163;
 }
</style>