#82AE64

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

Shades of Asparagus #82AE64

Tints of Asparagus #82AE64

Color information

#82AE64 (or 0x82AE64) is unknown color: approx Asparagus. HEX triplet: 82, AE and 64. RGB value is (130,174,100). Sum of RGB (Red+Green+Blue) = 130+174+100=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE64 is #7D519B. Grayscale: #989898. Windows color (decimal): -8212892 or 6598274. OLE color: 6598274.

HSL color Cylindrical-coordinate representation of color #82AE64: hue angle of 95.68º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82AE64 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB130174100-
CMYK0.2500.430.32
HSL95.68º31.36%53.73%-
HSV(B)95.68º42.53%68.24%-
XYZ26.6435.9417.59-
YUV152.4198.42112.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=32.18%
G=43.07%
B=24.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301741000.2500.430.3295.6831.3653.73
Hex82AE641902B20601f36
Octal20225614431053401403766
Binary10000010101011101100100110010101011100000110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AE64; }

 p { color: rgb(130,174,100); }

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

<style>
 a { background-color: #82AE64; }

 a { background-color: rgb(130,174,100); }

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

<style>
 span { border-color: #82AE64; }

 span { border-color: rgb(130,174,100); }

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