COLOR #9CBE76

HEX: #9CBE76
RGB: (156,190,118)

Color info

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

RGB color model

#9CBE76 color RGB value is (156,190,118).

  • red value is 156;
  • green value is 190;
  • blue value is 118.
RGB:
(156,190,118)
(61%,75%,46%)

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 118 of 255 = 46%

156
190
118

R + G + B ~ 61%. #9CBE76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 190 + 118 = 464 (100%)
R 156 of 464 ~ 33.62%
G 190 of 464 ~ 40.95%
B 118 of 464 ~ 25.43%

%33.62
%40.95
%25.43

CMYK color model

#9CBE76 color CMYK value is (18,0,38,25).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 25.49%
CMYK:
(18,0,38,25)
C18M0Y38K25 
(18%,0%,38%,25%)
(0.18/0.00/0.38/0.25)	

CMYK percentages

%17.89
%0
%37.89
%25.49

Codes

Color #9CBE76 in popluar color models

9CBE76
RGB156190118
HSL88°35.64%60.39%
HSB/HSV88°37.89%74.51%
CMYK17.89%0.00%37.89%
25.49%

Color #9CBE76 in popluar number systems.

HEX9CBE76
Decimal156190118
Binary10011100101111101110110
Octal234276166

Shades and tints

Shades of #9CBE76

#9CBE76
(156,190,118)
#8EAD6C
(142,173,108)
#809C62
(128,156,98)
#728B58
(114,139,88)
#647A4E
(100,122,78)
#566944
(86,105,68)
#48583A
(72,88,58)
#3A4730
(58,71,48)
#2C3626
(44,54,38)
#1E251C
(30,37,28)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #9CBE76

#9CBE76
(156,190,118)
#A5C382
(165,195,130)
#AEC88E
(174,200,142)
#B7CD9A
(183,205,154)
#C0D2A6
(192,210,166)
#C9D7B2
(201,215,178)
#D2DCBE
(210,220,190)
#DBE1CA
(219,225,202)
#E4E6D6
(228,230,214)
#EDEBE2
(237,235,226)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBE76 color. Also use rgb(156,190,118) instead hex code.

Text Font Color

.myTextColor { color: #9CBE76; }

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

This text font color is #9CBE76.


Background Color

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

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

This div background color is #9CBE76.


Border color

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

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

This div border color is #9CBE76.


Opacity

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

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

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

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

This text has shadow with #9CBE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBE76 on black background.


Color preview on white background

This text has color #9CBE76 on white background.



Black color preview on #9CBE76 background

This text has black color on #9CBE76 background.


White color preview on #9CBE76 background

This text has white color on #9CBE76 background.