COLOR #96B392

HEX: #96B392
RGB: (150,179,146)

Color info

#96B392 contains red, green and blue colors in about the same proportion. Web safe color of #96B392 is #999999 (or #999).

RGB color model

#96B392 color RGB value is (150,179,146).

  • red value is 150;
  • green value is 179;
  • blue value is 146.
RGB:
(150,179,146)
(59%,70%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 146 of 255 = 57%

150
179
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 146 = 475 (100%)
R 150 of 475 ~ 31.58%
G 179 of 475 ~ 37.68%
B 146 of 475 ~ 30.74%

%31.58
%37.68
%30.74

CMYK color model

#96B392 color CMYK value is (16,0,18,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 18.44%
  • key color value is 29.80%
CMYK:
(16,0,18,30)
C16M0Y18K30 
(16%,0%,18%,30%)
(0.16/0.00/0.18/0.30)	

CMYK percentages

%16.2
%0
%18.44
%29.8

Codes

Color #96B392 in popluar color models

96B392
RGB150179146
HSL113°17.84%63.73%
HSB/HSV113°18.44%70.20%
CMYK16.20%0.00%18.44%
29.80%

Color #96B392 in popluar number systems.

HEX96B392
Decimal150179146
Binary100101101011001110010010
Octal226263222

Shades and tints

Shades of #96B392

#96B392
(150,179,146)
#89A385
(137,163,133)
#7C9378
(124,147,120)
#6F836B
(111,131,107)
#62735E
(98,115,94)
#556351
(85,99,81)
#485344
(72,83,68)
#3B4337
(59,67,55)
#2E332A
(46,51,42)
#21231D
(33,35,29)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #96B392

#96B392
(150,179,146)
#9FB99B
(159,185,155)
#A8BFA4
(168,191,164)
#B1C5AD
(177,197,173)
#BACBB6
(186,203,182)
#C3D1BF
(195,209,191)
#CCD7C8
(204,215,200)
#D5DDD1
(213,221,209)
#DEE3DA
(222,227,218)
#E7E9E3
(231,233,227)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B392 color. Also use rgb(150,179,146) instead hex code.

Text Font Color

.myTextColor { color: #96B392; }

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

This text font color is #96B392.


Background Color

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

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

This div background color is #96B392.


Border color

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

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

This div border color is #96B392.


Opacity

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

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

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

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

This text has shadow with #96B392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B392 on black background.


Color preview on white background

This text has color #96B392 on white background.



Black color preview on #96B392 background

This text has black color on #96B392 background.


White color preview on #96B392 background

This text has white color on #96B392 background.