COLOR #96BF96

HEX: #96BF96
RGB: (150,191,150)

Color info

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

RGB color model

#96BF96 color RGB value is (150,191,150).

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

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 150 of 255 = 59%

150
191
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 191 + 150 = 491 (100%)
R 150 of 491 ~ 30.55%
G 191 of 491 ~ 38.9%
B 150 of 491 ~ 30.55%

%30.55
%38.9
%30.55

CMYK color model

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

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK:
(21,0,21,25)
C21M0Y21K25 
(21%,0%,21%,25%)
(0.21/0.00/0.21/0.25)	

CMYK percentages

%21.47
%0
%21.47
%25.1

Codes

Color #96BF96 in popluar color models

96BF96
RGB150191150
HSL120°24.26%66.86%
HSB/HSV120°21.47%74.90%
CMYK21.47%0.00%21.47%
25.10%

Color #96BF96 in popluar number systems.

HEX96BF96
Decimal150191150
Binary100101101011111110010110
Octal226277226

Shades and tints

Shades of #96BF96

#96BF96
(150,191,150)
#89AE89
(137,174,137)
#7C9D7C
(124,157,124)
#6F8C6F
(111,140,111)
#627B62
(98,123,98)
#556A55
(85,106,85)
#485948
(72,89,72)
#3B483B
(59,72,59)
#2E372E
(46,55,46)
#212621
(33,38,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #96BF96

#96BF96
(150,191,150)
#9FC49F
(159,196,159)
#A8C9A8
(168,201,168)
#B1CEB1
(177,206,177)
#BAD3BA
(186,211,186)
#C3D8C3
(195,216,195)
#CCDDCC
(204,221,204)
#D5E2D5
(213,226,213)
#DEE7DE
(222,231,222)
#E7ECE7
(231,236,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BF96; }

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

This text font color is #96BF96.


Background Color

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

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

This div background color is #96BF96.


Border color

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

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

This div border color is #96BF96.


Opacity

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

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

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

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

This text has shadow with #96BF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BF96 on black background.


Color preview on white background

This text has color #96BF96 on white background.



Black color preview on #96BF96 background

This text has black color on #96BF96 background.


White color preview on #96BF96 background

This text has white color on #96BF96 background.