COLOR #96B591

HEX: #96B591
RGB: (150,181,145)

Color info

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

RGB color model

#96B591 color RGB value is (150,181,145).

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

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 145 of 255 = 57%

150
181
145

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

Portions of RGB colors in percentages

R + G + B =
150 + 181 + 145 = 476 (100%)
R 150 of 476 ~ 31.51%
G 181 of 476 ~ 38.03%
B 145 of 476 ~ 30.46%

%31.51
%38.03
%30.46

CMYK color model

#96B591 color CMYK value is (17,0,20,29).

  • cyan value is 17.13%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 29.02%
CMYK:
(17,0,20,29)
C17M0Y20K29 
(17%,0%,20%,29%)
(0.17/0.00/0.20/0.29)	

CMYK percentages

%17.13
%0
%19.89
%29.02

Codes

Color #96B591 in popluar color models

96B591
RGB150181145
HSL112°19.57%63.92%
HSB/HSV112°19.89%70.98%
CMYK17.13%0.00%19.89%
29.02%

Color #96B591 in popluar number systems.

HEX96B591
Decimal150181145
Binary100101101011010110010001
Octal226265221

Shades and tints

Shades of #96B591

#96B591
(150,181,145)
#89A584
(137,165,132)
#7C9577
(124,149,119)
#6F856A
(111,133,106)
#62755D
(98,117,93)
#556550
(85,101,80)
#485543
(72,85,67)
#3B4536
(59,69,54)
#2E3529
(46,53,41)
#21251C
(33,37,28)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #96B591

#96B591
(150,181,145)
#9FBB9B
(159,187,155)
#A8C1A5
(168,193,165)
#B1C7AF
(177,199,175)
#BACDB9
(186,205,185)
#C3D3C3
(195,211,195)
#CCD9CD
(204,217,205)
#D5DFD7
(213,223,215)
#DEE5E1
(222,229,225)
#E7EBEB
(231,235,235)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B591; }

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

This text font color is #96B591.


Background Color

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

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

This div background color is #96B591.


Border color

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

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

This div border color is #96B591.


Opacity

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

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

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

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

This text has shadow with #96B591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B591 on black background.


Color preview on white background

This text has color #96B591 on white background.



Black color preview on #96B591 background

This text has black color on #96B591 background.


White color preview on #96B591 background

This text has white color on #96B591 background.