#82AE66

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

Shades of Asparagus #82AE66

Tints of Asparagus #82AE66

Color information

#82AE66 (or 0x82AE66) is unknown color: approx Asparagus. HEX triplet: 82, AE and 66. RGB value is (130,174,102). Sum of RGB (Red+Green+Blue) = 130+174+102=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE66 is #7D5199. Grayscale: #989898. Windows color (decimal): -8212890 or 6729346. OLE color: 6729346.

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

Color convert

RGB130174102-
CMYK0.2500.410.32
HSL96.67º30.77%54.12%-
HSV(B)96.67º41.38%68.24%-
XYZ26.7435.9818.11-
YUV152.6499.42111.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=32.02%
G=42.86%
B=25.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301741020.2500.410.3296.6730.7754.12
Hex82AE661902920611f36
Octal20225614631051401413766
Binary10000010101011101100110110010101001100000110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,174,102); }

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

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

 a { background-color: rgb(130,174,102); }

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

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

 span { border-color: rgb(130,174,102); }

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