#82AB62

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

Shades of Asparagus #82AB62

Tints of Asparagus #82AB62

Color information

#82AB62 (or 0x82AB62) is unknown color: approx Asparagus. HEX triplet: 82, AB and 62. RGB value is (130,171,98). Sum of RGB (Red+Green+Blue) = 130+171+98=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB62 is #7D549D. Grayscale: #969696. Windows color (decimal): -8213662 or 6466434. OLE color: 6466434.

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

Color convert

RGB13017198-
CMYK0.2400.430.33
HSL93.7º30.29%52.75%-
HSV(B)93.7º42.69%67.06%-
XYZ25.9734.7516.89-
YUV150.4298.42113.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=32.58%
G=42.86%
B=24.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171980.2400.430.3393.730.2952.75
Hex82AB621802B215e1e35
Octal20225314230053411363665
Binary10000010101010111100010110000101011100001101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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