COLOR #9CB57B

HEX: #9CB57B
RGB: (156,181,123)

Color info

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

RGB color model

#9CB57B color RGB value is (156,181,123).

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

RGB channels and saturation

R 156 of 255 = 61%
G 181 of 255 = 71%
B 123 of 255 = 48%

156
181
123

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

Portions of RGB colors in percentages

R + G + B =
156 + 181 + 123 = 460 (100%)
R 156 of 460 ~ 33.91%
G 181 of 460 ~ 39.35%
B 123 of 460 ~ 26.74%

%33.91
%39.35
%26.74

CMYK color model

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

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 29.02%
CMYK:
(14,0,32,29)
C14M0Y32K29 
(14%,0%,32%,29%)
(0.14/0.00/0.32/0.29)	

CMYK percentages

%13.81
%0
%32.04
%29.02

Codes

Color #9CB57B in popluar color models

9CB57B
RGB156181123
HSL86°28.16%59.61%
HSB/HSV86°32.04%70.98%
CMYK13.81%0.00%32.04%
29.02%

Color #9CB57B in popluar number systems.

HEX9CB57B
Decimal156181123
Binary10011100101101011111011
Octal234265173

Shades and tints

Shades of #9CB57B

#9CB57B
(156,181,123)
#8EA570
(142,165,112)
#809565
(128,149,101)
#72855A
(114,133,90)
#64754F
(100,117,79)
#566544
(86,101,68)
#485539
(72,85,57)
#3A452E
(58,69,46)
#2C3523
(44,53,35)
#1E2518
(30,37,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #9CB57B

#9CB57B
(156,181,123)
#A5BB87
(165,187,135)
#AEC193
(174,193,147)
#B7C79F
(183,199,159)
#C0CDAB
(192,205,171)
#C9D3B7
(201,211,183)
#D2D9C3
(210,217,195)
#DBDFCF
(219,223,207)
#E4E5DB
(228,229,219)
#EDEBE7
(237,235,231)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB57B; }

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

This text font color is #9CB57B.


Background Color

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

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

This div background color is #9CB57B.


Border color

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

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

This div border color is #9CB57B.


Opacity

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

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

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

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

This text has shadow with #9CB57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB57B on black background.


Color preview on white background

This text has color #9CB57B on white background.



Black color preview on #9CB57B background

This text has black color on #9CB57B background.


White color preview on #9CB57B background

This text has white color on #9CB57B background.