#82A27D

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

Shades of Amulet #82A27D

Tints of Amulet #82A27D

Color information

#82A27D (or 0x82A27D) is unknown color: approx Amulet. HEX triplet: 82, A2 and 7D. RGB value is (130,162,125). Sum of RGB (Red+Green+Blue) = 130+162+125=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #82A27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A27D is #7D5D82. Grayscale: #949494. Windows color (decimal): -8215939 or 8233602. OLE color: 8233602.

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

Color convert

RGB130162125-
CMYK0.2000.230.36
HSL111.89º16.59%56.27%-
HSV(B)111.89º22.84%63.53%-
XYZ25.8332.0724.23-
YUV148.21114.9115.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=31.18%
G=38.85%
B=29.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301621250.2000.230.36111.8916.5956.27
Hex82A27D1401724701138
Octal20224217524027441602170
Binary1000001010100010111110110100010111100100111000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,125); }

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

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

 a { background-color: rgb(130,162,125); }

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

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

 span { border-color: rgb(130,162,125); }

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