#82AB64

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

Shades of Asparagus #82AB64

Tints of Asparagus #82AB64

Color information

#82AB64 (or 0x82AB64) is unknown color: approx Asparagus. HEX triplet: 82, AB and 64. RGB value is (130,171,100). Sum of RGB (Red+Green+Blue) = 130+171+100=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB64 is #7D549B. Grayscale: #969696. Windows color (decimal): -8213660 or 6597506. OLE color: 6597506.

HSL color Cylindrical-coordinate representation of color #82AB64: hue angle of 94.65º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82AB64 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB130171100-
CMYK0.2400.420.33
HSL94.65º29.71%53.14%-
HSV(B)94.65º41.52%67.06%-
XYZ26.0734.7917.4-
YUV150.6599.42113.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=32.42%
G=42.64%
B=24.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711000.2400.420.3394.6529.7153.14
Hex82AB641802A215f1e35
Octal20225314430052411373665
Binary10000010101010111100100110000101010100001101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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