COLOR #96BB92

HEX: #96BB92
RGB: (150,187,146)

Color info

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

RGB color model

#96BB92 color RGB value is (150,187,146).

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

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 146 of 255 = 57%

150
187
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 187 + 146 = 483 (100%)
R 150 of 483 ~ 31.06%
G 187 of 483 ~ 38.72%
B 146 of 483 ~ 30.23%

%31.06
%38.72
%30.23

CMYK color model

#96BB92 color CMYK value is (20,0,22,27).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(20,0,22,27)
C20M0Y22K27 
(20%,0%,22%,27%)
(0.20/0.00/0.22/0.27)	

CMYK percentages

%19.79
%0
%21.93
%26.67

Codes

Color #96BB92 in popluar color models

96BB92
RGB150187146
HSL114°23.16%65.29%
HSB/HSV114°21.93%73.33%
CMYK19.79%0.00%21.93%
26.67%

Color #96BB92 in popluar number systems.

HEX96BB92
Decimal150187146
Binary100101101011101110010010
Octal226273222

Shades and tints

Shades of #96BB92

#96BB92
(150,187,146)
#89AA85
(137,170,133)
#7C9978
(124,153,120)
#6F886B
(111,136,107)
#62775E
(98,119,94)
#556651
(85,102,81)
#485544
(72,85,68)
#3B4437
(59,68,55)
#2E332A
(46,51,42)
#21221D
(33,34,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #96BB92

#96BB92
(150,187,146)
#9FC19B
(159,193,155)
#A8C7A4
(168,199,164)
#B1CDAD
(177,205,173)
#BAD3B6
(186,211,182)
#C3D9BF
(195,217,191)
#CCDFC8
(204,223,200)
#D5E5D1
(213,229,209)
#DEEBDA
(222,235,218)
#E7F1E3
(231,241,227)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BB92; }

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

This text font color is #96BB92.


Background Color

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

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

This div background color is #96BB92.


Border color

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

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

This div border color is #96BB92.


Opacity

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

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

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

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

This text has shadow with #96BB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BB92 on black background.


Color preview on white background

This text has color #96BB92 on white background.



Black color preview on #96BB92 background

This text has black color on #96BB92 background.


White color preview on #96BB92 background

This text has white color on #96BB92 background.