COLOR #96C389

HEX: #96C389 RGB: (150,195,137)

Color info

#96C389 contains red, green and blue colors in about the same proportion. Web safe color of #96C389 is #99CC99 (or #9C9).

RGB color model

#96C389 color RGB value is (150,195,137).

RGB: (150,195,137) (59%, 76%, 54%)

RGB channels and saturation

R 150 of 255 = 59%
G 195 of 255 = 76%
B 137 of 255 = 54%

150
195
137

R + G + B ~ 63%. #96C389 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 195 + 137 = 482 (100%)
R 150 of 482 ~ 31.12%
G 195 of 482 ~ 40.46%
B 137 of 482 ~ 28.42'%

%31.12
%40.46
%28.42

CMYK color model

#96C389 color CMYK value is (23,0,30,24).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 23.53%

CMYK: (23,0,30,24)
C23M0Y30K24 (23%, 0%, 30%, 24%)
(0.23 / 0.00 / 0.30 / 0.24)

CMYK percentages

%23.08
%0
%29.74
%23.53

Codes

Color #96C389 in popluar color models

96 C3 89
RGB 150 195 137
HSL 107° 32.58% 65.10%
HSB/HSV 107° 29.74% 76.47%
CMYK 23.08% 0.00% 29.74%
23.53%

Color #96C389 in popluar number systems.

HEX 96 C3 89
Decimal 150 195 137
Binary 10010110 11000011 10001001
Octal 226 303 211

Shades and tints

Shades of #96C389

#96C389
(150,195,137)
#89B27D
(137,178,125)
#7CA171
(124,161,113)
#6F9065
(111,144,101)
#627F59
(98,127,89)
#556E4D
(85,110,77)
#485D41
(72,93,65)
#3B4C35
(59,76,53)
#2E3B29
(46,59,41)
#212A1D
(33,42,29)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #96C389

#96C389
(150,195,137)
#9FC893
(159,200,147)
#A8CD9D
(168,205,157)
#B1D2A7
(177,210,167)
#BAD7B1
(186,215,177)
#C3DCBB
(195,220,187)
#CCE1C5
(204,225,197)
#D5E6CF
(213,230,207)
#DEEBD9
(222,235,217)
#E7F0E3
(231,240,227)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C389 color. Also use rgb(150,195,137) instead hex code.

Text Font Color

.myTextColor { color: #96C389; }

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

This text font color is #96C389.

Background Color

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

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

This div background color is #96C389.

Border color

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

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

This div border color is #96C389.

Opacity

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

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

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

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

This text has shadow with #96C389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C389.

Preview

Color preview on black background

This text has color #96C389 on black background.


Color preview on white background

This text has color #96C389 on white background.


Black color preview on #96C389 background

This text has black color on #96C389 background.


White color preview on #96C389 background

This text has white color on #96C389 background.


Related colors

Complementary color

Complementary color for #hex is #693C76.


I love getcolorcode.com

Triadic colors

1 #8996C3 and #C38996 with #96C389 are triadic colors.

2 #89C396 and #C39689 with #96C389 are triadic colors.