COLOR #96AC64

HEX: #96AC64
RGB: (150,172,100)

Color info

#96AC64 contains mainly red and green colors. Web safe color of #96AC64 is #999966 (or #996).

RGB color model

#96AC64 color RGB value is (150,172,100).

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

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 100 of 255 = 39%

150
172
100

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

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 100 = 422 (100%)
R 150 of 422 ~ 35.55%
G 172 of 422 ~ 40.76%
B 100 of 422 ~ 23.7%

%35.55
%40.76
%23.7

CMYK color model

#96AC64 color CMYK value is (13,0,42,33).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 32.55%
CMYK:
(13,0,42,33)
C13M0Y42K33 
(13%,0%,42%,33%)
(0.13/0.00/0.42/0.33)	

CMYK percentages

%12.79
%0
%41.86
%32.55

Codes

Color #96AC64 in popluar color models

96AC64
RGB150172100
HSL78°30.25%53.33%
HSB/HSV78°41.86%67.45%
CMYK12.79%0.00%41.86%
32.55%

Color #96AC64 in popluar number systems.

HEX96AC64
Decimal150172100
Binary10010110101011001100100
Octal226254144

Shades and tints

Shades of #96AC64

#96AC64
(150,172,100)
#899D5B
(137,157,91)
#7C8E52
(124,142,82)
#6F7F49
(111,127,73)
#627040
(98,112,64)
#556137
(85,97,55)
#48522E
(72,82,46)
#3B4325
(59,67,37)
#2E341C
(46,52,28)
#212513
(33,37,19)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #96AC64

#96AC64
(150,172,100)
#9FB372
(159,179,114)
#A8BA80
(168,186,128)
#B1C18E
(177,193,142)
#BAC89C
(186,200,156)
#C3CFAA
(195,207,170)
#CCD6B8
(204,214,184)
#D5DDC6
(213,221,198)
#DEE4D4
(222,228,212)
#E7EBE2
(231,235,226)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AC64; }

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

This text font color is #96AC64.


Background Color

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

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

This div background color is #96AC64.


Border color

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

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

This div border color is #96AC64.


Opacity

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

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

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

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

This text has shadow with #96AC64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AC64 on black background.


Color preview on white background

This text has color #96AC64 on white background.



Black color preview on #96AC64 background

This text has black color on #96AC64 background.


White color preview on #96AC64 background

This text has white color on #96AC64 background.