COLOR #86A259

HEX: #86A259 RGB: (134,162,89)

Color info

#86A259 contains mainly red and green colors. Web safe color of #86A259 is #999966 (or #996).

RGB color model

#86A259 color RGB value is (134,162,89).

RGB: (134,162,89) (53%, 64%, 35%)

RGB channels and saturation

R 134 of 255 = 53%
G 162 of 255 = 64%
B 89 of 255 = 35%

134
162
89

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

Portions of RGB colors in percentages

R + G + B = 134 + 162 + 89 = 385 (100%)
R 134 of 385 ~ 34.81%
G 162 of 385 ~ 42.08%
B 89 of 385 ~ 23.12'%

%34.81
%42.08
%23.12

CMYK color model

#86A259 color CMYK value is (17,0,45,36).

  • cyan value is 17.28%
  • magenta value is 0.00%
  • yellow value is 45.06%
  • key color value is 36.47%

CMYK: (17,0,45,36)
C17M0Y45K36 (17%, 0%, 45%, 36%)
(0.17 / 0.00 / 0.45 / 0.36)

CMYK percentages

%17.28
%0
%45.06
%36.47

Codes

Color #86A259 in popluar color models

86 A2 59
RGB 134 162 89
HSL 83° 29.08% 49.22%
HSB/HSV 83° 45.06% 63.53%
CMYK 17.28% 0.00% 45.06%
36.47%

Color #86A259 in popluar number systems.

HEX 86 A2 59
Decimal 134 162 89
Binary 10000110 10100010 1011001
Octal 206 242 131

Shades and tints

Shades of #86A259

#86A259
(134,162,89)
#7A9451
(122,148,81)
#6E8649
(110,134,73)
#627841
(98,120,65)
#566A39
(86,106,57)
#4A5C31
(74,92,49)
#3E4E29
(62,78,41)
#324021
(50,64,33)
#263219
(38,50,25)
#1A2411
(26,36,17)
#0E1609
(14,22,9)
#000000
(0,0,0)

Tints of #86A259

#86A259
(134,162,89)
#91AA68
(145,170,104)
#9CB277
(156,178,119)
#A7BA86
(167,186,134)
#B2C295
(178,194,149)
#BDCAA4
(189,202,164)
#C8D2B3
(200,210,179)
#D3DAC2
(211,218,194)
#DEE2D1
(222,226,209)
#E9EAE0
(233,234,224)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A259 color. Also use rgb(134,162,89) instead hex code.

Text Font Color

.myTextColor { color: #86A259; }

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

This text font color is #86A259.

Background Color

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

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

This div background color is #86A259.

Border color

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

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

This div border color is #86A259.

Opacity

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

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

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

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

This text has shadow with #86A259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86A259.

Preview

Color preview on black background

This text has color #86A259 on black background.


Color preview on white background

This text has color #86A259 on white background.


Black color preview on #86A259 background

This text has black color on #86A259 background.


White color preview on #86A259 background

This text has white color on #86A259 background.


Related colors

Complementary color

Complementary color for #hex is #795DA6.


I love getcolorcode.com

Triadic colors

1 #5986A2 and #A25986 with #86A259 are triadic colors.

2 #59A286 and #A28659 with #86A259 are triadic colors.