#849878

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

Shades of Amulet #849878

Tints of Amulet #849878

Color information

#849878 (or 0x849878) is unknown color: approx Amulet. HEX triplet: 84, 98 and 78. RGB value is (132,152,120). Sum of RGB (Red+Green+Blue) = 132+152+120=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #849878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849878 is #7B6787. Grayscale: #8E8E8E. Windows color (decimal): -8087432 or 7903364. OLE color: 7903364.

HSL color Cylindrical-coordinate representation of color #849878: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #849878 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB132152120-
CMYK0.1300.210.40
HSL97.5º13.45%53.33%-
HSV(B)97.5º21.05%59.61%-
XYZ24.1328.7222.04-
YUV142.37115.37120.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=32.67%
G=37.62%
B=29.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321521200.1300.210.4097.513.4553.33
Hex849878D0152861d35
Octal20423017015025501411565
Binary10000100100110001111000110101010110100011000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849878; }

 p { color: rgb(132,152,120); }

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

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

 a { background-color: rgb(132,152,120); }

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

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

 span { border-color: rgb(132,152,120); }

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