#83A464

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

Shades of Asparagus #83A464

Tints of Asparagus #83A464

Color information

#83A464 (or 0x83A464) is unknown color: approx Asparagus. HEX triplet: 83, A4 and 64. RGB value is (131,164,100). Sum of RGB (Red+Green+Blue) = 131+164+100=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #83A464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A464 is #7C5B9B. Grayscale: #939393. Windows color (decimal): -8149916 or 6595715. OLE color: 6595715.

HSL color Cylindrical-coordinate representation of color #83A464: hue angle of 90.94º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83A464 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB131164100-
CMYK0.2000.390.36
HSL90.94º26.02%51.76%-
HSV(B)90.94º39.02%64.31%-
XYZ24.9432.316.98-
YUV146.84101.57116.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=33.16%
G=41.52%
B=25.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641000.2000.390.3690.9426.0251.76
Hex83A46414027245b1a34
Octal20324414424047441333264
Binary10000011101001001100100101000100111100100101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,164,100); }

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

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

 a { background-color: rgb(131,164,100); }

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

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

 span { border-color: rgb(131,164,100); }

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