COLOR #95A856

HEX: #95A856
RGB: (149,168,86)

Color info

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

RGB color model

#95A856 color RGB value is (149,168,86).

  • red value is 149;
  • green value is 168;
  • blue value is 86.
RGB: (149,168,86) (58%,66%,34%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 86 of 255 = 34%

149
168
86

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

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 86 = 403 (100%)
R 149 of 403 ~ 36.97%
G 168 of 403 ~ 41.69%
B 86 of 403 ~ 21.34%

%36.97
%41.69
%21.34

CMYK color model

#95A856 color CMYK value is (11,0,49,34).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 48.81%
  • key color value is 34.12%
CMYK: (11,0,49,34) C11M0Y49K34 (11%,0%,49%,34%) (0.11/0.00/0.49/0.34)

CMYK percentages

%11.31
%0
%48.81
%34.12

Codes

Color #95A856 in popluar color models

95A856
RGB14916886
HSL74°32.28%49.80%
HSB/HSV74°48.81%65.88%
CMYK11.31%0.00%48.81%
34.12%

Color #95A856 in popluar number systems.

HEX95A856
Decimal14916886
Binary10010101101010001010110
Octal225250126

Shades and tints

Shades of #95A856

#95A856
(149,168,86)
#88994F
(136,153,79)
#7B8A48
(123,138,72)
#6E7B41
(110,123,65)
#616C3A
(97,108,58)
#545D33
(84,93,51)
#474E2C
(71,78,44)
#3A3F25
(58,63,37)
#2D301E
(45,48,30)
#202117
(32,33,23)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #95A856

#95A856
(149,168,86)
#9EAF65
(158,175,101)
#A7B674
(167,182,116)
#B0BD83
(176,189,131)
#B9C492
(185,196,146)
#C2CBA1
(194,203,161)
#CBD2B0
(203,210,176)
#D4D9BF
(212,217,191)
#DDE0CE
(221,224,206)
#E6E7DD
(230,231,221)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A856 color. Also use rgb(149,168,86) instead hex code.

Text Font Color

.myTextColor { color: #95A856; }

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

This text font color is #95A856.


Background Color

.myBgColor { background-color: #95A856; }

<div style="background-color:#95A856">Inner text</div>

This div background color is #95A856.


Border color

.myBorderColor { border: 1px solid #95A856; }

<div style="border:3px solid #95A856">Div</div>

This div border color is #95A856.


Opacity

.myOpacity80 { color: #95A856; opacity: 0.8; }

<p style="color:#95A856;opacity:0.8;">80%</p>

Text with #95A856 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 #95A856;}

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

This text has shadow with #95A856 color.

.textShadow {text-shadow: 3px 3px 1px #95A856, 3px 3px 1px red;}

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

This text has shadow with #95A856 primary color and red secondary color.


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

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

This text has shadow with #95A856 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #95A856; -webkit-box-shadow:	1px 1px 3px 2px #95A856; box-shadow:	1px 1px 3px 2px #95A856; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #95A856; -webkit-box-shadow: 1px 1px 3px 2px #95A856; box-shadow:1px 1px 3px 2px #95A856;">
Div content here</div>
This div box has shadow with color #95A856.

Preview

Color preview on black background

This text has color #95A856 on black background.


Color preview on white background

This text has color #95A856 on white background.



Black color preview on #95A856 background

This text has black color on #95A856 background.


White color preview on #95A856 background

This text has white color on #95A856 background.