#8BB47C

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

Shades of Amulet #8BB47C

Tints of Amulet #8BB47C

Color information

#8BB47C (or 0x8BB47C) is unknown color: approx Amulet. HEX triplet: 8B, B4 and 7C. RGB value is (139,180,124). Sum of RGB (Red+Green+Blue) = 139+180+124=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB47C is #744B83. Grayscale: #A1A1A1. Windows color (decimal): -7621508 or 8172683. OLE color: 8172683.

HSL color Cylindrical-coordinate representation of color #8BB47C: hue angle of 103.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB47C is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB139180124-
CMYK0.2300.310.29
HSL103.93º27.18%59.61%-
HSV(B)103.93º31.11%70.59%-
XYZ30.6139.5925.1-
YUV161.36106.92112.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=31.38%
G=40.63%
B=27.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801240.2300.310.29103.9327.1859.61
Hex8BB47C1701F1D681b3c
Octal21326417427037351503374
Binary100010111011010011111001011101111111101110100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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