COLOR #9CBF72

HEX: #9CBF72
RGB: (156,191,114)

Color info

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

RGB color model

#9CBF72 color RGB value is (156,191,114).

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

RGB channels and saturation

R 156 of 255 = 61%
G 191 of 255 = 75%
B 114 of 255 = 45%

156
191
114

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

Portions of RGB colors in percentages

R + G + B =
156 + 191 + 114 = 461 (100%)
R 156 of 461 ~ 33.84%
G 191 of 461 ~ 41.43%
B 114 of 461 ~ 24.73%

%33.84
%41.43
%24.73

CMYK color model

#9CBF72 color CMYK value is (18,0,40,25).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 25.10%
CMYK:
(18,0,40,25)
C18M0Y40K25 
(18%,0%,40%,25%)
(0.18/0.00/0.40/0.25)	

CMYK percentages

%18.32
%0
%40.31
%25.1

Codes

Color #9CBF72 in popluar color models

9CBF72
RGB156191114
HSL87°37.56%59.80%
HSB/HSV87°40.31%74.90%
CMYK18.32%0.00%40.31%
25.10%

Color #9CBF72 in popluar number systems.

HEX9CBF72
Decimal156191114
Binary10011100101111111110010
Octal234277162

Shades and tints

Shades of #9CBF72

#9CBF72
(156,191,114)
#8EAE68
(142,174,104)
#809D5E
(128,157,94)
#728C54
(114,140,84)
#647B4A
(100,123,74)
#566A40
(86,106,64)
#485936
(72,89,54)
#3A482C
(58,72,44)
#2C3722
(44,55,34)
#1E2618
(30,38,24)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #9CBF72

#9CBF72
(156,191,114)
#A5C47E
(165,196,126)
#AEC98A
(174,201,138)
#B7CE96
(183,206,150)
#C0D3A2
(192,211,162)
#C9D8AE
(201,216,174)
#D2DDBA
(210,221,186)
#DBE2C6
(219,226,198)
#E4E7D2
(228,231,210)
#EDECDE
(237,236,222)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBF72 color. Also use rgb(156,191,114) instead hex code.

Text Font Color

.myTextColor { color: #9CBF72; }

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

This text font color is #9CBF72.


Background Color

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

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

This div background color is #9CBF72.


Border color

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

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

This div border color is #9CBF72.


Opacity

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

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

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

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

This text has shadow with #9CBF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBF72 on black background.


Color preview on white background

This text has color #9CBF72 on white background.



Black color preview on #9CBF72 background

This text has black color on #9CBF72 background.


White color preview on #9CBF72 background

This text has white color on #9CBF72 background.