COLOR #86BF57

HEX: #86BF57
RGB: (134,191,87)

Color info

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

RGB color model

#86BF57 color RGB value is (134,191,87).

  • red value is 134;
  • green value is 191;
  • blue value is 87.
RGB:
(134,191,87)
(53%,75%,34%)

RGB channels and saturation

R 134 of 255 = 53%
G 191 of 255 = 75%
B 87 of 255 = 34%

134
191
87

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

Portions of RGB colors in percentages

R + G + B =
134 + 191 + 87 = 412 (100%)
R 134 of 412 ~ 32.52%
G 191 of 412 ~ 46.36%
B 87 of 412 ~ 21.12%

%32.52
%46.36
%21.12

CMYK color model

#86BF57 color CMYK value is (30,0,54,25).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 54.45%
  • key color value is 25.10%
CMYK:
(30,0,54,25)
C30M0Y54K25 
(30%,0%,54%,25%)
(0.30/0.00/0.54/0.25)	

CMYK percentages

%29.84
%0
%54.45
%25.1

Codes

Color #86BF57 in popluar color models

86BF57
RGB13419187
HSL93°44.83%54.51%
HSB/HSV93°54.45%74.90%
CMYK29.84%0.00%54.45%
25.10%

Color #86BF57 in popluar number systems.

HEX86BF57
Decimal13419187
Binary10000110101111111010111
Octal206277127

Shades and tints

Shades of #86BF57

#86BF57
(134,191,87)
#7AAE50
(122,174,80)
#6E9D49
(110,157,73)
#628C42
(98,140,66)
#567B3B
(86,123,59)
#4A6A34
(74,106,52)
#3E592D
(62,89,45)
#324826
(50,72,38)
#26371F
(38,55,31)
#1A2618
(26,38,24)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #86BF57

#86BF57
(134,191,87)
#91C466
(145,196,102)
#9CC975
(156,201,117)
#A7CE84
(167,206,132)
#B2D393
(178,211,147)
#BDD8A2
(189,216,162)
#C8DDB1
(200,221,177)
#D3E2C0
(211,226,192)
#DEE7CF
(222,231,207)
#E9ECDE
(233,236,222)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86BF57 color. Also use rgb(134,191,87) instead hex code.

Text Font Color

.myTextColor { color: #86BF57; }

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

This text font color is #86BF57.


Background Color

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

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

This div background color is #86BF57.


Border color

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

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

This div border color is #86BF57.


Opacity

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

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

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

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

This text has shadow with #86BF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BF57 on black background.


Color preview on white background

This text has color #86BF57 on white background.



Black color preview on #86BF57 background

This text has black color on #86BF57 background.


White color preview on #86BF57 background

This text has white color on #86BF57 background.