COLOR #96C185

HEX: #96C185
RGB: (150,193,133)

Color info

#96C185 contains mainly red and green colors. Web safe color of #96C185 is #99CC99 (or #9C9).

RGB color model

#96C185 color RGB value is (150,193,133).

  • red value is 150;
  • green value is 193;
  • blue value is 133.
RGB:
(150,193,133)
(59%,76%,52%)

RGB channels and saturation

R 150 of 255 = 59%
G 193 of 255 = 76%
B 133 of 255 = 52%

150
193
133

R + G + B ~ 62%. #96C185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 193 + 133 = 476 (100%)
R 150 of 476 ~ 31.51%
G 193 of 476 ~ 40.55%
B 133 of 476 ~ 27.94%

%31.51
%40.55
%27.94

CMYK color model

#96C185 color CMYK value is (22,0,31,24).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 24.31%
CMYK:
(22,0,31,24)
C22M0Y31K24 
(22%,0%,31%,24%)
(0.22/0.00/0.31/0.24)	

CMYK percentages

%22.28
%0
%31.09
%24.31

Codes

Color #96C185 in popluar color models

96C185
RGB150193133
HSL103°32.61%63.92%
HSB/HSV103°31.09%75.69%
CMYK22.28%0.00%31.09%
24.31%

Color #96C185 in popluar number systems.

HEX96C185
Decimal150193133
Binary100101101100000110000101
Octal226301205

Shades and tints

Shades of #96C185

#96C185
(150,193,133)
#89B079
(137,176,121)
#7C9F6D
(124,159,109)
#6F8E61
(111,142,97)
#627D55
(98,125,85)
#556C49
(85,108,73)
#485B3D
(72,91,61)
#3B4A31
(59,74,49)
#2E3925
(46,57,37)
#212819
(33,40,25)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #96C185

#96C185
(150,193,133)
#9FC690
(159,198,144)
#A8CB9B
(168,203,155)
#B1D0A6
(177,208,166)
#BAD5B1
(186,213,177)
#C3DABC
(195,218,188)
#CCDFC7
(204,223,199)
#D5E4D2
(213,228,210)
#DEE9DD
(222,233,221)
#E7EEE8
(231,238,232)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C185 color. Also use rgb(150,193,133) instead hex code.

Text Font Color

.myTextColor { color: #96C185; }

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

This text font color is #96C185.


Background Color

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

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

This div background color is #96C185.


Border color

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

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

This div border color is #96C185.


Opacity

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

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

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

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

This text has shadow with #96C185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C185 on black background.


Color preview on white background

This text has color #96C185 on white background.



Black color preview on #96C185 background

This text has black color on #96C185 background.


White color preview on #96C185 background

This text has white color on #96C185 background.