COLOR #9CBE74

HEX: #9CBE74
RGB: (156,190,116)

Color info

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

RGB color model

#9CBE74 color RGB value is (156,190,116).

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

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 116 of 255 = 45%

156
190
116

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

Portions of RGB colors in percentages

R + G + B =
156 + 190 + 116 = 462 (100%)
R 156 of 462 ~ 33.77%
G 190 of 462 ~ 41.13%
B 116 of 462 ~ 25.11%

%33.77
%41.13
%25.11

CMYK color model

#9CBE74 color CMYK value is (18,0,39,25).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(18,0,39,25)
C18M0Y39K25 
(18%,0%,39%,25%)
(0.18/0.00/0.39/0.25)	

CMYK percentages

%17.89
%0
%38.95
%25.49

Codes

Color #9CBE74 in popluar color models

9CBE74
RGB156190116
HSL88°36.27%60.00%
HSB/HSV88°38.95%74.51%
CMYK17.89%0.00%38.95%
25.49%

Color #9CBE74 in popluar number systems.

HEX9CBE74
Decimal156190116
Binary10011100101111101110100
Octal234276164

Shades and tints

Shades of #9CBE74

#9CBE74
(156,190,116)
#8EAD6A
(142,173,106)
#809C60
(128,156,96)
#728B56
(114,139,86)
#647A4C
(100,122,76)
#566942
(86,105,66)
#485838
(72,88,56)
#3A472E
(58,71,46)
#2C3624
(44,54,36)
#1E251A
(30,37,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #9CBE74

#9CBE74
(156,190,116)
#A5C380
(165,195,128)
#AEC88C
(174,200,140)
#B7CD98
(183,205,152)
#C0D2A4
(192,210,164)
#C9D7B0
(201,215,176)
#D2DCBC
(210,220,188)
#DBE1C8
(219,225,200)
#E4E6D4
(228,230,212)
#EDEBE0
(237,235,224)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBE74; }

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

This text font color is #9CBE74.


Background Color

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

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

This div background color is #9CBE74.


Border color

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

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

This div border color is #9CBE74.


Opacity

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

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

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

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

This text has shadow with #9CBE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBE74 on black background.


Color preview on white background

This text has color #9CBE74 on white background.



Black color preview on #9CBE74 background

This text has black color on #9CBE74 background.


White color preview on #9CBE74 background

This text has white color on #9CBE74 background.