COLOR #9CA36F

HEX: #9CA36F
RGB: (156,163,111)

Color info

#9CA36F contains red, green and blue colors in about the same proportion. Web safe color of #9CA36F is #999966 (or #996).

RGB color model

#9CA36F color RGB value is (156,163,111).

  • red value is 156;
  • green value is 163;
  • blue value is 111.
RGB:
(156,163,111)
(61%,64%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 163 of 255 = 64%
B 111 of 255 = 44%

156
163
111

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

Portions of RGB colors in percentages

R + G + B =
156 + 163 + 111 = 430 (100%)
R 156 of 430 ~ 36.28%
G 163 of 430 ~ 37.91%
B 111 of 430 ~ 25.81%

%36.28
%37.91
%25.81

CMYK color model

#9CA36F color CMYK value is (4,0,32,36).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK:
(4,0,32,36)
C4M0Y32K36 
(4%,0%,32%,36%)
(0.04/0.00/0.32/0.36)	

CMYK percentages

%4.29
%0
%31.9
%36.08

Codes

Color #9CA36F in popluar color models

9CA36F
RGB156163111
HSL68°22.03%53.73%
HSB/HSV68°31.90%63.92%
CMYK4.29%0.00%31.90%
36.08%

Color #9CA36F in popluar number systems.

HEX9CA36F
Decimal156163111
Binary10011100101000111101111
Octal234243157

Shades and tints

Shades of #9CA36F

#9CA36F
(156,163,111)
#8E9565
(142,149,101)
#80875B
(128,135,91)
#727951
(114,121,81)
#646B47
(100,107,71)
#565D3D
(86,93,61)
#484F33
(72,79,51)
#3A4129
(58,65,41)
#2C331F
(44,51,31)
#1E2515
(30,37,21)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #9CA36F

#9CA36F
(156,163,111)
#A5AB7C
(165,171,124)
#AEB389
(174,179,137)
#B7BB96
(183,187,150)
#C0C3A3
(192,195,163)
#C9CBB0
(201,203,176)
#D2D3BD
(210,211,189)
#DBDBCA
(219,219,202)
#E4E3D7
(228,227,215)
#EDEBE4
(237,235,228)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA36F color. Also use rgb(156,163,111) instead hex code.

Text Font Color

.myTextColor { color: #9CA36F; }

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

This text font color is #9CA36F.


Background Color

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

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

This div background color is #9CA36F.


Border color

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

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

This div border color is #9CA36F.


Opacity

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

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

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

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

This text has shadow with #9CA36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA36F on black background.


Color preview on white background

This text has color #9CA36F on white background.



Black color preview on #9CA36F background

This text has black color on #9CA36F background.


White color preview on #9CA36F background

This text has white color on #9CA36F background.