#82957A

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

Shades of Amulet #82957A

Tints of Amulet #82957A

Color information

#82957A (or 0x82957A) is unknown color: approx Amulet. HEX triplet: 82, 95 and 7A. RGB value is (130,149,122). Sum of RGB (Red+Green+Blue) = 130+149+122=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #82957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82957A is #7D6A85. Grayscale: #8C8C8C. Windows color (decimal): -8219270 or 8033666. OLE color: 8033666.

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

Color convert

RGB130149122-
CMYK0.1300.180.42
HSL102.22º11.3%53.14%-
HSV(B)102.22º18.12%58.43%-
XYZ23.4727.6522.51-
YUV140.24117.71120.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=32.42%
G=37.16%
B=30.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491220.1300.180.42102.2211.353.14
Hex82957AD0122A66b35
Octal20222517215022521461365
Binary10000010100101011111010110101001010101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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