COLOR #96AC32

HEX: #96AC32
RGB: (150,172,50)

Color info

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

RGB color model

#96AC32 color RGB value is (150,172,50).

  • red value is 150;
  • green value is 172;
  • blue value is 50.
RGB:
(150,172,50)
(59%,67%,20%)

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 50 of 255 = 20%

150
172
50

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

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 50 = 372 (100%)
R 150 of 372 ~ 40.32%
G 172 of 372 ~ 46.24%
B 50 of 372 ~ 13.44%

%40.32
%46.24
%13.44

CMYK color model

#96AC32 color CMYK value is (13,0,71,33).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 70.93%
  • key color value is 32.55%
CMYK:
(13,0,71,33)
C13M0Y71K33 
(13%,0%,71%,33%)
(0.13/0.00/0.71/0.33)	

CMYK percentages

%12.79
%0
%70.93
%32.55

Codes

Color #96AC32 in popluar color models

96AC32
RGB15017250
HSL71°54.95%43.53%
HSB/HSV71°70.93%67.45%
CMYK12.79%0.00%70.93%
32.55%

Color #96AC32 in popluar number systems.

HEX96AC32
Decimal15017250
Binary1001011010101100110010
Octal22625462

Shades and tints

Shades of #96AC32

#96AC32
(150,172,50)
#899D2E
(137,157,46)
#7C8E2A
(124,142,42)
#6F7F26
(111,127,38)
#627022
(98,112,34)
#55611E
(85,97,30)
#48521A
(72,82,26)
#3B4316
(59,67,22)
#2E3412
(46,52,18)
#21250E
(33,37,14)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #96AC32

#96AC32
(150,172,50)
#9FB344
(159,179,68)
#A8BA56
(168,186,86)
#B1C168
(177,193,104)
#BAC87A
(186,200,122)
#C3CF8C
(195,207,140)
#CCD69E
(204,214,158)
#D5DDB0
(213,221,176)
#DEE4C2
(222,228,194)
#E7EBD4
(231,235,212)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AC32 color. Also use rgb(150,172,50) instead hex code.

Text Font Color

.myTextColor { color: #96AC32; }

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

This text font color is #96AC32.


Background Color

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

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

This div background color is #96AC32.


Border color

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

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

This div border color is #96AC32.


Opacity

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

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

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

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

This text has shadow with #96AC32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AC32 on black background.


Color preview on white background

This text has color #96AC32 on white background.



Black color preview on #96AC32 background

This text has black color on #96AC32 background.


White color preview on #96AC32 background

This text has white color on #96AC32 background.