COLOR #96BB6D

HEX: #96BB6D RGB: (150,187,109)

Color info

#96BB6D contains mainly red and green colors. Web safe color of #96BB6D is #99CC66 (or #9C6).

RGB color model

#96BB6D color RGB value is (150,187,109).

RGB: (150,187,109) (59%, 73%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 109 of 255 = 43%

150
187
109

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

Portions of RGB colors in percentages

R + G + B = 150 + 187 + 109 = 446 (100%)
R 150 of 446 ~ 33.63%
G 187 of 446 ~ 41.93%
B 109 of 446 ~ 24.44'%

%33.63
%41.93
%24.44

CMYK color model

#96BB6D color CMYK value is (20,0,42,27).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 26.67%
CMYK: (20,0,42,27) C20M0Y42K27 (20%,0%,42%,27%) (0.20/0.00/0.42/0.27) 

CMYK percentages

%19.79
%0
%41.71
%26.67

Codes

Color #96BB6D in popluar color models

96 BB 6D
RGB 150 187 109
HSL 88° 36.45% 58.04%
HSB/HSV 88° 41.71% 73.33%
CMYK 19.79% 0.00% 41.71%
26.67%

Color #96BB6D in popluar number systems.

HEX 96 BB 6D
Decimal 150 187 109
Binary 10010110 10111011 1101101
Octal 226 273 155

Shades and tints

Shades of #96BB6D

#96BB6D
(150,187,109)
#89AA64
(137,170,100)
#7C995B
(124,153,91)
#6F8852
(111,136,82)
#627749
(98,119,73)
#556640
(85,102,64)
#485537
(72,85,55)
#3B442E
(59,68,46)
#2E3325
(46,51,37)
#21221C
(33,34,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #96BB6D

#96BB6D
(150,187,109)
#9FC17A
(159,193,122)
#A8C787
(168,199,135)
#B1CD94
(177,205,148)
#BAD3A1
(186,211,161)
#C3D9AE
(195,217,174)
#CCDFBB
(204,223,187)
#D5E5C8
(213,229,200)
#DEEBD5
(222,235,213)
#E7F1E2
(231,241,226)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BB6D color. Also use rgb(150,187,109) instead hex code.

Text Font Color

.myTextColor { color: #96BB6D; }

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

This text font color is #96BB6D.

Background Color

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

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

This div background color is #96BB6D.

Border color

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

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

This div border color is #96BB6D.

Opacity

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

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

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

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

This text has shadow with #96BB6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BB6D.

Preview

Color preview on black background

This text has color #96BB6D on black background.


Color preview on white background

This text has color #96BB6D on white background.


Black color preview on #96BB6D background

This text has black color on #96BB6D background.


White color preview on #96BB6D background

This text has white color on #96BB6D background.


Related colors

Complementary color

Complementary color for #hex is #694492.


I love getcolorcode.com

Triadic colors

1 #6D96BB and #BB6D96 with #96BB6D are triadic colors.

2 #6DBB96 and #BB966D with #96BB6D are triadic colors.