#849B81

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

Shades of Amulet #849B81

Tints of Amulet #849B81

Color information

#849B81 (or 0x849B81) is unknown color: approx Amulet. HEX triplet: 84, 9B and 81. RGB value is (132,155,129). Sum of RGB (Red+Green+Blue) = 132+155+129=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #849B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B81 is #7B647E. Grayscale: #919191. Windows color (decimal): -8086655 or 8493956. OLE color: 8493956.

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

Color convert

RGB132155129-
CMYK0.1500.170.39
HSL113.08º11.5%55.69%-
HSV(B)113.08º16.77%60.78%-
XYZ25.229.9325.22-
YUV145.16118.88118.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=31.73%
G=37.26%
B=31.01%

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
Decimal1321551290.1500.170.39113.0811.555.69
Hex849B81F0112771c38
Octal20423320117021471611470
Binary100001001001101110000001111101000110011111100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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