#849880

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

Shades of Amulet #849880

Tints of Amulet #849880

Color information

#849880 (or 0x849880) is unknown color: approx Amulet. HEX triplet: 84, 98 and 80. RGB value is (132,152,128). Sum of RGB (Red+Green+Blue) = 132+152+128=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #849880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849880 is #7B677F. Grayscale: #8F8F8F. Windows color (decimal): -8087424 or 8427652. OLE color: 8427652.

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

Color convert

RGB132152128-
CMYK0.1300.160.40
HSL110º10.43%54.9%-
HSV(B)110º15.79%59.61%-
XYZ24.6428.9224.71-
YUV143.28119.37119.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=32.04%
G=36.89%
B=31.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321521280.1300.160.4011010.4354.9
Hex849880D010286ea37
Octal20423020015020501561267
Binary100001001001100010000000110101000010100011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849880; }

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

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

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

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

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

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

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

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