#849981

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

Shades of Amulet #849981

Tints of Amulet #849981

Color information

#849981 (or 0x849981) is unknown color: approx Amulet. HEX triplet: 84, 99 and 81. RGB value is (132,153,129). Sum of RGB (Red+Green+Blue) = 132+153+129=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #849981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849981 is #7B667E. Grayscale: #909090. Windows color (decimal): -8087167 or 8493444. OLE color: 8493444.

HSL color Cylindrical-coordinate representation of color #849981: hue angle of 112.5º degrees, saturation: 0.11, 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 #849981 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB132153129-
CMYK0.1400.160.4
HSL112.5º10.53%55.29%-
HSV(B)112.5º15.69%60%-
XYZ24.8729.2725.11-
YUV143.98119.54119.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=31.88%
G=36.96%
B=31.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321531290.1400.160.4112.510.5355.29
Hex849981E0102870b37
Octal20423120116020501601367
Binary100001001001100110000001111001000010100011100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849981; }

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

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

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

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

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

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

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

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