#82AD65

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

Shades of Asparagus #82AD65

Tints of Asparagus #82AD65

Color information

#82AD65 (or 0x82AD65) is unknown color: approx Asparagus. HEX triplet: 82, AD and 65. RGB value is (130,173,101). Sum of RGB (Red+Green+Blue) = 130+173+101=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD65 is #7D529A. Grayscale: #989898. Windows color (decimal): -8213147 or 6663554. OLE color: 6663554.

HSL color Cylindrical-coordinate representation of color #82AD65: hue angle of 95.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82AD65 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB130173101-
CMYK0.2500.420.32
HSL95.83º30.51%53.73%-
HSV(B)95.83º41.62%67.84%-
XYZ26.535.5717.78-
YUV151.9499.25112.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 101 (39.84% from 255) = 25%
R=32.18%
G=42.82%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301731010.2500.420.3295.8330.5153.73
Hex82AD651902A20601f36
Octal20225514531052401403766
Binary10000010101011011100101110010101010100000110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,173,101); }

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

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

 a { background-color: rgb(130,173,101); }

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

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

 span { border-color: rgb(130,173,101); }

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