#82AA68

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

Shades of Asparagus #82AA68

Tints of Asparagus #82AA68

Color information

#82AA68 (or 0x82AA68) is unknown color: approx Asparagus. HEX triplet: 82, AA and 68. RGB value is (130,170,104). Sum of RGB (Red+Green+Blue) = 130+170+104=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA68 is #7D5597. Grayscale: #969696. Windows color (decimal): -8213912 or 6859394. OLE color: 6859394.

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

Color convert

RGB130170104-
CMYK0.2400.390.33
HSL96.36º27.97%53.73%-
HSV(B)96.36º38.82%66.67%-
XYZ26.0834.4918.38-
YUV150.52101.75113.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=32.18%
G=42.08%
B=25.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701040.2400.390.3396.3627.9753.73
Hex82AA681802721601c36
Octal20225215030047411403466
Binary10000010101010101101000110000100111100001110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,170,104); }

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

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

 a { background-color: rgb(130,170,104); }

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

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

 span { border-color: rgb(130,170,104); }

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