COLOR #96BF80

HEX: #96BF80
RGB: (150,191,128)

Color info

#96BF80 contains mainly red and green colors. Web safe color of #96BF80 is #99CC66 (or #9C6).

RGB color model

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

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

RGB channels and saturation

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

150
191
128

R + G + B ~ 61%. #96BF80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 191 + 128 = 469 (100%)
R 150 of 469 ~ 31.98%
G 191 of 469 ~ 40.72%
B 128 of 469 ~ 27.29%

%31.98
%40.72
%27.29

CMYK color model

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

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

CMYK percentages

%21.47
%0
%32.98
%25.1

Codes

Color #96BF80 in popluar color models

96BF80
RGB150191128
HSL99°32.98%62.55%
HSB/HSV99°32.98%74.90%
CMYK21.47%0.00%32.98%
25.10%

Color #96BF80 in popluar number systems.

HEX96BF80
Decimal150191128
Binary100101101011111110000000
Octal226277200

Shades and tints

Shades of #96BF80

#96BF80
(150,191,128)
#89AE75
(137,174,117)
#7C9D6A
(124,157,106)
#6F8C5F
(111,140,95)
#627B54
(98,123,84)
#556A49
(85,106,73)
#48593E
(72,89,62)
#3B4833
(59,72,51)
#2E3728
(46,55,40)
#21261D
(33,38,29)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #96BF80

#96BF80
(150,191,128)
#9FC48B
(159,196,139)
#A8C996
(168,201,150)
#B1CEA1
(177,206,161)
#BAD3AC
(186,211,172)
#C3D8B7
(195,216,183)
#CCDDC2
(204,221,194)
#D5E2CD
(213,226,205)
#DEE7D8
(222,231,216)
#E7ECE3
(231,236,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BF80; }

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

This text font color is #96BF80.


Background Color

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

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

This div background color is #96BF80.


Border color

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

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

This div border color is #96BF80.


Opacity

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

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

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

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

This text has shadow with #96BF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BF80 on black background.


Color preview on white background

This text has color #96BF80 on white background.



Black color preview on #96BF80 background

This text has black color on #96BF80 background.


White color preview on #96BF80 background

This text has white color on #96BF80 background.