COLOR #8BC372

HEX: #8BC372 RGB: (139,195,114)

Color info

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

RGB color model

#8BC372 color RGB value is (139,195,114).

RGB: (139,195,114) (55%, 76%, 45%)

RGB channels and saturation

R 139 of 255 = 55%
G 195 of 255 = 76%
B 114 of 255 = 45%

139
195
114

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

Portions of RGB colors in percentages

R + G + B = 139 + 195 + 114 = 448 (100%)
R 139 of 448 ~ 31.03%
G 195 of 448 ~ 43.53%
B 114 of 448 ~ 25.45'%

%31.03
%43.53
%25.45

CMYK color model

#8BC372 color CMYK value is (29,0,42,24).

  • cyan value is 28.72%
  • magenta value is 0.00%
  • yellow value is 41.54%
  • key color value is 23.53%

CMYK: (29,0,42,24)
C29M0Y42K24 (29%, 0%, 42%, 24%)
(0.29 / 0.00 / 0.42 / 0.24)

CMYK percentages

%28.72
%0
%41.54
%23.53

Codes

Color #8BC372 in popluar color models

8B C3 72
RGB 139 195 114
HSL 101° 40.30% 60.59%
HSB/HSV 101° 41.54% 76.47%
CMYK 28.72% 0.00% 41.54%
23.53%

Color #8BC372 in popluar number systems.

HEX 8B C3 72
Decimal 139 195 114
Binary 10001011 11000011 1110010
Octal 213 303 162

Shades and tints

Shades of #8BC372

#8BC372
(139,195,114)
#7FB268
(127,178,104)
#73A15E
(115,161,94)
#679054
(103,144,84)
#5B7F4A
(91,127,74)
#4F6E40
(79,110,64)
#435D36
(67,93,54)
#374C2C
(55,76,44)
#2B3B22
(43,59,34)
#1F2A18
(31,42,24)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #8BC372

#8BC372
(139,195,114)
#95C87E
(149,200,126)
#9FCD8A
(159,205,138)
#A9D296
(169,210,150)
#B3D7A2
(179,215,162)
#BDDCAE
(189,220,174)
#C7E1BA
(199,225,186)
#D1E6C6
(209,230,198)
#DBEBD2
(219,235,210)
#E5F0DE
(229,240,222)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC372 color. Also use rgb(139,195,114) instead hex code.

Text Font Color

.myTextColor { color: #8BC372; }

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

This text font color is #8BC372.

Background Color

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

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

This div background color is #8BC372.

Border color

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

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

This div border color is #8BC372.

Opacity

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

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

Text with #8BC372 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 #8BC372;}

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

This text has shadow with #8BC372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BC372.

Preview

Color preview on black background

This text has color #8BC372 on black background.


Color preview on white background

This text has color #8BC372 on white background.


Black color preview on #8BC372 background

This text has black color on #8BC372 background.


White color preview on #8BC372 background

This text has white color on #8BC372 background.


Related colors

Complementary color

Complementary color for #hex is #743C8D.


I love getcolorcode.com

Triadic colors

1 #728BC3 and #C3728B with #8BC372 are triadic colors.

2 #72C38B and #C38B72 with #8BC372 are triadic colors.