COLOR #8BBA71

HEX: #8BBA71 RGB: (139,186,113)

Color info

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

RGB color model

#8BBA71 color RGB value is (139,186,113).

RGB: (139,186,113) (55%, 73%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 186 of 255 = 73%
B 113 of 255 = 44%

139
186
113

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

Portions of RGB colors in percentages

R + G + B = 139 + 186 + 113 = 438 (100%)
R 139 of 438 ~ 31.74%
G 186 of 438 ~ 42.47%
B 113 of 438 ~ 25.8'%

%31.74
%42.47
%25.8

CMYK color model

#8BBA71 color CMYK value is (25,0,39,27).

  • cyan value is 25.27%
  • magenta value is 0.00%
  • yellow value is 39.25%
  • key color value is 27.06%

CMYK: (25,0,39,27)
C25M0Y39K27 (25%, 0%, 39%, 27%)
(0.25 / 0.00 / 0.39 / 0.27)

CMYK percentages

%25.27
%0
%39.25
%27.06

Codes

Color #8BBA71 in popluar color models

8B BA 71
RGB 139 186 113
HSL 99° 34.60% 58.63%
HSB/HSV 99° 39.25% 72.94%
CMYK 25.27% 0.00% 39.25%
27.06%

Color #8BBA71 in popluar number systems.

HEX 8B BA 71
Decimal 139 186 113
Binary 10001011 10111010 1110001
Octal 213 272 161

Shades and tints

Shades of #8BBA71

#8BBA71
(139,186,113)
#7FAA67
(127,170,103)
#739A5D
(115,154,93)
#678A53
(103,138,83)
#5B7A49
(91,122,73)
#4F6A3F
(79,106,63)
#435A35
(67,90,53)
#374A2B
(55,74,43)
#2B3A21
(43,58,33)
#1F2A17
(31,42,23)
#131A0D
(19,26,13)
#000000
(0,0,0)

Tints of #8BBA71

#8BBA71
(139,186,113)
#95C07D
(149,192,125)
#9FC689
(159,198,137)
#A9CC95
(169,204,149)
#B3D2A1
(179,210,161)
#BDD8AD
(189,216,173)
#C7DEB9
(199,222,185)
#D1E4C5
(209,228,197)
#DBEAD1
(219,234,209)
#E5F0DD
(229,240,221)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BBA71 color. Also use rgb(139,186,113) instead hex code.

Text Font Color

.myTextColor { color: #8BBA71; }

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

This text font color is #8BBA71.

Background Color

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

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

This div background color is #8BBA71.

Border color

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

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

This div border color is #8BBA71.

Opacity

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

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

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

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

This text has shadow with #8BBA71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BBA71.

Preview

Color preview on black background

This text has color #8BBA71 on black background.


Color preview on white background

This text has color #8BBA71 on white background.


Black color preview on #8BBA71 background

This text has black color on #8BBA71 background.


White color preview on #8BBA71 background

This text has white color on #8BBA71 background.


Related colors

Complementary color

Complementary color for #hex is #74458E.


I love getcolorcode.com

Triadic colors

1 #718BBA and #BA718B with #8BBA71 are triadic colors.

2 #71BA8B and #BA8B71 with #8BBA71 are triadic colors.