COLOR #96B364

HEX: #96B364
RGB: (150,179,100)

Color info

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

RGB color model

#96B364 color RGB value is (150,179,100).

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

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 100 of 255 = 39%

150
179
100

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

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 100 = 429 (100%)
R 150 of 429 ~ 34.97%
G 179 of 429 ~ 41.72%
B 100 of 429 ~ 23.31%

%34.97
%41.72
%23.31

CMYK color model

#96B364 color CMYK value is (16,0,44,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 29.80%
CMYK:
(16,0,44,30)
C16M0Y44K30 
(16%,0%,44%,30%)
(0.16/0.00/0.44/0.30)	

CMYK percentages

%16.2
%0
%44.13
%29.8

Codes

Color #96B364 in popluar color models

96B364
RGB150179100
HSL82°34.20%54.71%
HSB/HSV82°44.13%70.20%
CMYK16.20%0.00%44.13%
29.80%

Color #96B364 in popluar number systems.

HEX96B364
Decimal150179100
Binary10010110101100111100100
Octal226263144

Shades and tints

Shades of #96B364

#96B364
(150,179,100)
#89A35B
(137,163,91)
#7C9352
(124,147,82)
#6F8349
(111,131,73)
#627340
(98,115,64)
#556337
(85,99,55)
#48532E
(72,83,46)
#3B4325
(59,67,37)
#2E331C
(46,51,28)
#212313
(33,35,19)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #96B364

#96B364
(150,179,100)
#9FB972
(159,185,114)
#A8BF80
(168,191,128)
#B1C58E
(177,197,142)
#BACB9C
(186,203,156)
#C3D1AA
(195,209,170)
#CCD7B8
(204,215,184)
#D5DDC6
(213,221,198)
#DEE3D4
(222,227,212)
#E7E9E2
(231,233,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B364; }

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

This text font color is #96B364.


Background Color

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

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

This div background color is #96B364.


Border color

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

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

This div border color is #96B364.


Opacity

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

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

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

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

This text has shadow with #96B364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B364 on black background.


Color preview on white background

This text has color #96B364 on white background.



Black color preview on #96B364 background

This text has black color on #96B364 background.


White color preview on #96B364 background

This text has white color on #96B364 background.