COLOR #96B352

HEX: #96B352 RGB: (150,179,82)

Color info

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

RGB color model

#96B352 color RGB value is (150,179,82).

RGB: (150,179,82) (59%, 70%, 32%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 82 of 255 = 32%

150
179
82

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

Portions of RGB colors in percentages

R + G + B = 150 + 179 + 82 = 411 (100%)
R 150 of 411 ~ 36.5%
G 179 of 411 ~ 43.55%
B 82 of 411 ~ 19.95'%

%36.5
%43.55
%19.95

CMYK color model

#96B352 color CMYK value is (16,0,54,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 54.19%
  • key color value is 29.80%

CMYK: (16,0,54,30)
C16M0Y54K30 (16%, 0%, 54%, 30%)
(0.16 / 0.00 / 0.54 / 0.30)

CMYK percentages

%16.2
%0
%54.19
%29.8

Codes

Color #96B352 in popluar color models

96 B3 52
RGB 150 179 82
HSL 78° 38.96% 51.18%
HSB/HSV 78° 54.19% 70.20%
CMYK 16.20% 0.00% 54.19%
29.80%

Color #96B352 in popluar number systems.

HEX 96 B3 52
Decimal 150 179 82
Binary 10010110 10110011 1010010
Octal 226 263 122

Shades and tints

Shades of #96B352

#96B352
(150,179,82)
#89A34B
(137,163,75)
#7C9344
(124,147,68)
#6F833D
(111,131,61)
#627336
(98,115,54)
#55632F
(85,99,47)
#485328
(72,83,40)
#3B4321
(59,67,33)
#2E331A
(46,51,26)
#212313
(33,35,19)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #96B352

#96B352
(150,179,82)
#9FB961
(159,185,97)
#A8BF70
(168,191,112)
#B1C57F
(177,197,127)
#BACB8E
(186,203,142)
#C3D19D
(195,209,157)
#CCD7AC
(204,215,172)
#D5DDBB
(213,221,187)
#DEE3CA
(222,227,202)
#E7E9D9
(231,233,217)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B352; }

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

This text font color is #96B352.

Background Color

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

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

This div background color is #96B352.

Border color

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

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

This div border color is #96B352.

Opacity

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

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

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

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

This text has shadow with #96B352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B352.

Preview

Color preview on black background

This text has color #96B352 on black background.


Color preview on white background

This text has color #96B352 on white background.


Black color preview on #96B352 background

This text has black color on #96B352 background.


White color preview on #96B352 background

This text has white color on #96B352 background.


Related colors

Complementary color

Complementary color for #hex is #694CAD.


I love getcolorcode.com

Triadic colors

1 #5296B3 and #B35296 with #96B352 are triadic colors.

2 #52B396 and #B39652 with #96B352 are triadic colors.