COLOR #86C365

HEX: #86C365
RGB: (134,195,101)

Color info

#86C365 contains mainly green color. Web safe color of #86C365 is #99CC66 (or #9C6).

RGB color model

#86C365 color RGB value is (134,195,101).

  • red value is 134;
  • green value is 195;
  • blue value is 101.
RGB:
(134,195,101)
(53%,76%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 195 of 255 = 76%
B 101 of 255 = 40%

134
195
101

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

Portions of RGB colors in percentages

R + G + B =
134 + 195 + 101 = 430 (100%)
R 134 of 430 ~ 31.16%
G 195 of 430 ~ 45.35%
B 101 of 430 ~ 23.49%

%31.16
%45.35
%23.49

CMYK color model

#86C365 color CMYK value is (31,0,48,24).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 48.21%
  • key color value is 23.53%
CMYK:
(31,0,48,24)
C31M0Y48K24 
(31%,0%,48%,24%)
(0.31/0.00/0.48/0.24)	

CMYK percentages

%31.28
%0
%48.21
%23.53

Codes

Color #86C365 in popluar color models

86C365
RGB134195101
HSL99°43.93%58.04%
HSB/HSV99°48.21%76.47%
CMYK31.28%0.00%48.21%
23.53%

Color #86C365 in popluar number systems.

HEX86C365
Decimal134195101
Binary10000110110000111100101
Octal206303145

Shades and tints

Shades of #86C365

#86C365
(134,195,101)
#7AB25C
(122,178,92)
#6EA153
(110,161,83)
#62904A
(98,144,74)
#567F41
(86,127,65)
#4A6E38
(74,110,56)
#3E5D2F
(62,93,47)
#324C26
(50,76,38)
#263B1D
(38,59,29)
#1A2A14
(26,42,20)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #86C365

#86C365
(134,195,101)
#91C873
(145,200,115)
#9CCD81
(156,205,129)
#A7D28F
(167,210,143)
#B2D79D
(178,215,157)
#BDDCAB
(189,220,171)
#C8E1B9
(200,225,185)
#D3E6C7
(211,230,199)
#DEEBD5
(222,235,213)
#E9F0E3
(233,240,227)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C365 color. Also use rgb(134,195,101) instead hex code.

Text Font Color

.myTextColor { color: #86C365; }

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

This text font color is #86C365.


Background Color

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

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

This div background color is #86C365.


Border color

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

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

This div border color is #86C365.


Opacity

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

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

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

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

This text has shadow with #86C365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C365 on black background.


Color preview on white background

This text has color #86C365 on white background.



Black color preview on #86C365 background

This text has black color on #86C365 background.


White color preview on #86C365 background

This text has white color on #86C365 background.