COLOR #96A291

HEX: #96A291 RGB: (150,162,145)

Color info

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

RGB color model

#96A291 color RGB value is (150,162,145).

RGB: (150,162,145) (59%, 64%, 57%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 145 of 255 = 57%

150
162
145

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

Portions of RGB colors in percentages

R + G + B = 150 + 162 + 145 = 457 (100%)
R 150 of 457 ~ 32.82%
G 162 of 457 ~ 35.45%
B 145 of 457 ~ 31.73'%

%32.82
%35.45
%31.73

CMYK color model

#96A291 color CMYK value is (7,0,10,36).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 10.49%
  • key color value is 36.47%
CMYK: (7,0,10,36) C7M0Y10K36 (7%,0%,10%,36%) (0.07/0.00/0.10/0.36) 

CMYK percentages

%7.41
%0
%10.49
%36.47

Codes

Color #96A291 in popluar color models

96 A2 91
RGB 150 162 145
HSL 102° 8.37% 60.20%
HSB/HSV 102° 10.49% 63.53%
CMYK 7.41% 0.00% 10.49%
36.47%

Color #96A291 in popluar number systems.

HEX 96 A2 91
Decimal 150 162 145
Binary 10010110 10100010 10010001
Octal 226 242 221

Shades and tints

Shades of #96A291

#96A291
(150,162,145)
#899484
(137,148,132)
#7C8677
(124,134,119)
#6F786A
(111,120,106)
#626A5D
(98,106,93)
#555C50
(85,92,80)
#484E43
(72,78,67)
#3B4036
(59,64,54)
#2E3229
(46,50,41)
#21241C
(33,36,28)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96A291

#96A291
(150,162,145)
#9FAA9B
(159,170,155)
#A8B2A5
(168,178,165)
#B1BAAF
(177,186,175)
#BAC2B9
(186,194,185)
#C3CAC3
(195,202,195)
#CCD2CD
(204,210,205)
#D5DAD7
(213,218,215)
#DEE2E1
(222,226,225)
#E7EAEB
(231,234,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A291 color. Also use rgb(150,162,145) instead hex code.

Text Font Color

.myTextColor { color: #96A291; }

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

This text font color is #96A291.

Background Color

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

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

This div background color is #96A291.

Border color

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

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

This div border color is #96A291.

Opacity

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

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

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

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

This text has shadow with #96A291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A291.

Preview

Color preview on black background

This text has color #96A291 on black background.


Color preview on white background

This text has color #96A291 on white background.


Black color preview on #96A291 background

This text has black color on #96A291 background.


White color preview on #96A291 background

This text has white color on #96A291 background.


Related colors

Complementary color

Complementary color for #hex is #695D6E.


I love getcolorcode.com

Triadic colors

1 #9196A2 and #A29196 with #96A291 are triadic colors.

2 #91A296 and #A29691 with #96A291 are triadic colors.