#82A472

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

Shades of Amulet #82A472

Tints of Amulet #82A472

Color information

#82A472 (or 0x82A472) is unknown color: approx Amulet. HEX triplet: 82, A4 and 72. RGB value is (130,164,114). Sum of RGB (Red+Green+Blue) = 130+164+114=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #82A472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A472 is #7D5B8D. Grayscale: #949494. Windows color (decimal): -8215438 or 7513218. OLE color: 7513218.

HSL color Cylindrical-coordinate representation of color #82A472: hue angle of 100.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82A472 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB130164114-
CMYK0.2100.300.36
HSL100.8º21.55%54.51%-
HSV(B)100.8º30.49%64.31%-
XYZ25.5232.5120.85-
YUV148.13108.74115.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=31.86%
G=40.20%
B=27.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301641140.2100.300.36100.821.5554.51
Hex82A4721501E24651637
Octal20224416225036441452667
Binary1000001010100100111001010101011110100100110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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