#82967C

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

Shades of Amulet #82967C

Tints of Amulet #82967C

Color information

#82967C (or 0x82967C) is unknown color: approx Amulet. HEX triplet: 82, 96 and 7C. RGB value is (130,150,124). Sum of RGB (Red+Green+Blue) = 130+150+124=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #82967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82967C is #7D6983. Grayscale: #8D8D8D. Windows color (decimal): -8219012 or 8164994. OLE color: 8164994.

HSL color Cylindrical-coordinate representation of color #82967C: hue angle of 106.15º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82967C is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB130150124-
CMYK0.1300.170.41
HSL106.15º11.02%53.73%-
HSV(B)106.15º17.33%58.82%-
XYZ23.7528.0123.22-
YUV141.06118.37120.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=32.18%
G=37.13%
B=30.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501240.1300.170.41106.1511.0253.73
Hex82967CD011296ab36
Octal20222617415021511521366
Binary10000010100101101111100110101000110100111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82967C; }

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

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

<style>
 a { background-color: #82967C; }

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

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

<style>
 span { border-color: #82967C; }

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

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