#82A263

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

Shades of Asparagus #82A263

Tints of Asparagus #82A263

Color information

#82A263 (or 0x82A263) is unknown color: approx Asparagus. HEX triplet: 82, A2 and 63. RGB value is (130,162,99). Sum of RGB (Red+Green+Blue) = 130+162+99=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #82A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A263 is #7D5D9C. Grayscale: #919191. Windows color (decimal): -8215965 or 6529666. OLE color: 6529666.

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

Color convert

RGB13016299-
CMYK0.2000.390.36
HSL90.48º25.3%51.18%-
HSV(B)90.48º38.89%63.53%-
XYZ24.3831.4916.6-
YUV145.25101.9117.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=33.25%
G=41.43%
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
Decimal130162990.2000.390.3690.4825.351.18
Hex82A26314027245a1933
Octal20224214324047441323163
Binary10000010101000101100011101000100111100100101101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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