#8B997C

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

Shades of Amulet #8B997C

Tints of Amulet #8B997C

Color information

#8B997C (or 0x8B997C) is unknown color: approx Amulet. HEX triplet: 8B, 99 and 7C. RGB value is (139,153,124). Sum of RGB (Red+Green+Blue) = 139+153+124=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #8B997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B997C is #746683. Grayscale: #919191. Windows color (decimal): -7628420 or 8165771. OLE color: 8165771.

HSL color Cylindrical-coordinate representation of color #8B997C: hue angle of 88.97º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B997C is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB139153124-
CMYK0.0900.190.4
HSL88.97º12.45%54.31%-
HSV(B)88.97º18.95%60%-
XYZ25.6829.7323.45-
YUV145.51115.86123.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=33.41%
G=36.78%
B=29.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531240.0900.190.488.9712.4554.31
Hex8B997C90132859c36
Octal21323117411023501311466
Binary10001011100110011111100100101001110100010110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,153,124); }

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

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

 a { background-color: rgb(139,153,124); }

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

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

 span { border-color: rgb(139,153,124); }

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