COLOR #96B564

HEX: #96B564 RGB: (150,181,100)

Color info

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

RGB color model

#96B564 color RGB value is (150,181,100).

RGB: (150,181,100) (59%, 71%, 39%)

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 100 of 255 = 39%

150
181
100

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

Portions of RGB colors in percentages

R + G + B = 150 + 181 + 100 = 431 (100%)
R 150 of 431 ~ 34.8%
G 181 of 431 ~ 42%
B 100 of 431 ~ 23.2'%

%34.8
%42
%23.2

CMYK color model

#96B564 color CMYK value is (17,0,45,29).

  • cyan value is 17.13%
  • magenta value is 0.00%
  • yellow value is 44.75%
  • key color value is 29.02%

CMYK: (17,0,45,29)
C17M0Y45K29 (17%, 0%, 45%, 29%)
(0.17 / 0.00 / 0.45 / 0.29)

CMYK percentages

%17.13
%0
%44.75
%29.02

Codes

Color #96B564 in popluar color models

96 B5 64
RGB 150 181 100
HSL 83° 35.37% 55.10%
HSB/HSV 83° 44.75% 70.98%
CMYK 17.13% 0.00% 44.75%
29.02%

Color #96B564 in popluar number systems.

HEX 96 B5 64
Decimal 150 181 100
Binary 10010110 10110101 1100100
Octal 226 265 144

Shades and tints

Shades of #96B564

#96B564
(150,181,100)
#89A55B
(137,165,91)
#7C9552
(124,149,82)
#6F8549
(111,133,73)
#627540
(98,117,64)
#556537
(85,101,55)
#48552E
(72,85,46)
#3B4525
(59,69,37)
#2E351C
(46,53,28)
#212513
(33,37,19)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #96B564

#96B564
(150,181,100)
#9FBB72
(159,187,114)
#A8C180
(168,193,128)
#B1C78E
(177,199,142)
#BACD9C
(186,205,156)
#C3D3AA
(195,211,170)
#CCD9B8
(204,217,184)
#D5DFC6
(213,223,198)
#DEE5D4
(222,229,212)
#E7EBE2
(231,235,226)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B564 color. Also use rgb(150,181,100) instead hex code.

Text Font Color

.myTextColor { color: #96B564; }

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

This text font color is #96B564.

Background Color

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

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

This div background color is #96B564.

Border color

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

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

This div border color is #96B564.

Opacity

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

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

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

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

This text has shadow with #96B564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B564.

Preview

Color preview on black background

This text has color #96B564 on black background.


Color preview on white background

This text has color #96B564 on white background.


Black color preview on #96B564 background

This text has black color on #96B564 background.


White color preview on #96B564 background

This text has white color on #96B564 background.


Related colors

Complementary color

Complementary color for #hex is #694A9B.


I love getcolorcode.com

Triadic colors

1 #6496B5 and #B56496 with #96B564 are triadic colors.

2 #64B596 and #B59664 with #96B564 are triadic colors.