COLOR #96AA46

HEX: #96AA46 RGB: (150,170,70)

Color info

#96AA46 contains mainly red and green colors. Web safe color of #96AA46 is #999933 (or #993).

RGB color model

#96AA46 color RGB value is (150,170,70).

RGB: (150,170,70) (59%, 67%, 27%)

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 70 of 255 = 27%

150
170
70

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

Portions of RGB colors in percentages

R + G + B = 150 + 170 + 70 = 390 (100%)
R 150 of 390 ~ 38.46%
G 170 of 390 ~ 43.59%
B 70 of 390 ~ 17.95'%

%38.46
%43.59
%17.95

CMYK color model

#96AA46 color CMYK value is (12,0,59,33).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 33.33%

CMYK: (12,0,59,33)
C12M0Y59K33 (12%, 0%, 59%, 33%)
(0.12 / 0.00 / 0.59 / 0.33)

CMYK percentages

%11.76
%0
%58.82
%33.33

Codes

Color #96AA46 in popluar color models

96 AA 46
RGB 150 170 70
HSL 72° 41.67% 47.06%
HSB/HSV 72° 58.82% 66.67%
CMYK 11.76% 0.00% 58.82%
33.33%

Color #96AA46 in popluar number systems.

HEX 96 AA 46
Decimal 150 170 70
Binary 10010110 10101010 1000110
Octal 226 252 106

Shades and tints

Shades of #96AA46

#96AA46
(150,170,70)
#899B40
(137,155,64)
#7C8C3A
(124,140,58)
#6F7D34
(111,125,52)
#626E2E
(98,110,46)
#555F28
(85,95,40)
#485022
(72,80,34)
#3B411C
(59,65,28)
#2E3216
(46,50,22)
#212310
(33,35,16)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #96AA46

#96AA46
(150,170,70)
#9FB156
(159,177,86)
#A8B866
(168,184,102)
#B1BF76
(177,191,118)
#BAC686
(186,198,134)
#C3CD96
(195,205,150)
#CCD4A6
(204,212,166)
#D5DBB6
(213,219,182)
#DEE2C6
(222,226,198)
#E7E9D6
(231,233,214)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AA46 color. Also use rgb(150,170,70) instead hex code.

Text Font Color

.myTextColor { color: #96AA46; }

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

This text font color is #96AA46.

Background Color

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

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

This div background color is #96AA46.

Border color

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

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

This div border color is #96AA46.

Opacity

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

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

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

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

This text has shadow with #96AA46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AA46.

Preview

Color preview on black background

This text has color #96AA46 on black background.


Color preview on white background

This text has color #96AA46 on white background.


Black color preview on #96AA46 background

This text has black color on #96AA46 background.


White color preview on #96AA46 background

This text has white color on #96AA46 background.


Related colors

Complementary color

Complementary color for #hex is #6955B9.


I love getcolorcode.com

Triadic colors

1 #4696AA and #AA4696 with #96AA46 are triadic colors.

2 #46AA96 and #AA9646 with #96AA46 are triadic colors.