COLOR #9CB264

HEX: #9CB264
RGB: (156,178,100)

Color info

#9CB264 contains mainly red and green colors. Web safe color of #9CB264 is #999966 (or #996).

RGB color model

#9CB264 color RGB value is (156,178,100).

  • red value is 156;
  • green value is 178;
  • blue value is 100.
RGB:
(156,178,100)
(61%,70%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 178 of 255 = 70%
B 100 of 255 = 39%

156
178
100

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

Portions of RGB colors in percentages

R + G + B =
156 + 178 + 100 = 434 (100%)
R 156 of 434 ~ 35.94%
G 178 of 434 ~ 41.01%
B 100 of 434 ~ 23.04%

%35.94
%41.01
%23.04

CMYK color model

#9CB264 color CMYK value is (12,0,44,30).

  • cyan value is 12.36%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 30.20%
CMYK:
(12,0,44,30)
C12M0Y44K30 
(12%,0%,44%,30%)
(0.12/0.00/0.44/0.30)	

CMYK percentages

%12.36
%0
%43.82
%30.2

Codes

Color #9CB264 in popluar color models

9CB264
RGB156178100
HSL77°33.62%54.51%
HSB/HSV77°43.82%69.80%
CMYK12.36%0.00%43.82%
30.20%

Color #9CB264 in popluar number systems.

HEX9CB264
Decimal156178100
Binary10011100101100101100100
Octal234262144

Shades and tints

Shades of #9CB264

#9CB264
(156,178,100)
#8EA25B
(142,162,91)
#809252
(128,146,82)
#728249
(114,130,73)
#647240
(100,114,64)
#566237
(86,98,55)
#48522E
(72,82,46)
#3A4225
(58,66,37)
#2C321C
(44,50,28)
#1E2213
(30,34,19)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #9CB264

#9CB264
(156,178,100)
#A5B972
(165,185,114)
#AEC080
(174,192,128)
#B7C78E
(183,199,142)
#C0CE9C
(192,206,156)
#C9D5AA
(201,213,170)
#D2DCB8
(210,220,184)
#DBE3C6
(219,227,198)
#E4EAD4
(228,234,212)
#EDF1E2
(237,241,226)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB264 color. Also use rgb(156,178,100) instead hex code.

Text Font Color

.myTextColor { color: #9CB264; }

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

This text font color is #9CB264.


Background Color

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

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

This div background color is #9CB264.


Border color

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

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

This div border color is #9CB264.


Opacity

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

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

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

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

This text has shadow with #9CB264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB264 on black background.


Color preview on white background

This text has color #9CB264 on white background.



Black color preview on #9CB264 background

This text has black color on #9CB264 background.


White color preview on #9CB264 background

This text has white color on #9CB264 background.