COLOR #9CA65E

HEX: #9CA65E
RGB: (156,166,94)

Color info

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

RGB color model

#9CA65E color RGB value is (156,166,94).

  • red value is 156;
  • green value is 166;
  • blue value is 94.
RGB:
(156,166,94)
(61%,65%,37%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 94 of 255 = 37%

156
166
94

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

Portions of RGB colors in percentages

R + G + B =
156 + 166 + 94 = 416 (100%)
R 156 of 416 ~ 37.5%
G 166 of 416 ~ 39.9%
B 94 of 416 ~ 22.6%

%37.5
%39.9
%22.6

CMYK color model

#9CA65E color CMYK value is (6,0,43,35).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 34.90%
CMYK:
(6,0,43,35)
C6M0Y43K35 
(6%,0%,43%,35%)
(0.06/0.00/0.43/0.35)	

CMYK percentages

%6.02
%0
%43.37
%34.9

Codes

Color #9CA65E in popluar color models

9CA65E
RGB15616694
HSL68°28.80%50.98%
HSB/HSV68°43.37%65.10%
CMYK6.02%0.00%43.37%
34.90%

Color #9CA65E in popluar number systems.

HEX9CA65E
Decimal15616694
Binary10011100101001101011110
Octal234246136

Shades and tints

Shades of #9CA65E

#9CA65E
(156,166,94)
#8E9756
(142,151,86)
#80884E
(128,136,78)
#727946
(114,121,70)
#646A3E
(100,106,62)
#565B36
(86,91,54)
#484C2E
(72,76,46)
#3A3D26
(58,61,38)
#2C2E1E
(44,46,30)
#1E1F16
(30,31,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #9CA65E

#9CA65E
(156,166,94)
#A5AE6C
(165,174,108)
#AEB67A
(174,182,122)
#B7BE88
(183,190,136)
#C0C696
(192,198,150)
#C9CEA4
(201,206,164)
#D2D6B2
(210,214,178)
#DBDEC0
(219,222,192)
#E4E6CE
(228,230,206)
#EDEEDC
(237,238,220)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA65E color. Also use rgb(156,166,94) instead hex code.

Text Font Color

.myTextColor { color: #9CA65E; }

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

This text font color is #9CA65E.


Background Color

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

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

This div background color is #9CA65E.


Border color

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

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

This div border color is #9CA65E.


Opacity

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

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

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

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

This text has shadow with #9CA65E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA65E on black background.


Color preview on white background

This text has color #9CA65E on white background.



Black color preview on #9CA65E background

This text has black color on #9CA65E background.


White color preview on #9CA65E background

This text has white color on #9CA65E background.