COLOR #96A923

HEX: #96A923
RGB: (150,169,35)

Color info

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

RGB color model

#96A923 color RGB value is (150,169,35).

  • red value is 150;
  • green value is 169;
  • blue value is 35.
RGB:
(150,169,35)
(59%,66%,14%)

RGB channels and saturation

R 150 of 255 = 59%
G 169 of 255 = 66%
B 35 of 255 = 14%

150
169
35

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

Portions of RGB colors in percentages

R + G + B =
150 + 169 + 35 = 354 (100%)
R 150 of 354 ~ 42.37%
G 169 of 354 ~ 47.74%
B 35 of 354 ~ 9.89%

%42.37
%47.74
%9.89

CMYK color model

#96A923 color CMYK value is (11,0,79,34).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 79.29%
  • key color value is 33.73%
CMYK:
(11,0,79,34)
C11M0Y79K34 
(11%,0%,79%,34%)
(0.11/0.00/0.79/0.34)	

CMYK percentages

%11.24
%0
%79.29
%33.73

Codes

Color #96A923 in popluar color models

96A923
RGB15016935
HSL69°65.69%40.00%
HSB/HSV69°79.29%66.27%
CMYK11.24%0.00%79.29%
33.73%

Color #96A923 in popluar number systems.

HEX96A923
Decimal15016935
Binary1001011010101001100011
Octal22625143

Shades and tints

Shades of #96A923

#96A923
(150,169,35)
#899A20
(137,154,32)
#7C8B1D
(124,139,29)
#6F7C1A
(111,124,26)
#626D17
(98,109,23)
#555E14
(85,94,20)
#484F11
(72,79,17)
#3B400E
(59,64,14)
#2E310B
(46,49,11)
#212208
(33,34,8)
#141305
(20,19,5)
#000000
(0,0,0)

Tints of #96A923

#96A923
(150,169,35)
#9FB037
(159,176,55)
#A8B74B
(168,183,75)
#B1BE5F
(177,190,95)
#BAC573
(186,197,115)
#C3CC87
(195,204,135)
#CCD39B
(204,211,155)
#D5DAAF
(213,218,175)
#DEE1C3
(222,225,195)
#E7E8D7
(231,232,215)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A923 color. Also use rgb(150,169,35) instead hex code.

Text Font Color

.myTextColor { color: #96A923; }

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

This text font color is #96A923.


Background Color

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

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

This div background color is #96A923.


Border color

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

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

This div border color is #96A923.


Opacity

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

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

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

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

This text has shadow with #96A923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A923 on black background.


Color preview on white background

This text has color #96A923 on white background.



Black color preview on #96A923 background

This text has black color on #96A923 background.


White color preview on #96A923 background

This text has white color on #96A923 background.