COLOR #96BA27

HEX: #96BA27
RGB: (150,186,39)

Color info

#96BA27 contains mainly red and green colors. Web safe color of #96BA27 is #99CC33 (or #9C3).

RGB color model

#96BA27 color RGB value is (150,186,39).

  • red value is 150;
  • green value is 186;
  • blue value is 39.
RGB:
(150,186,39)
(59%,73%,15%)

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 39 of 255 = 15%

150
186
39

R + G + B ~ 49%. #96BA27 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 39 = 375 (100%)
R 150 of 375 ~ 40%
G 186 of 375 ~ 49.6%
B 39 of 375 ~ 10.4%

%40
%49.6
%10.4

CMYK color model

#96BA27 color CMYK value is (19,0,79,27).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 79.03%
  • key color value is 27.06%
CMYK:
(19,0,79,27)
C19M0Y79K27 
(19%,0%,79%,27%)
(0.19/0.00/0.79/0.27)	

CMYK percentages

%19.35
%0
%79.03
%27.06

Codes

Color #96BA27 in popluar color models

96BA27
RGB15018639
HSL75°65.33%44.12%
HSB/HSV75°79.03%72.94%
CMYK19.35%0.00%79.03%
27.06%

Color #96BA27 in popluar number systems.

HEX96BA27
Decimal15018639
Binary1001011010111010100111
Octal22627247

Shades and tints

Shades of #96BA27

#96BA27
(150,186,39)
#89AA24
(137,170,36)
#7C9A21
(124,154,33)
#6F8A1E
(111,138,30)
#627A1B
(98,122,27)
#556A18
(85,106,24)
#485A15
(72,90,21)
#3B4A12
(59,74,18)
#2E3A0F
(46,58,15)
#212A0C
(33,42,12)
#141A09
(20,26,9)
#000000
(0,0,0)

Tints of #96BA27

#96BA27
(150,186,39)
#9FC03A
(159,192,58)
#A8C64D
(168,198,77)
#B1CC60
(177,204,96)
#BAD273
(186,210,115)
#C3D886
(195,216,134)
#CCDE99
(204,222,153)
#D5E4AC
(213,228,172)
#DEEABF
(222,234,191)
#E7F0D2
(231,240,210)
#F0F6E5
(240,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BA27; }

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

This text font color is #96BA27.


Background Color

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

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

This div background color is #96BA27.


Border color

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

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

This div border color is #96BA27.


Opacity

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

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

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

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

This text has shadow with #96BA27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BA27 on black background.


Color preview on white background

This text has color #96BA27 on white background.



Black color preview on #96BA27 background

This text has black color on #96BA27 background.


White color preview on #96BA27 background

This text has white color on #96BA27 background.