COLOR #96B233

HEX: #96B233
RGB: (150,178,51)

Color info

#96B233 contains mainly red and green colors. Web safe color of #96B233 is #999933 (or #993).

RGB color model

#96B233 color RGB value is (150,178,51).

  • red value is 150;
  • green value is 178;
  • blue value is 51.
RGB:
(150,178,51)
(59%,70%,20%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 51 of 255 = 20%

150
178
51

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

Portions of RGB colors in percentages

R + G + B =
150 + 178 + 51 = 379 (100%)
R 150 of 379 ~ 39.58%
G 178 of 379 ~ 46.97%
B 51 of 379 ~ 13.46%

%39.58
%46.97
%13.46

CMYK color model

#96B233 color CMYK value is (16,0,71,30).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 71.35%
  • key color value is 30.20%
CMYK:
(16,0,71,30)
C16M0Y71K30 
(16%,0%,71%,30%)
(0.16/0.00/0.71/0.30)	

CMYK percentages

%15.73
%0
%71.35
%30.2

Codes

Color #96B233 in popluar color models

96B233
RGB15017851
HSL73°55.46%44.90%
HSB/HSV73°71.35%69.80%
CMYK15.73%0.00%71.35%
30.20%

Color #96B233 in popluar number systems.

HEX96B233
Decimal15017851
Binary1001011010110010110011
Octal22626263

Shades and tints

Shades of #96B233

#96B233
(150,178,51)
#89A22F
(137,162,47)
#7C922B
(124,146,43)
#6F8227
(111,130,39)
#627223
(98,114,35)
#55621F
(85,98,31)
#48521B
(72,82,27)
#3B4217
(59,66,23)
#2E3213
(46,50,19)
#21220F
(33,34,15)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #96B233

#96B233
(150,178,51)
#9FB945
(159,185,69)
#A8C057
(168,192,87)
#B1C769
(177,199,105)
#BACE7B
(186,206,123)
#C3D58D
(195,213,141)
#CCDC9F
(204,220,159)
#D5E3B1
(213,227,177)
#DEEAC3
(222,234,195)
#E7F1D5
(231,241,213)
#F0F8E7
(240,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B233; }

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

This text font color is #96B233.


Background Color

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

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

This div background color is #96B233.


Border color

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

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

This div border color is #96B233.


Opacity

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

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

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

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

This text has shadow with #96B233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B233 on black background.


Color preview on white background

This text has color #96B233 on white background.



Black color preview on #96B233 background

This text has black color on #96B233 background.


White color preview on #96B233 background

This text has white color on #96B233 background.