#82957C

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

Shades of Amulet #82957C

Tints of Amulet #82957C

Color information

#82957C (or 0x82957C) is unknown color: approx Amulet. HEX triplet: 82, 95 and 7C. RGB value is (130,149,124). Sum of RGB (Red+Green+Blue) = 130+149+124=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #82957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82957C is #7D6A83. Grayscale: #8C8C8C. Windows color (decimal): -8219268 or 8164738. OLE color: 8164738.

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

Color convert

RGB130149124-
CMYK0.1300.170.42
HSL105.6º10.55%53.53%-
HSV(B)105.6º16.78%58.43%-
XYZ23.5927.723.17-
YUV140.47118.71120.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=32.26%
G=36.97%
B=30.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491240.1300.170.42105.610.5553.53
Hex82957CD0112A6ab36
Octal20222517415021521521366
Binary10000010100101011111100110101000110101011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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