#849C71

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

Shades of Amulet #849C71

Tints of Amulet #849C71

Color information

#849C71 (or 0x849C71) is unknown color: approx Amulet. HEX triplet: 84, 9C and 71. RGB value is (132,156,113). Sum of RGB (Red+Green+Blue) = 132+156+113=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #849C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C71 is #7B638E. Grayscale: #909090. Windows color (decimal): -8086415 or 7445636. OLE color: 7445636.

HSL color Cylindrical-coordinate representation of color #849C71: hue angle of 93.49º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #849C71 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB132156113-
CMYK0.1500.280.39
HSL93.49º17.84%52.75%-
HSV(B)93.49º27.56%61.18%-
XYZ24.3829.8720.1-
YUV143.92110.55119.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=32.92%
G=38.90%
B=28.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321561130.1500.280.3993.4917.8452.75
Hex849C71F01C275d1235
Octal20423416117034471352265
Binary100001001001110011100011111011100100111101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849C71; }

 p { color: rgb(132,156,113); }

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

<style>
 a { background-color: #849C71; }

 a { background-color: rgb(132,156,113); }

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

<style>
 span { border-color: #849C71; }

 span { border-color: rgb(132,156,113); }

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