#82A964

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

Shades of Asparagus #82A964

Tints of Asparagus #82A964

Color information

#82A964 (or 0x82A964) is unknown color: approx Asparagus. HEX triplet: 82, A9 and 64. RGB value is (130,169,100). Sum of RGB (Red+Green+Blue) = 130+169+100=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #82A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A964 is #7D569B. Grayscale: #959595. Windows color (decimal): -8214172 or 6596994. OLE color: 6596994.

HSL color Cylindrical-coordinate representation of color #82A964: hue angle of 93.91º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82A964 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB130169100-
CMYK0.2300.410.34
HSL93.91º28.63%52.75%-
HSV(B)93.91º40.83%66.27%-
XYZ25.6934.0417.27-
YUV149.47100.08114.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 100 (39.45% from 255) = 25.06%
R=32.58%
G=42.36%
B=25.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1301691000.2300.410.3493.9128.6352.75
Hex82A96417029225e1d35
Octal20225114427051421363565
Binary10000010101010011100100101110101001100010101111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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