COLOR #9CB868

HEX: #9CB868
RGB: (156,184,104)

Color info

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

RGB color model

#9CB868 color RGB value is (156,184,104).

  • red value is 156;
  • green value is 184;
  • blue value is 104.
RGB:
(156,184,104)
(61%,72%,41%)

RGB channels and saturation

R 156 of 255 = 61%
G 184 of 255 = 72%
B 104 of 255 = 41%

156
184
104

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

Portions of RGB colors in percentages

R + G + B =
156 + 184 + 104 = 444 (100%)
R 156 of 444 ~ 35.14%
G 184 of 444 ~ 41.44%
B 104 of 444 ~ 23.42%

%35.14
%41.44
%23.42

CMYK color model

#9CB868 color CMYK value is (15,0,43,28).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 27.84%
CMYK:
(15,0,43,28)
C15M0Y43K28 
(15%,0%,43%,28%)
(0.15/0.00/0.43/0.28)	

CMYK percentages

%15.22
%0
%43.48
%27.84

Codes

Color #9CB868 in popluar color models

9CB868
RGB156184104
HSL81°36.04%56.47%
HSB/HSV81°43.48%72.16%
CMYK15.22%0.00%43.48%
27.84%

Color #9CB868 in popluar number systems.

HEX9CB868
Decimal156184104
Binary10011100101110001101000
Octal234270150

Shades and tints

Shades of #9CB868

#9CB868
(156,184,104)
#8EA85F
(142,168,95)
#809856
(128,152,86)
#72884D
(114,136,77)
#647844
(100,120,68)
#56683B
(86,104,59)
#485832
(72,88,50)
#3A4829
(58,72,41)
#2C3820
(44,56,32)
#1E2817
(30,40,23)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #9CB868

#9CB868
(156,184,104)
#A5BE75
(165,190,117)
#AEC482
(174,196,130)
#B7CA8F
(183,202,143)
#C0D09C
(192,208,156)
#C9D6A9
(201,214,169)
#D2DCB6
(210,220,182)
#DBE2C3
(219,226,195)
#E4E8D0
(228,232,208)
#EDEEDD
(237,238,221)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB868 color. Also use rgb(156,184,104) instead hex code.

Text Font Color

.myTextColor { color: #9CB868; }

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

This text font color is #9CB868.


Background Color

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

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

This div background color is #9CB868.


Border color

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

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

This div border color is #9CB868.


Opacity

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

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

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

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

This text has shadow with #9CB868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB868 on black background.


Color preview on white background

This text has color #9CB868 on white background.



Black color preview on #9CB868 background

This text has black color on #9CB868 background.


White color preview on #9CB868 background

This text has white color on #9CB868 background.