COLOR #96C38B

HEX: #96C38B
RGB: (150,195,139)

Color info

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

RGB color model

#96C38B color RGB value is (150,195,139).

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

RGB channels and saturation

R 150 of 255 = 59%
G 195 of 255 = 76%
B 139 of 255 = 55%

150
195
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 195 + 139 = 484 (100%)
R 150 of 484 ~ 30.99%
G 195 of 484 ~ 40.29%
B 139 of 484 ~ 28.72%

%30.99
%40.29
%28.72

CMYK color model

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

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(23,0,29,24)
C23M0Y29K24 
(23%,0%,29%,24%)
(0.23/0.00/0.29/0.24)	

CMYK percentages

%23.08
%0
%28.72
%23.53

Codes

Color #96C38B in popluar color models

96C38B
RGB150195139
HSL108°31.82%65.49%
HSB/HSV108°28.72%76.47%
CMYK23.08%0.00%28.72%
23.53%

Color #96C38B in popluar number systems.

HEX96C38B
Decimal150195139
Binary100101101100001110001011
Octal226303213

Shades and tints

Shades of #96C38B

#96C38B
(150,195,139)
#89B27F
(137,178,127)
#7CA173
(124,161,115)
#6F9067
(111,144,103)
#627F5B
(98,127,91)
#556E4F
(85,110,79)
#485D43
(72,93,67)
#3B4C37
(59,76,55)
#2E3B2B
(46,59,43)
#212A1F
(33,42,31)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #96C38B

#96C38B
(150,195,139)
#9FC895
(159,200,149)
#A8CD9F
(168,205,159)
#B1D2A9
(177,210,169)
#BAD7B3
(186,215,179)
#C3DCBD
(195,220,189)
#CCE1C7
(204,225,199)
#D5E6D1
(213,230,209)
#DEEBDB
(222,235,219)
#E7F0E5
(231,240,229)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C38B; }

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

This text font color is #96C38B.


Background Color

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

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

This div background color is #96C38B.


Border color

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

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

This div border color is #96C38B.


Opacity

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

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

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

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

This text has shadow with #96C38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C38B on black background.


Color preview on white background

This text has color #96C38B on white background.



Black color preview on #96C38B background

This text has black color on #96C38B background.


White color preview on #96C38B background

This text has white color on #96C38B background.