#82A47C

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

Shades of Amulet #82A47C

Tints of Amulet #82A47C

Color information

#82A47C (or 0x82A47C) is unknown color: approx Amulet. HEX triplet: 82, A4 and 7C. RGB value is (130,164,124). Sum of RGB (Red+Green+Blue) = 130+164+124=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #82A47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A47C is #7D5B83. Grayscale: #959595. Windows color (decimal): -8215428 or 8168578. OLE color: 8168578.

HSL color Cylindrical-coordinate representation of color #82A47C: hue angle of 111º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82A47C is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB130164124-
CMYK0.2100.240.36
HSL111º18.02%56.47%-
HSV(B)111º24.39%64.31%-
XYZ26.1232.7524.01-
YUV149.27113.74114.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=31.10%
G=39.23%
B=29.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301641240.2100.240.3611118.0256.47
Hex82A47C15018246f1238
Octal20224417425030441572270
Binary1000001010100100111110010101011000100100110111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,124); }

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

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

 a { background-color: rgb(130,164,124); }

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

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

 span { border-color: rgb(130,164,124); }

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