#82A461

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

Shades of Asparagus #82A461

Tints of Asparagus #82A461

Color information

#82A461 (or 0x82A461) is unknown color: approx Asparagus. HEX triplet: 82, A4 and 61. RGB value is (130,164,97). Sum of RGB (Red+Green+Blue) = 130+164+97=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #82A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A461 is #7D5B9E. Grayscale: #929292. Windows color (decimal): -8215455 or 6399106. OLE color: 6399106.

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

Color convert

RGB13016497-
CMYK0.2100.410.36
HSL90.45º26.91%51.18%-
HSV(B)90.45º40.85%64.31%-
XYZ24.6432.1616.22-
YUV146.2100.24116.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=33.25%
G=41.94%
B=24.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130164970.2100.410.3690.4526.9151.18
Hex82A46115029245a1b33
Octal20224414125051441323363
Binary10000010101001001100001101010101001100100101101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,97); }

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

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

 a { background-color: rgb(130,164,97); }

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

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

 span { border-color: rgb(130,164,97); }

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