COLOR #95B56B

HEX: #95B56B
RGB: (149,181,107)

Color info

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

RGB color model

#95B56B color RGB value is (149,181,107).

  • red value is 149;
  • green value is 181;
  • blue value is 107.
RGB:
(149,181,107)
(58%,71%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 181 of 255 = 71%
B 107 of 255 = 42%

149
181
107

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

Portions of RGB colors in percentages

R + G + B =
149 + 181 + 107 = 437 (100%)
R 149 of 437 ~ 34.1%
G 181 of 437 ~ 41.42%
B 107 of 437 ~ 24.49%

%34.1
%41.42
%24.49

CMYK color model

#95B56B color CMYK value is (18,0,41,29).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 40.88%
  • key color value is 29.02%
CMYK:
(18,0,41,29)
C18M0Y41K29 
(18%,0%,41%,29%)
(0.18/0.00/0.41/0.29)	

CMYK percentages

%17.68
%0
%40.88
%29.02

Codes

Color #95B56B in popluar color models

95B56B
RGB149181107
HSL86°33.33%56.47%
HSB/HSV86°40.88%70.98%
CMYK17.68%0.00%40.88%
29.02%

Color #95B56B in popluar number systems.

HEX95B56B
Decimal149181107
Binary10010101101101011101011
Octal225265153

Shades and tints

Shades of #95B56B

#95B56B
(149,181,107)
#88A562
(136,165,98)
#7B9559
(123,149,89)
#6E8550
(110,133,80)
#617547
(97,117,71)
#54653E
(84,101,62)
#475535
(71,85,53)
#3A452C
(58,69,44)
#2D3523
(45,53,35)
#20251A
(32,37,26)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #95B56B

#95B56B
(149,181,107)
#9EBB78
(158,187,120)
#A7C185
(167,193,133)
#B0C792
(176,199,146)
#B9CD9F
(185,205,159)
#C2D3AC
(194,211,172)
#CBD9B9
(203,217,185)
#D4DFC6
(212,223,198)
#DDE5D3
(221,229,211)
#E6EBE0
(230,235,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B56B color. Also use rgb(149,181,107) instead hex code.

Text Font Color

.myTextColor { color: #95B56B; }

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

This text font color is #95B56B.


Background Color

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

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

This div background color is #95B56B.


Border color

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

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

This div border color is #95B56B.


Opacity

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

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

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

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

This text has shadow with #95B56B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B56B on black background.


Color preview on white background

This text has color #95B56B on white background.



Black color preview on #95B56B background

This text has black color on #95B56B background.


White color preview on #95B56B background

This text has white color on #95B56B background.