COLOR #9CB59B

HEX: #9CB59B
RGB: (156,181,155)

Color info

#9CB59B contains red, green and blue colors in about the same proportion. Web safe color of #9CB59B is #99CC99 (or #9C9).

RGB color model

#9CB59B color RGB value is (156,181,155).

  • red value is 156;
  • green value is 181;
  • blue value is 155.
RGB:
(156,181,155)
(61%,71%,61%)

RGB channels and saturation

R 156 of 255 = 61%
G 181 of 255 = 71%
B 155 of 255 = 61%

156
181
155

R + G + B ~ 64%. #9CB59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 181 + 155 = 492 (100%)
R 156 of 492 ~ 31.71%
G 181 of 492 ~ 36.79%
B 155 of 492 ~ 31.5%

%31.71
%36.79
%31.5

CMYK color model

#9CB59B color CMYK value is (14,0,14,29).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(14,0,14,29)
C14M0Y14K29 
(14%,0%,14%,29%)
(0.14/0.00/0.14/0.29)	

CMYK percentages

%13.81
%0
%14.36
%29.02

Codes

Color #9CB59B in popluar color models

9CB59B
RGB156181155
HSL118°14.94%65.88%
HSB/HSV118°14.36%70.98%
CMYK13.81%0.00%14.36%
29.02%

Color #9CB59B in popluar number systems.

HEX9CB59B
Decimal156181155
Binary100111001011010110011011
Octal234265233

Shades and tints

Shades of #9CB59B

#9CB59B
(156,181,155)
#8EA58D
(142,165,141)
#80957F
(128,149,127)
#728571
(114,133,113)
#647563
(100,117,99)
#566555
(86,101,85)
#485547
(72,85,71)
#3A4539
(58,69,57)
#2C352B
(44,53,43)
#1E251D
(30,37,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #9CB59B

#9CB59B
(156,181,155)
#A5BBA4
(165,187,164)
#AEC1AD
(174,193,173)
#B7C7B6
(183,199,182)
#C0CDBF
(192,205,191)
#C9D3C8
(201,211,200)
#D2D9D1
(210,217,209)
#DBDFDA
(219,223,218)
#E4E5E3
(228,229,227)
#EDEBEC
(237,235,236)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB59B color. Also use rgb(156,181,155) instead hex code.

Text Font Color

.myTextColor { color: #9CB59B; }

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

This text font color is #9CB59B.


Background Color

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

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

This div background color is #9CB59B.


Border color

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

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

This div border color is #9CB59B.


Opacity

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

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

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

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

This text has shadow with #9CB59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB59B on black background.


Color preview on white background

This text has color #9CB59B on white background.



Black color preview on #9CB59B background

This text has black color on #9CB59B background.


White color preview on #9CB59B background

This text has white color on #9CB59B background.