#8D9A84

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

Shades of Amulet #8D9A84

Tints of Amulet #8D9A84

Color information

#8D9A84 (or 0x8D9A84) is unknown color: approx Amulet. HEX triplet: 8D, 9A and 84. RGB value is (141,154,132). Sum of RGB (Red+Green+Blue) = 141+154+132=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9A84 is #72657B. Grayscale: #939393. Windows color (decimal): -7497084 or 8690317. OLE color: 8690317.

HSL color Cylindrical-coordinate representation of color #8D9A84: hue angle of 95.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D9A84 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB141154132-
CMYK0.0800.140.40
HSL95.45º9.82%56.08%-
HSV(B)95.45º14.29%60.39%-
XYZ26.730.4426.3-
YUV147.6119.19123.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=33.02%
G=36.07%
B=30.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411541320.0800.140.4095.459.8256.08
Hex8D9A8480E285fa38
Octal21523220410016501371270
Binary10001101100110101000010010000111010100010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9A84; }

 p { color: rgb(141,154,132); }

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

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

 a { background-color: rgb(141,154,132); }

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

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

 span { border-color: rgb(141,154,132); }

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