COLOR #86BD64

HEX: #86BD64 RGB: (134,189,100)

Color info

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

RGB color model

#86BD64 color RGB value is (134,189,100).

RGB: (134,189,100) (53%, 74%, 39%)

RGB channels and saturation

R 134 of 255 = 53%
G 189 of 255 = 74%
B 100 of 255 = 39%

134
189
100

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

Portions of RGB colors in percentages

R + G + B = 134 + 189 + 100 = 423 (100%)
R 134 of 423 ~ 31.68%
G 189 of 423 ~ 44.68%
B 100 of 423 ~ 23.64'%

%31.68
%44.68
%23.64

CMYK color model

#86BD64 color CMYK value is (29,0,47,26).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 47.09%
  • key color value is 25.88%

CMYK: (29,0,47,26)
C29M0Y47K26 (29%, 0%, 47%, 26%)
(0.29 / 0.00 / 0.47 / 0.26)

CMYK percentages

%29.1
%0
%47.09
%25.88

Codes

Color #86BD64 in popluar color models

86 BD 64
RGB 134 189 100
HSL 97° 40.27% 56.67%
HSB/HSV 97° 47.09% 74.12%
CMYK 29.10% 0.00% 47.09%
25.88%

Color #86BD64 in popluar number systems.

HEX 86 BD 64
Decimal 134 189 100
Binary 10000110 10111101 1100100
Octal 206 275 144

Shades and tints

Shades of #86BD64

#86BD64
(134,189,100)
#7AAC5B
(122,172,91)
#6E9B52
(110,155,82)
#628A49
(98,138,73)
#567940
(86,121,64)
#4A6837
(74,104,55)
#3E572E
(62,87,46)
#324625
(50,70,37)
#26351C
(38,53,28)
#1A2413
(26,36,19)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #86BD64

#86BD64
(134,189,100)
#91C372
(145,195,114)
#9CC980
(156,201,128)
#A7CF8E
(167,207,142)
#B2D59C
(178,213,156)
#BDDBAA
(189,219,170)
#C8E1B8
(200,225,184)
#D3E7C6
(211,231,198)
#DEEDD4
(222,237,212)
#E9F3E2
(233,243,226)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BD64; }

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

This text font color is #86BD64.

Background Color

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

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

This div background color is #86BD64.

Border color

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

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

This div border color is #86BD64.

Opacity

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

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

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

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

This text has shadow with #86BD64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86BD64.

Preview

Color preview on black background

This text has color #86BD64 on black background.


Color preview on white background

This text has color #86BD64 on white background.


Black color preview on #86BD64 background

This text has black color on #86BD64 background.


White color preview on #86BD64 background

This text has white color on #86BD64 background.


Related colors

Complementary color

Complementary color for #hex is #79429B.


I love getcolorcode.com

Triadic colors

1 #6486BD and #BD6486 with #86BD64 are triadic colors.

2 #64BD86 and #BD8664 with #86BD64 are triadic colors.