#82A362

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

Shades of Asparagus #82A362

Tints of Asparagus #82A362

Color information

#82A362 (or 0x82A362) is unknown color: approx Asparagus. HEX triplet: 82, A3 and 62. RGB value is (130,163,98). Sum of RGB (Red+Green+Blue) = 130+163+98=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #82A362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A362 is #7D5C9D. Grayscale: #919191. Windows color (decimal): -8215710 or 6464386. OLE color: 6464386.

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

Color convert

RGB13016398-
CMYK0.2000.400.36
HSL90.46º26.1%51.18%-
HSV(B)90.46º39.88%63.92%-
XYZ24.5131.8216.41-
YUV145.72101.07116.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=33.25%
G=41.69%
B=25.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130163980.2000.400.3690.4626.151.18
Hex82A36214028245a1a33
Octal20224314224050441323263
Binary10000010101000111100010101000101000100100101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,163,98); }

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

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

 a { background-color: rgb(130,163,98); }

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

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

 span { border-color: rgb(130,163,98); }

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