COLOR #96B390

HEX: #96B390 RGB: (150,179,144)

Color info

#96B390 contains red, green and blue colors in about the same proportion. Web safe color of #96B390 is #999999 (or #999).

RGB color model

#96B390 color RGB value is (150,179,144).

RGB: (150,179,144) (59%, 70%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 144 of 255 = 56%

150
179
144

R + G + B ~ 62%. #96B390 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 179 + 144 = 473 (100%)
R 150 of 473 ~ 31.71%
G 179 of 473 ~ 37.84%
B 144 of 473 ~ 30.44'%

%31.71
%37.84
%30.44

CMYK color model

#96B390 color CMYK value is (16,0,20,30).

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

CMYK: (16,0,20,30)
C16M0Y20K30 (16%, 0%, 20%, 30%)
(0.16 / 0.00 / 0.20 / 0.30)

CMYK percentages

%16.2
%0
%19.55
%29.8

Codes

Color #96B390 in popluar color models

96 B3 90
RGB 150 179 144
HSL 110° 18.72% 63.33%
HSB/HSV 110° 19.55% 70.20%
CMYK 16.20% 0.00% 19.55%
29.80%

Color #96B390 in popluar number systems.

HEX 96 B3 90
Decimal 150 179 144
Binary 10010110 10110011 10010000
Octal 226 263 220

Shades and tints

Shades of #96B390

#96B390
(150,179,144)
#89A383
(137,163,131)
#7C9376
(124,147,118)
#6F8369
(111,131,105)
#62735C
(98,115,92)
#55634F
(85,99,79)
#485342
(72,83,66)
#3B4335
(59,67,53)
#2E3328
(46,51,40)
#21231B
(33,35,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #96B390

#96B390
(150,179,144)
#9FB99A
(159,185,154)
#A8BFA4
(168,191,164)
#B1C5AE
(177,197,174)
#BACBB8
(186,203,184)
#C3D1C2
(195,209,194)
#CCD7CC
(204,215,204)
#D5DDD6
(213,221,214)
#DEE3E0
(222,227,224)
#E7E9EA
(231,233,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B390; }

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

This text font color is #96B390.

Background Color

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

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

This div background color is #96B390.

Border color

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

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

This div border color is #96B390.

Opacity

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

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

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

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

This text has shadow with #96B390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B390.

Preview

Color preview on black background

This text has color #96B390 on black background.


Color preview on white background

This text has color #96B390 on white background.


Black color preview on #96B390 background

This text has black color on #96B390 background.


White color preview on #96B390 background

This text has white color on #96B390 background.


Related colors

Complementary color

Complementary color for #hex is #694C6F.


I love getcolorcode.com

Triadic colors

1 #9096B3 and #B39096 with #96B390 are triadic colors.

2 #90B396 and #B39690 with #96B390 are triadic colors.