COLOR #95C596

HEX: #95C596
RGB: (149,197,150)

Color info

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

RGB color model

#95C596 color RGB value is (149,197,150).

  • red value is 149;
  • green value is 197;
  • blue value is 150.
RGB:
(149,197,150)
(58%,77%,59%)

RGB channels and saturation

R 149 of 255 = 58%
G 197 of 255 = 77%
B 150 of 255 = 59%

149
197
150

R + G + B ~ 65%. #95C596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 197 + 150 = 496 (100%)
R 149 of 496 ~ 30.04%
G 197 of 496 ~ 39.72%
B 150 of 496 ~ 30.24%

%30.04
%39.72
%30.24

CMYK color model

#95C596 color CMYK value is (24,0,24,23).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 22.75%
CMYK:
(24,0,24,23)
C24M0Y24K23 
(24%,0%,24%,23%)
(0.24/0.00/0.24/0.23)	

CMYK percentages

%24.37
%0
%23.86
%22.75

Codes

Color #95C596 in popluar color models

95C596
RGB149197150
HSL121°29.27%67.84%
HSB/HSV121°24.37%77.25%
CMYK24.37%0.00%23.86%
22.75%

Color #95C596 in popluar number systems.

HEX95C596
Decimal149197150
Binary100101011100010110010110
Octal225305226

Shades and tints

Shades of #95C596

#95C596
(149,197,150)
#88B489
(136,180,137)
#7BA37C
(123,163,124)
#6E926F
(110,146,111)
#618162
(97,129,98)
#547055
(84,112,85)
#475F48
(71,95,72)
#3A4E3B
(58,78,59)
#2D3D2E
(45,61,46)
#202C21
(32,44,33)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #95C596

#95C596
(149,197,150)
#9ECA9F
(158,202,159)
#A7CFA8
(167,207,168)
#B0D4B1
(176,212,177)
#B9D9BA
(185,217,186)
#C2DEC3
(194,222,195)
#CBE3CC
(203,227,204)
#D4E8D5
(212,232,213)
#DDEDDE
(221,237,222)
#E6F2E7
(230,242,231)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C596 color. Also use rgb(149,197,150) instead hex code.

Text Font Color

.myTextColor { color: #95C596; }

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

This text font color is #95C596.


Background Color

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

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

This div background color is #95C596.


Border color

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

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

This div border color is #95C596.


Opacity

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

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

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

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

This text has shadow with #95C596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C596 on black background.


Color preview on white background

This text has color #95C596 on white background.



Black color preview on #95C596 background

This text has black color on #95C596 background.


White color preview on #95C596 background

This text has white color on #95C596 background.