COLOR #96B449

HEX: #96B449 RGB: (150,180,73)

Color info

#96B449 contains mainly red and green colors. Web safe color of #96B449 is #99CC33 (or #9C3).

RGB color model

#96B449 color RGB value is (150,180,73).

RGB: (150,180,73) (59%, 71%, 29%)

RGB channels and saturation

R 150 of 255 = 59%
G 180 of 255 = 71%
B 73 of 255 = 29%

150
180
73

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

Portions of RGB colors in percentages

R + G + B = 150 + 180 + 73 = 403 (100%)
R 150 of 403 ~ 37.22%
G 180 of 403 ~ 44.67%
B 73 of 403 ~ 18.11'%

%37.22
%44.67
%18.11

CMYK color model

#96B449 color CMYK value is (17,0,59,29).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 59.44%
  • key color value is 29.41%
CMYK: (17,0,59,29) C17M0Y59K29 (17%,0%,59%,29%) (0.17/0.00/0.59/0.29) 

CMYK percentages

%16.67
%0
%59.44
%29.41

Codes

Color #96B449 in popluar color models

96 B4 49
RGB 150 180 73
HSL 77° 42.29% 49.61%
HSB/HSV 77° 59.44% 70.59%
CMYK 16.67% 0.00% 59.44%
29.41%

Color #96B449 in popluar number systems.

HEX 96 B4 49
Decimal 150 180 73
Binary 10010110 10110100 1001001
Octal 226 264 111

Shades and tints

Shades of #96B449

#96B449
(150,180,73)
#89A443
(137,164,67)
#7C943D
(124,148,61)
#6F8437
(111,132,55)
#627431
(98,116,49)
#55642B
(85,100,43)
#485425
(72,84,37)
#3B441F
(59,68,31)
#2E3419
(46,52,25)
#212413
(33,36,19)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #96B449

#96B449
(150,180,73)
#9FBA59
(159,186,89)
#A8C069
(168,192,105)
#B1C679
(177,198,121)
#BACC89
(186,204,137)
#C3D299
(195,210,153)
#CCD8A9
(204,216,169)
#D5DEB9
(213,222,185)
#DEE4C9
(222,228,201)
#E7EAD9
(231,234,217)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B449 color. Also use rgb(150,180,73) instead hex code.

Text Font Color

.myTextColor { color: #96B449; }

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

This text font color is #96B449.

Background Color

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

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

This div background color is #96B449.

Border color

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

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

This div border color is #96B449.

Opacity

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

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

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

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

This text has shadow with #96B449 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B449.

Preview

Color preview on black background

This text has color #96B449 on black background.


Color preview on white background

This text has color #96B449 on white background.


Black color preview on #96B449 background

This text has black color on #96B449 background.


White color preview on #96B449 background

This text has white color on #96B449 background.


Related colors

Complementary color

Complementary color for #hex is #694BB6.


I love getcolorcode.com

Triadic colors

1 #4996B4 and #B44996 with #96B449 are triadic colors.

2 #49B496 and #B49649 with #96B449 are triadic colors.