COLOR #8BBC70

HEX: #8BBC70 RGB: (139,188,112)

Color info

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

RGB color model

#8BBC70 color RGB value is (139,188,112).

RGB: (139,188,112) (55%, 74%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 188 of 255 = 74%
B 112 of 255 = 44%

139
188
112

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

Portions of RGB colors in percentages

R + G + B = 139 + 188 + 112 = 439 (100%)
R 139 of 439 ~ 31.66%
G 188 of 439 ~ 42.82%
B 112 of 439 ~ 25.51'%

%31.66
%42.82
%25.51

CMYK color model

#8BBC70 color CMYK value is (26,0,40,26).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 40.43%
  • key color value is 26.27%

CMYK: (26,0,40,26)
C26M0Y40K26 (26%, 0%, 40%, 26%)
(0.26 / 0.00 / 0.40 / 0.26)

CMYK percentages

%26.06
%0
%40.43
%26.27

Codes

Color #8BBC70 in popluar color models

8B BC 70
RGB 139 188 112
HSL 99° 36.19% 58.82%
HSB/HSV 99° 40.43% 73.73%
CMYK 26.06% 0.00% 40.43%
26.27%

Color #8BBC70 in popluar number systems.

HEX 8B BC 70
Decimal 139 188 112
Binary 10001011 10111100 1110000
Octal 213 274 160

Shades and tints

Shades of #8BBC70

#8BBC70
(139,188,112)
#7FAB66
(127,171,102)
#739A5C
(115,154,92)
#678952
(103,137,82)
#5B7848
(91,120,72)
#4F673E
(79,103,62)
#435634
(67,86,52)
#37452A
(55,69,42)
#2B3420
(43,52,32)
#1F2316
(31,35,22)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #8BBC70

#8BBC70
(139,188,112)
#95C27D
(149,194,125)
#9FC88A
(159,200,138)
#A9CE97
(169,206,151)
#B3D4A4
(179,212,164)
#BDDAB1
(189,218,177)
#C7E0BE
(199,224,190)
#D1E6CB
(209,230,203)
#DBECD8
(219,236,216)
#E5F2E5
(229,242,229)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BBC70 color. Also use rgb(139,188,112) instead hex code.

Text Font Color

.myTextColor { color: #8BBC70; }

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

This text font color is #8BBC70.

Background Color

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

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

This div background color is #8BBC70.

Border color

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

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

This div border color is #8BBC70.

Opacity

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

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

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

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

This text has shadow with #8BBC70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BBC70.

Preview

Color preview on black background

This text has color #8BBC70 on black background.


Color preview on white background

This text has color #8BBC70 on white background.


Black color preview on #8BBC70 background

This text has black color on #8BBC70 background.


White color preview on #8BBC70 background

This text has white color on #8BBC70 background.


Related colors

Complementary color

Complementary color for #hex is #74438F.


I love getcolorcode.com

Triadic colors

1 #708BBC and #BC708B with #8BBC70 are triadic colors.

2 #70BC8B and #BC8B70 with #8BBC70 are triadic colors.