COLOR #96BD54

HEX: #96BD54
RGB: (150,189,84)

Color info

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

RGB color model

#96BD54 color RGB value is (150,189,84).

  • red value is 150;
  • green value is 189;
  • blue value is 84.
RGB:
(150,189,84)
(59%,74%,33%)

RGB channels and saturation

R 150 of 255 = 59%
G 189 of 255 = 74%
B 84 of 255 = 33%

150
189
84

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

Portions of RGB colors in percentages

R + G + B =
150 + 189 + 84 = 423 (100%)
R 150 of 423 ~ 35.46%
G 189 of 423 ~ 44.68%
B 84 of 423 ~ 19.86%

%35.46
%44.68
%19.86

CMYK color model

#96BD54 color CMYK value is (21,0,56,26).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 25.88%
CMYK:
(21,0,56,26)
C21M0Y56K26 
(21%,0%,56%,26%)
(0.21/0.00/0.56/0.26)	

CMYK percentages

%20.63
%0
%55.56
%25.88

Codes

Color #96BD54 in popluar color models

96BD54
RGB15018984
HSL82°44.30%53.53%
HSB/HSV82°55.56%74.12%
CMYK20.63%0.00%55.56%
25.88%

Color #96BD54 in popluar number systems.

HEX96BD54
Decimal15018984
Binary10010110101111011010100
Octal226275124

Shades and tints

Shades of #96BD54

#96BD54
(150,189,84)
#89AC4D
(137,172,77)
#7C9B46
(124,155,70)
#6F8A3F
(111,138,63)
#627938
(98,121,56)
#556831
(85,104,49)
#48572A
(72,87,42)
#3B4623
(59,70,35)
#2E351C
(46,53,28)
#212415
(33,36,21)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #96BD54

#96BD54
(150,189,84)
#9FC363
(159,195,99)
#A8C972
(168,201,114)
#B1CF81
(177,207,129)
#BAD590
(186,213,144)
#C3DB9F
(195,219,159)
#CCE1AE
(204,225,174)
#D5E7BD
(213,231,189)
#DEEDCC
(222,237,204)
#E7F3DB
(231,243,219)
#F0F9EA
(240,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BD54; }

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

This text font color is #96BD54.


Background Color

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

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

This div background color is #96BD54.


Border color

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

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

This div border color is #96BD54.


Opacity

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

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

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

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

This text has shadow with #96BD54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BD54 on black background.


Color preview on white background

This text has color #96BD54 on white background.



Black color preview on #96BD54 background

This text has black color on #96BD54 background.


White color preview on #96BD54 background

This text has white color on #96BD54 background.