COLOR #95C38B

HEX: #95C38B
RGB: (149,195,139)

Color info

#95C38B contains red, green and blue colors in about the same proportion. Web safe color of #95C38B is #99CC99 (or #9C9).

RGB color model

#95C38B color RGB value is (149,195,139).

  • red value is 149;
  • green value is 195;
  • blue value is 139.
RGB:
(149,195,139)
(58%,76%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 195 of 255 = 76%
B 139 of 255 = 55%

149
195
139

R + G + B ~ 63%. #95C38B is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 195 + 139 = 483 (100%)
R 149 of 483 ~ 30.85%
G 195 of 483 ~ 40.37%
B 139 of 483 ~ 28.78%

%30.85
%40.37
%28.78

CMYK color model

#95C38B color CMYK value is (24,0,29,24).

  • cyan value is 23.59%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(24,0,29,24)
C24M0Y29K24 
(24%,0%,29%,24%)
(0.24/0.00/0.29/0.24)	

CMYK percentages

%23.59
%0
%28.72
%23.53

Codes

Color #95C38B in popluar color models

95C38B
RGB149195139
HSL109°31.82%65.49%
HSB/HSV109°28.72%76.47%
CMYK23.59%0.00%28.72%
23.53%

Color #95C38B in popluar number systems.

HEX95C38B
Decimal149195139
Binary100101011100001110001011
Octal225303213

Shades and tints

Shades of #95C38B

#95C38B
(149,195,139)
#88B27F
(136,178,127)
#7BA173
(123,161,115)
#6E9067
(110,144,103)
#617F5B
(97,127,91)
#546E4F
(84,110,79)
#475D43
(71,93,67)
#3A4C37
(58,76,55)
#2D3B2B
(45,59,43)
#202A1F
(32,42,31)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #95C38B

#95C38B
(149,195,139)
#9EC895
(158,200,149)
#A7CD9F
(167,205,159)
#B0D2A9
(176,210,169)
#B9D7B3
(185,215,179)
#C2DCBD
(194,220,189)
#CBE1C7
(203,225,199)
#D4E6D1
(212,230,209)
#DDEBDB
(221,235,219)
#E6F0E5
(230,240,229)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C38B color. Also use rgb(149,195,139) instead hex code.

Text Font Color

.myTextColor { color: #95C38B; }

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

This text font color is #95C38B.


Background Color

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

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

This div background color is #95C38B.


Border color

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

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

This div border color is #95C38B.


Opacity

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

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

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

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

This text has shadow with #95C38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C38B on black background.


Color preview on white background

This text has color #95C38B on white background.



Black color preview on #95C38B background

This text has black color on #95C38B background.


White color preview on #95C38B background

This text has white color on #95C38B background.