COLOR #86BE5D

HEX: #86BE5D
RGB: (134,190,93)

Color info

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

RGB color model

#86BE5D color RGB value is (134,190,93).

  • red value is 134;
  • green value is 190;
  • blue value is 93.
RGB:
(134,190,93)
(53%,75%,36%)

RGB channels and saturation

R 134 of 255 = 53%
G 190 of 255 = 75%
B 93 of 255 = 36%

134
190
93

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

Portions of RGB colors in percentages

R + G + B =
134 + 190 + 93 = 417 (100%)
R 134 of 417 ~ 32.13%
G 190 of 417 ~ 45.56%
B 93 of 417 ~ 22.3%

%32.13
%45.56
%22.3

CMYK color model

#86BE5D color CMYK value is (29,0,51,25).

  • cyan value is 29.47%
  • magenta value is 0.00%
  • yellow value is 51.05%
  • key color value is 25.49%
CMYK:
(29,0,51,25)
C29M0Y51K25 
(29%,0%,51%,25%)
(0.29/0.00/0.51/0.25)	

CMYK percentages

%29.47
%0
%51.05
%25.49

Codes

Color #86BE5D in popluar color models

86BE5D
RGB13419093
HSL95°42.73%55.49%
HSB/HSV95°51.05%74.51%
CMYK29.47%0.00%51.05%
25.49%

Color #86BE5D in popluar number systems.

HEX86BE5D
Decimal13419093
Binary10000110101111101011101
Octal206276135

Shades and tints

Shades of #86BE5D

#86BE5D
(134,190,93)
#7AAD55
(122,173,85)
#6E9C4D
(110,156,77)
#628B45
(98,139,69)
#567A3D
(86,122,61)
#4A6935
(74,105,53)
#3E582D
(62,88,45)
#324725
(50,71,37)
#26361D
(38,54,29)
#1A2515
(26,37,21)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #86BE5D

#86BE5D
(134,190,93)
#91C36B
(145,195,107)
#9CC879
(156,200,121)
#A7CD87
(167,205,135)
#B2D295
(178,210,149)
#BDD7A3
(189,215,163)
#C8DCB1
(200,220,177)
#D3E1BF
(211,225,191)
#DEE6CD
(222,230,205)
#E9EBDB
(233,235,219)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86BE5D color. Also use rgb(134,190,93) instead hex code.

Text Font Color

.myTextColor { color: #86BE5D; }

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

This text font color is #86BE5D.


Background Color

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

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

This div background color is #86BE5D.


Border color

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

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

This div border color is #86BE5D.


Opacity

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

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

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

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

This text has shadow with #86BE5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BE5D on black background.


Color preview on white background

This text has color #86BE5D on white background.



Black color preview on #86BE5D background

This text has black color on #86BE5D background.


White color preview on #86BE5D background

This text has white color on #86BE5D background.