COLOR #86C476

HEX: #86C476
RGB: (134,196,118)

Color info

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

RGB color model

#86C476 color RGB value is (134,196,118).

  • red value is 134;
  • green value is 196;
  • blue value is 118.
RGB:
(134,196,118)
(53%,77%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 196 of 255 = 77%
B 118 of 255 = 46%

134
196
118

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

Portions of RGB colors in percentages

R + G + B =
134 + 196 + 118 = 448 (100%)
R 134 of 448 ~ 29.91%
G 196 of 448 ~ 43.75%
B 118 of 448 ~ 26.34%

%29.91
%43.75
%26.34

CMYK color model

#86C476 color CMYK value is (32,0,40,23).

  • cyan value is 31.63%
  • magenta value is 0.00%
  • yellow value is 39.80%
  • key color value is 23.14%
CMYK:
(32,0,40,23)
C32M0Y40K23 
(32%,0%,40%,23%)
(0.32/0.00/0.40/0.23)	

CMYK percentages

%31.63
%0
%39.8
%23.14

Codes

Color #86C476 in popluar color models

86C476
RGB134196118
HSL108°39.80%61.57%
HSB/HSV108°39.80%76.86%
CMYK31.63%0.00%39.80%
23.14%

Color #86C476 in popluar number systems.

HEX86C476
Decimal134196118
Binary10000110110001001110110
Octal206304166

Shades and tints

Shades of #86C476

#86C476
(134,196,118)
#7AB36C
(122,179,108)
#6EA262
(110,162,98)
#629158
(98,145,88)
#56804E
(86,128,78)
#4A6F44
(74,111,68)
#3E5E3A
(62,94,58)
#324D30
(50,77,48)
#263C26
(38,60,38)
#1A2B1C
(26,43,28)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #86C476

#86C476
(134,196,118)
#91C982
(145,201,130)
#9CCE8E
(156,206,142)
#A7D39A
(167,211,154)
#B2D8A6
(178,216,166)
#BDDDB2
(189,221,178)
#C8E2BE
(200,226,190)
#D3E7CA
(211,231,202)
#DEECD6
(222,236,214)
#E9F1E2
(233,241,226)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C476 color. Also use rgb(134,196,118) instead hex code.

Text Font Color

.myTextColor { color: #86C476; }

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

This text font color is #86C476.


Background Color

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

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

This div background color is #86C476.


Border color

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

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

This div border color is #86C476.


Opacity

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

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

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

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

This text has shadow with #86C476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C476 on black background.


Color preview on white background

This text has color #86C476 on white background.



Black color preview on #86C476 background

This text has black color on #86C476 background.


White color preview on #86C476 background

This text has white color on #86C476 background.