#82A663

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

Shades of Asparagus #82A663

Tints of Asparagus #82A663

Color information

#82A663 (or 0x82A663) is unknown color: approx Asparagus. HEX triplet: 82, A6 and 63. RGB value is (130,166,99). Sum of RGB (Red+Green+Blue) = 130+166+99=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #82A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A663 is #7D599C. Grayscale: #939393. Windows color (decimal): -8214941 or 6530690. OLE color: 6530690.

HSL color Cylindrical-coordinate representation of color #82A663: hue angle of 92.24º 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 #82A663 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB13016699-
CMYK0.2200.400.35
HSL92.24º27.35%51.96%-
HSV(B)92.24º40.36%65.1%-
XYZ25.0932.9216.84-
YUV147.6100.57115.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=32.91%
G=42.03%
B=25.06%

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
Decimal130166990.2200.400.3592.2427.3551.96
Hex82A66316028235c1b34
Octal20224614326050431343364
Binary10000010101001101100011101100101000100011101110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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