COLOR #96B26D

HEX: #96B26D RGB: (150,178,109)

Color info

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

RGB color model

#96B26D color RGB value is (150,178,109).

RGB: (150,178,109) (59%, 70%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 109 of 255 = 43%

150
178
109

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

Portions of RGB colors in percentages

R + G + B = 150 + 178 + 109 = 437 (100%)
R 150 of 437 ~ 34.32%
G 178 of 437 ~ 40.73%
B 109 of 437 ~ 24.94'%

%34.32
%40.73
%24.94

CMYK color model

#96B26D color CMYK value is (16,0,39,30).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 38.76%
  • key color value is 30.20%

CMYK: (16,0,39,30)
C16M0Y39K30 (16%, 0%, 39%, 30%)
(0.16 / 0.00 / 0.39 / 0.30)

CMYK percentages

%15.73
%0
%38.76
%30.2

Codes

Color #96B26D in popluar color models

96 B2 6D
RGB 150 178 109
HSL 84° 30.94% 56.27%
HSB/HSV 84° 38.76% 69.80%
CMYK 15.73% 0.00% 38.76%
30.20%

Color #96B26D in popluar number systems.

HEX 96 B2 6D
Decimal 150 178 109
Binary 10010110 10110010 1101101
Octal 226 262 155

Shades and tints

Shades of #96B26D

#96B26D
(150,178,109)
#89A264
(137,162,100)
#7C925B
(124,146,91)
#6F8252
(111,130,82)
#627249
(98,114,73)
#556240
(85,98,64)
#485237
(72,82,55)
#3B422E
(59,66,46)
#2E3225
(46,50,37)
#21221C
(33,34,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #96B26D

#96B26D
(150,178,109)
#9FB97A
(159,185,122)
#A8C087
(168,192,135)
#B1C794
(177,199,148)
#BACEA1
(186,206,161)
#C3D5AE
(195,213,174)
#CCDCBB
(204,220,187)
#D5E3C8
(213,227,200)
#DEEAD5
(222,234,213)
#E7F1E2
(231,241,226)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B26D; }

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

This text font color is #96B26D.

Background Color

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

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

This div background color is #96B26D.

Border color

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

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

This div border color is #96B26D.

Opacity

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

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

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

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

This text has shadow with #96B26D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B26D.

Preview

Color preview on black background

This text has color #96B26D on black background.


Color preview on white background

This text has color #96B26D on white background.


Black color preview on #96B26D background

This text has black color on #96B26D background.


White color preview on #96B26D background

This text has white color on #96B26D background.


Related colors

Complementary color

Complementary color for #hex is #694D92.


I love getcolorcode.com

Triadic colors

1 #6D96B2 and #B26D96 with #96B26D are triadic colors.

2 #6DB296 and #B2966D with #96B26D are triadic colors.