COLOR #96B96A

HEX: #96B96A RGB: (150,185,106)

Color info

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

RGB color model

#96B96A color RGB value is (150,185,106).

RGB: (150,185,106) (59%, 73%, 42%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 106 of 255 = 42%

150
185
106

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

Portions of RGB colors in percentages

R + G + B = 150 + 185 + 106 = 441 (100%)
R 150 of 441 ~ 34.01%
G 185 of 441 ~ 41.95%
B 106 of 441 ~ 24.04'%

%34.01
%41.95
%24.04

CMYK color model

#96B96A color CMYK value is (19,0,43,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 42.70%
  • key color value is 27.45%

CMYK: (19,0,43,27)
C19M0Y43K27 (19%, 0%, 43%, 27%)
(0.19 / 0.00 / 0.43 / 0.27)

CMYK percentages

%18.92
%0
%42.7
%27.45

Codes

Color #96B96A in popluar color models

96 B9 6A
RGB 150 185 106
HSL 87° 36.07% 57.06%
HSB/HSV 87° 42.70% 72.55%
CMYK 18.92% 0.00% 42.70%
27.45%

Color #96B96A in popluar number systems.

HEX 96 B9 6A
Decimal 150 185 106
Binary 10010110 10111001 1101010
Octal 226 271 152

Shades and tints

Shades of #96B96A

#96B96A
(150,185,106)
#89A961
(137,169,97)
#7C9958
(124,153,88)
#6F894F
(111,137,79)
#627946
(98,121,70)
#55693D
(85,105,61)
#485934
(72,89,52)
#3B492B
(59,73,43)
#2E3922
(46,57,34)
#212919
(33,41,25)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #96B96A

#96B96A
(150,185,106)
#9FBF77
(159,191,119)
#A8C584
(168,197,132)
#B1CB91
(177,203,145)
#BAD19E
(186,209,158)
#C3D7AB
(195,215,171)
#CCDDB8
(204,221,184)
#D5E3C5
(213,227,197)
#DEE9D2
(222,233,210)
#E7EFDF
(231,239,223)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B96A color. Also use rgb(150,185,106) instead hex code.

Text Font Color

.myTextColor { color: #96B96A; }

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

This text font color is #96B96A.

Background Color

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

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

This div background color is #96B96A.

Border color

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

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

This div border color is #96B96A.

Opacity

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

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

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

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

This text has shadow with #96B96A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B96A.

Preview

Color preview on black background

This text has color #96B96A on black background.


Color preview on white background

This text has color #96B96A on white background.


Black color preview on #96B96A background

This text has black color on #96B96A background.


White color preview on #96B96A background

This text has white color on #96B96A background.


Related colors

Complementary color

Complementary color for #hex is #694695.


I love getcolorcode.com

Triadic colors

1 #6A96B9 and #B96A96 with #96B96A are triadic colors.

2 #6AB996 and #B9966A with #96B96A are triadic colors.