#8BA47C

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

Shades of Amulet #8BA47C

Tints of Amulet #8BA47C

Color information

#8BA47C (or 0x8BA47C) is unknown color: approx Amulet. HEX triplet: 8B, A4 and 7C. RGB value is (139,164,124). Sum of RGB (Red+Green+Blue) = 139+164+124=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA47C is #745B83. Grayscale: #989898. Windows color (decimal): -7625604 or 8168587. OLE color: 8168587.

HSL color Cylindrical-coordinate representation of color #8BA47C: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BA47C is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB139164124-
CMYK0.1500.240.36
HSL97.5º18.02%56.47%-
HSV(B)97.5º24.39%64.31%-
XYZ27.5633.524.08-
YUV151.96112.22118.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=32.55%
G=38.41%
B=29.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391641240.1500.240.3697.518.0256.47
Hex8BA47CF01824611238
Octal21324417417030441412270
Binary100010111010010011111001111011000100100110000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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