#849D80

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

Shades of Amulet #849D80

Tints of Amulet #849D80

Color information

#849D80 (or 0x849D80) is unknown color: approx Amulet. HEX triplet: 84, 9D and 80. RGB value is (132,157,128). Sum of RGB (Red+Green+Blue) = 132+157+128=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #849D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D80 is #7B627F. Grayscale: #929292. Windows color (decimal): -8086144 or 8428932. OLE color: 8428932.

HSL color Cylindrical-coordinate representation of color #849D80: hue angle of 111.72º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #849D80 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB132157128-
CMYK0.1600.180.38
HSL111.72º12.89%55.88%-
HSV(B)111.72º18.47%61.57%-
XYZ25.4730.5824.98-
YUV146.22117.72117.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=31.65%
G=37.65%
B=30.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321571280.1600.180.38111.7212.8955.88
Hex849D80100122670d38
Octal20423520020022461601570
Binary1000010010011101100000001000001001010011011100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,157,128); }

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

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

 a { background-color: rgb(132,157,128); }

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

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

 span { border-color: rgb(132,157,128); }

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