COLOR #9CB955

HEX: #9CB955
RGB: (156,185,85)

Color info

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

RGB color model

#9CB955 color RGB value is (156,185,85).

  • red value is 156;
  • green value is 185;
  • blue value is 85.
RGB:
(156,185,85)
(61%,73%,33%)

RGB channels and saturation

R 156 of 255 = 61%
G 185 of 255 = 73%
B 85 of 255 = 33%

156
185
85

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

Portions of RGB colors in percentages

R + G + B =
156 + 185 + 85 = 426 (100%)
R 156 of 426 ~ 36.62%
G 185 of 426 ~ 43.43%
B 85 of 426 ~ 19.95%

%36.62
%43.43
%19.95

CMYK color model

#9CB955 color CMYK value is (16,0,54,27).

  • cyan value is 15.68%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 27.45%
CMYK:
(16,0,54,27)
C16M0Y54K27 
(16%,0%,54%,27%)
(0.16/0.00/0.54/0.27)	

CMYK percentages

%15.68
%0
%54.05
%27.45

Codes

Color #9CB955 in popluar color models

9CB955
RGB15618585
HSL77°41.67%52.94%
HSB/HSV77°54.05%72.55%
CMYK15.68%0.00%54.05%
27.45%

Color #9CB955 in popluar number systems.

HEX9CB955
Decimal15618585
Binary10011100101110011010101
Octal234271125

Shades and tints

Shades of #9CB955

#9CB955
(156,185,85)
#8EA94E
(142,169,78)
#809947
(128,153,71)
#728940
(114,137,64)
#647939
(100,121,57)
#566932
(86,105,50)
#48592B
(72,89,43)
#3A4924
(58,73,36)
#2C391D
(44,57,29)
#1E2916
(30,41,22)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #9CB955

#9CB955
(156,185,85)
#A5BF64
(165,191,100)
#AEC573
(174,197,115)
#B7CB82
(183,203,130)
#C0D191
(192,209,145)
#C9D7A0
(201,215,160)
#D2DDAF
(210,221,175)
#DBE3BE
(219,227,190)
#E4E9CD
(228,233,205)
#EDEFDC
(237,239,220)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB955 color. Also use rgb(156,185,85) instead hex code.

Text Font Color

.myTextColor { color: #9CB955; }

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

This text font color is #9CB955.


Background Color

.myBgColor { background-color: #9CB955; }

<div style="background-color:#9CB955">Inner text</div>

This div background color is #9CB955.


Border color

.myBorderColor { border: 1px solid #9CB955; }

<div style="border:3px solid #9CB955">Div</div>

This div border color is #9CB955.


Opacity

.myOpacity80 { color: #9CB955; opacity: 0.8; }

<p style="color:#9CB955;opacity:0.8;">80%</p>

Text with #9CB955 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 #9CB955;}

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

This text has shadow with #9CB955 color.

.textShadow {text-shadow: 3px 3px 1px #9CB955, 3px 3px 1px red;}

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

This text has shadow with #9CB955 primary color and red secondary color.


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

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

This text has shadow with #9CB955 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9CB955;
-webkit-box-shadow: 1px 1px 3px 2px #9CB955;
box-shadow:1px 1px 3px 2px #9CB955;">
Div content here</div>
This div box has shadow with color #9CB955.

Preview

Color preview on black background

This text has color #9CB955 on black background.


Color preview on white background

This text has color #9CB955 on white background.



Black color preview on #9CB955 background

This text has black color on #9CB955 background.


White color preview on #9CB955 background

This text has white color on #9CB955 background.