#839C80

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

Shades of Amulet #839C80

Tints of Amulet #839C80

Color information

#839C80 (or 0x839C80) is unknown color: approx Amulet. HEX triplet: 83, 9C and 80. RGB value is (131,156,128). Sum of RGB (Red+Green+Blue) = 131+156+128=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #839C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839C80 is #7C637F. Grayscale: #919191. Windows color (decimal): -8151936 or 8428675. OLE color: 8428675.

HSL color Cylindrical-coordinate representation of color #839C80: hue angle of 113.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #839C80 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB131156128-
CMYK0.1600.180.39
HSL113.57º12.39%55.69%-
HSV(B)113.57º17.95%61.18%-
XYZ25.1430.1624.92-
YUV145.33118.22117.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=31.57%
G=37.59%
B=30.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311561280.1600.180.39113.5712.3955.69
Hex839C80100122772c38
Octal20323420020022471621470
Binary1000001110011100100000001000001001010011111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839C80; }

 p { color: rgb(131,156,128); }

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

<style>
 a { background-color: #839C80; }

 a { background-color: rgb(131,156,128); }

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

<style>
 span { border-color: #839C80; }

 span { border-color: rgb(131,156,128); }

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