#82A664

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

Shades of Asparagus #82A664

Tints of Asparagus #82A664

Color information

#82A664 (or 0x82A664) is unknown color: approx Asparagus. HEX triplet: 82, A6 and 64. RGB value is (130,166,100). Sum of RGB (Red+Green+Blue) = 130+166+100=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #82A664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A664 is #7D599B. Grayscale: #939393. Windows color (decimal): -8214940 or 6596226. OLE color: 6596226.

HSL color Cylindrical-coordinate representation of color #82A664: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A664 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB130166100-
CMYK0.2200.400.35
HSL92.73º27.05%52.16%-
HSV(B)92.73º39.76%65.1%-
XYZ25.1432.9417.09-
YUV147.71101.07115.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=32.83%
G=41.92%
B=25.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301661000.2200.400.3592.7327.0552.16
Hex82A66416028235d1b34
Octal20224614426050431353364
Binary10000010101001101100100101100101000100011101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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