COLOR #86B127

HEX: #86B127
RGB: (134,177,39)

Color info

#86B127 contains mainly red and green colors. Web safe color of #86B127 is #999933 (or #993).

RGB color model

#86B127 color RGB value is (134,177,39).

  • red value is 134;
  • green value is 177;
  • blue value is 39.
RGB:
(134,177,39)
(53%,69%,15%)

RGB channels and saturation

R 134 of 255 = 53%
G 177 of 255 = 69%
B 39 of 255 = 15%

134
177
39

R + G + B ~ 46%. #86B127 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 177 + 39 = 350 (100%)
R 134 of 350 ~ 38.29%
G 177 of 350 ~ 50.57%
B 39 of 350 ~ 11.14%

%38.29
%50.57
%11.14

CMYK color model

#86B127 color CMYK value is (24,0,78,31).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 30.59%
CMYK:
(24,0,78,31)
C24M0Y78K31 
(24%,0%,78%,31%)
(0.24/0.00/0.78/0.31)	

CMYK percentages

%24.29
%0
%77.97
%30.59

Codes

Color #86B127 in popluar color models

86B127
RGB13417739
HSL79°63.89%42.35%
HSB/HSV79°77.97%69.41%
CMYK24.29%0.00%77.97%
30.59%

Color #86B127 in popluar number systems.

HEX86B127
Decimal13417739
Binary1000011010110001100111
Octal20626147

Shades and tints

Shades of #86B127

#86B127
(134,177,39)
#7AA124
(122,161,36)
#6E9121
(110,145,33)
#62811E
(98,129,30)
#56711B
(86,113,27)
#4A6118
(74,97,24)
#3E5115
(62,81,21)
#324112
(50,65,18)
#26310F
(38,49,15)
#1A210C
(26,33,12)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #86B127

#86B127
(134,177,39)
#91B83A
(145,184,58)
#9CBF4D
(156,191,77)
#A7C660
(167,198,96)
#B2CD73
(178,205,115)
#BDD486
(189,212,134)
#C8DB99
(200,219,153)
#D3E2AC
(211,226,172)
#DEE9BF
(222,233,191)
#E9F0D2
(233,240,210)
#F4F7E5
(244,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B127 color. Also use rgb(134,177,39) instead hex code.

Text Font Color

.myTextColor { color: #86B127; }

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

This text font color is #86B127.


Background Color

.myBgColor { background-color: #86B127; }

<div style="background-color:#86B127">Inner text</div>

This div background color is #86B127.


Border color

.myBorderColor { border: 1px solid #86B127; }

<div style="border:3px solid #86B127">Div</div>

This div border color is #86B127.


Opacity

.myOpacity80 { color: #86B127; opacity: 0.8; }

<p style="color:#86B127;opacity:0.8;">80%</p>

Text with #86B127 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 #86B127;}

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

This text has shadow with #86B127 color.

.textShadow {text-shadow: 3px 3px 1px #86B127, 3px 3px 1px red;}

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

This text has shadow with #86B127 primary color and red secondary color.


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

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

This text has shadow with #86B127 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #86B127;
-webkit-box-shadow: 1px 1px 3px 2px #86B127;
box-shadow:1px 1px 3px 2px #86B127;">
Div content here</div>
This div box has shadow with color #86B127.

Preview

Color preview on black background

This text has color #86B127 on black background.


Color preview on white background

This text has color #86B127 on white background.



Black color preview on #86B127 background

This text has black color on #86B127 background.


White color preview on #86B127 background

This text has white color on #86B127 background.