COLOR #96BC81

HEX: #96BC81
RGB: (150,188,129)

Color info

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

RGB color model

#96BC81 color RGB value is (150,188,129).

  • red value is 150;
  • green value is 188;
  • blue value is 129.
RGB:
(150,188,129)
(59%,74%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 129 of 255 = 51%

150
188
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 188 + 129 = 467 (100%)
R 150 of 467 ~ 32.12%
G 188 of 467 ~ 40.26%
B 129 of 467 ~ 27.62%

%32.12
%40.26
%27.62

CMYK color model

#96BC81 color CMYK value is (20,0,31,26).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 31.38%
  • key color value is 26.27%
CMYK:
(20,0,31,26)
C20M0Y31K26 
(20%,0%,31%,26%)
(0.20/0.00/0.31/0.26)	

CMYK percentages

%20.21
%0
%31.38
%26.27

Codes

Color #96BC81 in popluar color models

96BC81
RGB150188129
HSL99°30.57%62.16%
HSB/HSV99°31.38%73.73%
CMYK20.21%0.00%31.38%
26.27%

Color #96BC81 in popluar number systems.

HEX96BC81
Decimal150188129
Binary100101101011110010000001
Octal226274201

Shades and tints

Shades of #96BC81

#96BC81
(150,188,129)
#89AB76
(137,171,118)
#7C9A6B
(124,154,107)
#6F8960
(111,137,96)
#627855
(98,120,85)
#55674A
(85,103,74)
#48563F
(72,86,63)
#3B4534
(59,69,52)
#2E3429
(46,52,41)
#21231E
(33,35,30)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #96BC81

#96BC81
(150,188,129)
#9FC28C
(159,194,140)
#A8C897
(168,200,151)
#B1CEA2
(177,206,162)
#BAD4AD
(186,212,173)
#C3DAB8
(195,218,184)
#CCE0C3
(204,224,195)
#D5E6CE
(213,230,206)
#DEECD9
(222,236,217)
#E7F2E4
(231,242,228)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BC81; }

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

This text font color is #96BC81.


Background Color

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

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

This div background color is #96BC81.


Border color

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

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

This div border color is #96BC81.


Opacity

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

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

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

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

This text has shadow with #96BC81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BC81 on black background.


Color preview on white background

This text has color #96BC81 on white background.



Black color preview on #96BC81 background

This text has black color on #96BC81 background.


White color preview on #96BC81 background

This text has white color on #96BC81 background.