#849B80

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

Shades of Amulet #849B80

Tints of Amulet #849B80

Color information

#849B80 (or 0x849B80) is unknown color: approx Amulet. HEX triplet: 84, 9B and 80. RGB value is (132,155,128). Sum of RGB (Red+Green+Blue) = 132+155+128=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #849B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B80 is #7B647F. Grayscale: #919191. Windows color (decimal): -8086656 or 8428420. OLE color: 8428420.

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

Color convert

RGB132155128-
CMYK0.1500.170.39
HSL111.11º11.89%55.49%-
HSV(B)111.11º17.42%60.78%-
XYZ25.1329.9124.87-
YUV145.05118.38118.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=31.81%
G=37.35%
B=30.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321551280.1500.170.39111.1111.8955.49
Hex849B80F011276fc37
Octal20423320017021471571467
Binary100001001001101110000000111101000110011111011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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