COLOR #86BD51

HEX: #86BD51
RGB: (134,189,81)

Color info

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

RGB color model

#86BD51 color RGB value is (134,189,81).

  • red value is 134;
  • green value is 189;
  • blue value is 81.
RGB:
(134,189,81)
(53%,74%,32%)

RGB channels and saturation

R 134 of 255 = 53%
G 189 of 255 = 74%
B 81 of 255 = 32%

134
189
81

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

Portions of RGB colors in percentages

R + G + B =
134 + 189 + 81 = 404 (100%)
R 134 of 404 ~ 33.17%
G 189 of 404 ~ 46.78%
B 81 of 404 ~ 20.05%

%33.17
%46.78
%20.05

CMYK color model

#86BD51 color CMYK value is (29,0,57,26).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 25.88%
CMYK:
(29,0,57,26)
C29M0Y57K26 
(29%,0%,57%,26%)
(0.29/0.00/0.57/0.26)	

CMYK percentages

%29.1
%0
%57.14
%25.88

Codes

Color #86BD51 in popluar color models

86BD51
RGB13418981
HSL91°45.00%52.94%
HSB/HSV91°57.14%74.12%
CMYK29.10%0.00%57.14%
25.88%

Color #86BD51 in popluar number systems.

HEX86BD51
Decimal13418981
Binary10000110101111011010001
Octal206275121

Shades and tints

Shades of #86BD51

#86BD51
(134,189,81)
#7AAC4A
(122,172,74)
#6E9B43
(110,155,67)
#628A3C
(98,138,60)
#567935
(86,121,53)
#4A682E
(74,104,46)
#3E5727
(62,87,39)
#324620
(50,70,32)
#263519
(38,53,25)
#1A2412
(26,36,18)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #86BD51

#86BD51
(134,189,81)
#91C360
(145,195,96)
#9CC96F
(156,201,111)
#A7CF7E
(167,207,126)
#B2D58D
(178,213,141)
#BDDB9C
(189,219,156)
#C8E1AB
(200,225,171)
#D3E7BA
(211,231,186)
#DEEDC9
(222,237,201)
#E9F3D8
(233,243,216)
#F4F9E7
(244,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86BD51 color. Also use rgb(134,189,81) instead hex code.

Text Font Color

.myTextColor { color: #86BD51; }

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

This text font color is #86BD51.


Background Color

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

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

This div background color is #86BD51.


Border color

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

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

This div border color is #86BD51.


Opacity

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

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

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

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

This text has shadow with #86BD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BD51 on black background.


Color preview on white background

This text has color #86BD51 on white background.



Black color preview on #86BD51 background

This text has black color on #86BD51 background.


White color preview on #86BD51 background

This text has white color on #86BD51 background.