#82B673

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

Shades of Amulet #82B673

Tints of Amulet #82B673

Color information

#82B673 (or 0x82B673) is unknown color: approx Amulet. HEX triplet: 82, B6 and 73. RGB value is (130,182,115). Sum of RGB (Red+Green+Blue) = 130+182+115=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #82B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B673 is #7D498C. Grayscale: #9F9F9F. Windows color (decimal): -8210829 or 7583362. OLE color: 7583362.

HSL color Cylindrical-coordinate representation of color #82B673: hue angle of 106.57º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82B673 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB130182115-
CMYK0.2900.370.29
HSL106.57º31.46%58.24%-
HSV(B)106.57º36.81%71.37%-
XYZ29.0339.4422.3-
YUV158.81103.27107.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 182 (71.48% from 255) = 42.62%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=30.44%
G=42.62%
B=26.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301821150.2900.370.29106.5731.4658.24
Hex82B6731D0251D6b1f3a
Octal20226616335045351533772
Binary1000001010110110111001111101010010111101110101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,182,115); }

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

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

 a { background-color: rgb(130,182,115); }

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

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

 span { border-color: rgb(130,182,115); }

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