COLOR #96BA91

HEX: #96BA91
RGB: (150,186,145)

Color info

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

RGB color model

#96BA91 color RGB value is (150,186,145).

  • red value is 150;
  • green value is 186;
  • blue value is 145.
RGB:
(150,186,145)
(59%,73%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 145 of 255 = 57%

150
186
145

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

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 145 = 481 (100%)
R 150 of 481 ~ 31.19%
G 186 of 481 ~ 38.67%
B 145 of 481 ~ 30.15%

%31.19
%38.67
%30.15

CMYK color model

#96BA91 color CMYK value is (19,0,22,27).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 22.04%
  • key color value is 27.06%
CMYK:
(19,0,22,27)
C19M0Y22K27 
(19%,0%,22%,27%)
(0.19/0.00/0.22/0.27)	

CMYK percentages

%19.35
%0
%22.04
%27.06

Codes

Color #96BA91 in popluar color models

96BA91
RGB150186145
HSL113°22.91%64.90%
HSB/HSV113°22.04%72.94%
CMYK19.35%0.00%22.04%
27.06%

Color #96BA91 in popluar number systems.

HEX96BA91
Decimal150186145
Binary100101101011101010010001
Octal226272221

Shades and tints

Shades of #96BA91

#96BA91
(150,186,145)
#89AA84
(137,170,132)
#7C9A77
(124,154,119)
#6F8A6A
(111,138,106)
#627A5D
(98,122,93)
#556A50
(85,106,80)
#485A43
(72,90,67)
#3B4A36
(59,74,54)
#2E3A29
(46,58,41)
#212A1C
(33,42,28)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #96BA91

#96BA91
(150,186,145)
#9FC09B
(159,192,155)
#A8C6A5
(168,198,165)
#B1CCAF
(177,204,175)
#BAD2B9
(186,210,185)
#C3D8C3
(195,216,195)
#CCDECD
(204,222,205)
#D5E4D7
(213,228,215)
#DEEAE1
(222,234,225)
#E7F0EB
(231,240,235)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BA91 color. Also use rgb(150,186,145) instead hex code.

Text Font Color

.myTextColor { color: #96BA91; }

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

This text font color is #96BA91.


Background Color

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

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

This div background color is #96BA91.


Border color

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

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

This div border color is #96BA91.


Opacity

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

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

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

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

This text has shadow with #96BA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BA91 on black background.


Color preview on white background

This text has color #96BA91 on white background.



Black color preview on #96BA91 background

This text has black color on #96BA91 background.


White color preview on #96BA91 background

This text has white color on #96BA91 background.