COLOR #8CBC5E

HEX: #8CBC5E RGB: (140,188,94)

Color info

#8CBC5E contains mainly red and green colors. Web safe color of #8CBC5E is #99CC66 (or #9C6).

RGB color model

#8CBC5E color RGB value is (140,188,94).

RGB: (140,188,94) (55%, 74%, 37%)

RGB channels and saturation

R 140 of 255 = 55%
G 188 of 255 = 74%
B 94 of 255 = 37%

140
188
94

R + G + B ~ 55%. #8CBC5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 188 + 94 = 422 (100%)
R 140 of 422 ~ 33.18%
G 188 of 422 ~ 44.55%
B 94 of 422 ~ 22.27'%

%33.18
%44.55
%22.27

CMYK color model

#8CBC5E color CMYK value is (26,0,50,26).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 26.27%

CMYK: (26,0,50,26)
C26M0Y50K26 (26%, 0%, 50%, 26%)
(0.26 / 0.00 / 0.50 / 0.26)

CMYK percentages

%25.53
%0
%50
%26.27

Codes

Color #8CBC5E in popluar color models

8C BC 5E
RGB 140 188 94
HSL 91° 41.23% 55.29%
HSB/HSV 91° 50.00% 73.73%
CMYK 25.53% 0.00% 50.00%
26.27%

Color #8CBC5E in popluar number systems.

HEX 8C BC 5E
Decimal 140 188 94
Binary 10001100 10111100 1011110
Octal 214 274 136

Shades and tints

Shades of #8CBC5E

#8CBC5E
(140,188,94)
#80AB56
(128,171,86)
#749A4E
(116,154,78)
#688946
(104,137,70)
#5C783E
(92,120,62)
#506736
(80,103,54)
#44562E
(68,86,46)
#384526
(56,69,38)
#2C341E
(44,52,30)
#202316
(32,35,22)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #8CBC5E

#8CBC5E
(140,188,94)
#96C26C
(150,194,108)
#A0C87A
(160,200,122)
#AACE88
(170,206,136)
#B4D496
(180,212,150)
#BEDAA4
(190,218,164)
#C8E0B2
(200,224,178)
#D2E6C0
(210,230,192)
#DCECCE
(220,236,206)
#E6F2DC
(230,242,220)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBC5E color. Also use rgb(140,188,94) instead hex code.

Text Font Color

.myTextColor { color: #8CBC5E; }

<p style="color:#8CBC5E">This sample text font color is #8CBC5E.</p>

This text font color is #8CBC5E.

Background Color

.myBgColor { background-color: #8CBC5E; }

<div style="background-color:#8CBC5E">Inner text</div>

This div background color is #8CBC5E.

Border color

.myBorderColor { border: 1px solid #8CBC5E; }

<div style="border:3px solid #8CBC5E">Div</div>

This div border color is #8CBC5E.

Opacity

.myOpacity80 { color: #8CBC5E; opacity: 0.8; }

<p style="color:#8CBC5E;opacity:0.8;">80%</p>

Text with #8CBC5E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8CBC5E;}

<p style="text-shadow: 3px 3px 1px #8CBC5E">Text here.</p>

This text has shadow with #8CBC5E color.


.textShadow {text-shadow: 3px 3px 1px #8CBC5E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8CBC5E, 5px 5px 20px red">Text here.</p>

This text has shadow with #8CBC5E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8CBC5E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8CBC5E, Direction=45, Strength=4)">Text</p>

This text has shadow with #8CBC5E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8CBC5E;
-webkit-box-shadow: 1px 1px 3px 2px #8CBC5E;
box-shadow: 1px 1px 3px 2px #8CBC5E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8CBC5E; -webkit-box-shadow: 1px 1px 3px 2px #8CBC5E; box-shadow:1px 1px 3px 2px #8CBC5E;">
Div content here
</div>

This div box has shadow with color #8CBC5E.

Preview

Color preview on black background

This text has color #8CBC5E on black background.


Color preview on white background

This text has color #8CBC5E on white background.


Black color preview on #8CBC5E background

This text has black color on #8CBC5E background.


White color preview on #8CBC5E background

This text has white color on #8CBC5E background.


Related colors

Complementary color

Complementary color for #hex is #7343A1.


I love getcolorcode.com

Triadic colors

1 #5E8CBC and #BC5E8C with #8CBC5E are triadic colors.

2 #5EBC8C and #BC8C5E with #8CBC5E are triadic colors.