#849B73

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

Shades of Amulet #849B73

Tints of Amulet #849B73

Color information

#849B73 (or 0x849B73) is unknown color: approx Amulet. HEX triplet: 84, 9B and 73. RGB value is (132,155,115). Sum of RGB (Red+Green+Blue) = 132+155+115=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #849B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B73 is #7B648C. Grayscale: #8F8F8F. Windows color (decimal): -8086669 or 7576452. OLE color: 7576452.

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

Color convert

RGB132155115-
CMYK0.1500.260.39
HSL94.5º16.67%52.94%-
HSV(B)94.5º25.81%60.78%-
XYZ24.3329.5920.65-
YUV143.56111.88119.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=32.84%
G=38.56%
B=28.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321551150.1500.260.3994.516.6752.94
Hex849B73F01A275e1135
Octal20423316317032471362165
Binary100001001001101111100111111011010100111101111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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