#82957B

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

Shades of Amulet #82957B

Tints of Amulet #82957B

Color information

#82957B (or 0x82957B) is unknown color: approx Amulet. HEX triplet: 82, 95 and 7B. RGB value is (130,149,123). Sum of RGB (Red+Green+Blue) = 130+149+123=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #82957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82957B is #7D6A84. Grayscale: #8C8C8C. Windows color (decimal): -8219269 or 8099202. OLE color: 8099202.

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

Color convert

RGB130149123-
CMYK0.1300.170.42
HSL103.85º10.92%53.33%-
HSV(B)103.85º17.45%58.43%-
XYZ23.5327.6722.84-
YUV140.35118.21120.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=32.34%
G=37.06%
B=30.60%

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
Decimal1301491230.1300.170.42103.8510.9253.33
Hex82957BD0112A68b35
Octal20222517315021521501365
Binary10000010100101011111011110101000110101011010001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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