COLOR #96BE95

HEX: #96BE95
RGB: (150,190,149)

Color info

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

RGB color model

#96BE95 color RGB value is (150,190,149).

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

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 149 of 255 = 58%

150
190
149

R + G + B ~ 64%. #96BE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 149 = 489 (100%)
R 150 of 489 ~ 30.67%
G 190 of 489 ~ 38.85%
B 149 of 489 ~ 30.47%

%30.67
%38.85
%30.47

CMYK color model

#96BE95 color CMYK value is (21,0,22,25).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 25.49%
CMYK:
(21,0,22,25)
C21M0Y22K25 
(21%,0%,22%,25%)
(0.21/0.00/0.22/0.25)	

CMYK percentages

%21.05
%0
%21.58
%25.49

Codes

Color #96BE95 in popluar color models

96BE95
RGB150190149
HSL119°23.98%66.47%
HSB/HSV119°21.58%74.51%
CMYK21.05%0.00%21.58%
25.49%

Color #96BE95 in popluar number systems.

HEX96BE95
Decimal150190149
Binary100101101011111010010101
Octal226276225

Shades and tints

Shades of #96BE95

#96BE95
(150,190,149)
#89AD88
(137,173,136)
#7C9C7B
(124,156,123)
#6F8B6E
(111,139,110)
#627A61
(98,122,97)
#556954
(85,105,84)
#485847
(72,88,71)
#3B473A
(59,71,58)
#2E362D
(46,54,45)
#212520
(33,37,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #96BE95

#96BE95
(150,190,149)
#9FC39E
(159,195,158)
#A8C8A7
(168,200,167)
#B1CDB0
(177,205,176)
#BAD2B9
(186,210,185)
#C3D7C2
(195,215,194)
#CCDCCB
(204,220,203)
#D5E1D4
(213,225,212)
#DEE6DD
(222,230,221)
#E7EBE6
(231,235,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BE95 color. Also use rgb(150,190,149) instead hex code.

Text Font Color

.myTextColor { color: #96BE95; }

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

This text font color is #96BE95.


Background Color

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

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

This div background color is #96BE95.


Border color

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

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

This div border color is #96BE95.


Opacity

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

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

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

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

This text has shadow with #96BE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BE95 on black background.


Color preview on white background

This text has color #96BE95 on white background.



Black color preview on #96BE95 background

This text has black color on #96BE95 background.


White color preview on #96BE95 background

This text has white color on #96BE95 background.