#8B9D7C

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

Shades of Amulet #8B9D7C

Tints of Amulet #8B9D7C

Color information

#8B9D7C (or 0x8B9D7C) is unknown color: approx Amulet. HEX triplet: 8B, 9D and 7C. RGB value is (139,157,124). Sum of RGB (Red+Green+Blue) = 139+157+124=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 157 - color contains mainly: green. Hex color #8B9D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9D7C is #746283. Grayscale: #939393. Windows color (decimal): -7627396 or 8166795. OLE color: 8166795.

HSL color Cylindrical-coordinate representation of color #8B9D7C: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B9D7C is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB139157124-
CMYK0.1100.210.38
HSL92.73º14.41%55.1%-
HSV(B)92.73º21.02%61.57%-
XYZ26.3431.0623.68-
YUV147.86114.54121.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 157 (61.72% from 255) = 37.38%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=33.10%
G=37.38%
B=29.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391571240.1100.210.3892.7314.4155.1
Hex8B9D7CB015265de37
Octal21323517413025461351667
Binary10001011100111011111100101101010110011010111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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