COLOR #8BBC72

HEX: #8BBC72 RGB: (139,188,114)

Color info

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

RGB color model

#8BBC72 color RGB value is (139,188,114).

RGB: (139,188,114) (55%, 74%, 45%)

RGB channels and saturation

R 139 of 255 = 55%
G 188 of 255 = 74%
B 114 of 255 = 45%

139
188
114

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

Portions of RGB colors in percentages

R + G + B = 139 + 188 + 114 = 441 (100%)
R 139 of 441 ~ 31.52%
G 188 of 441 ~ 42.63%
B 114 of 441 ~ 25.85'%

%31.52
%42.63
%25.85

CMYK color model

#8BBC72 color CMYK value is (26,0,39,26).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 39.36%
  • key color value is 26.27%
CMYK: (26,0,39,26) C26M0Y39K26 (26%,0%,39%,26%) (0.26/0.00/0.39/0.26) 

CMYK percentages

%26.06
%0
%39.36
%26.27

Codes

Color #8BBC72 in popluar color models

8B BC 72
RGB 139 188 114
HSL 100° 35.58% 59.22%
HSB/HSV 100° 39.36% 73.73%
CMYK 26.06% 0.00% 39.36%
26.27%

Color #8BBC72 in popluar number systems.

HEX 8B BC 72
Decimal 139 188 114
Binary 10001011 10111100 1110010
Octal 213 274 162

Shades and tints

Shades of #8BBC72

#8BBC72
(139,188,114)
#7FAB68
(127,171,104)
#739A5E
(115,154,94)
#678954
(103,137,84)
#5B784A
(91,120,74)
#4F6740
(79,103,64)
#435636
(67,86,54)
#37452C
(55,69,44)
#2B3422
(43,52,34)
#1F2318
(31,35,24)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #8BBC72

#8BBC72
(139,188,114)
#95C27E
(149,194,126)
#9FC88A
(159,200,138)
#A9CE96
(169,206,150)
#B3D4A2
(179,212,162)
#BDDAAE
(189,218,174)
#C7E0BA
(199,224,186)
#D1E6C6
(209,230,198)
#DBECD2
(219,236,210)
#E5F2DE
(229,242,222)
#EFF8EA
(239,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BBC72; }

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

This text font color is #8BBC72.

Background Color

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

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

This div background color is #8BBC72.

Border color

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

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

This div border color is #8BBC72.

Opacity

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

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

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

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

This text has shadow with #8BBC72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BBC72.

Preview

Color preview on black background

This text has color #8BBC72 on black background.


Color preview on white background

This text has color #8BBC72 on white background.


Black color preview on #8BBC72 background

This text has black color on #8BBC72 background.


White color preview on #8BBC72 background

This text has white color on #8BBC72 background.


Related colors

Complementary color

Complementary color for #hex is #74438D.


I love getcolorcode.com

Triadic colors

1 #728BBC and #BC728B with #8BBC72 are triadic colors.

2 #72BC8B and #BC8B72 with #8BBC72 are triadic colors.