COLOR #9CA642

HEX: #9CA642 RGB: (156,166,66)

Color info

#9CA642 contains mainly red and green colors. Web safe color of #9CA642 is #999933 (or #993).

RGB color model

#9CA642 color RGB value is (156,166,66).

RGB: (156,166,66) (61%, 65%, 26%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 66 of 255 = 26%

156
166
66

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

Portions of RGB colors in percentages

R + G + B = 156 + 166 + 66 = 388 (100%)
R 156 of 388 ~ 40.21%
G 166 of 388 ~ 42.78%
B 66 of 388 ~ 17.01'%

%40.21
%42.78
%17.01

CMYK color model

#9CA642 color CMYK value is (6,0,60,35).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 60.24%
  • key color value is 34.90%

CMYK: (6,0,60,35)
C6M0Y60K35 (6%, 0%, 60%, 35%)
(0.06 / 0.00 / 0.60 / 0.35)

CMYK percentages

%6.02
%0
%60.24
%34.9

Codes

Color #9CA642 in popluar color models

9C A6 42
RGB 156 166 66
HSL 66° 43.10% 45.49%
HSB/HSV 66° 60.24% 65.10%
CMYK 6.02% 0.00% 60.24%
34.90%

Color #9CA642 in popluar number systems.

HEX 9C A6 42
Decimal 156 166 66
Binary 10011100 10100110 1000010
Octal 234 246 102

Shades and tints

Shades of #9CA642

#9CA642
(156,166,66)
#8E973C
(142,151,60)
#808836
(128,136,54)
#727930
(114,121,48)
#646A2A
(100,106,42)
#565B24
(86,91,36)
#484C1E
(72,76,30)
#3A3D18
(58,61,24)
#2C2E12
(44,46,18)
#1E1F0C
(30,31,12)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #9CA642

#9CA642
(156,166,66)
#A5AE53
(165,174,83)
#AEB664
(174,182,100)
#B7BE75
(183,190,117)
#C0C686
(192,198,134)
#C9CE97
(201,206,151)
#D2D6A8
(210,214,168)
#DBDEB9
(219,222,185)
#E4E6CA
(228,230,202)
#EDEEDB
(237,238,219)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA642; }

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

This text font color is #9CA642.

Background Color

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

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

This div background color is #9CA642.

Border color

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

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

This div border color is #9CA642.

Opacity

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

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

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

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

This text has shadow with #9CA642 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA642.

Preview

Color preview on black background

This text has color #9CA642 on black background.


Color preview on white background

This text has color #9CA642 on white background.


Black color preview on #9CA642 background

This text has black color on #9CA642 background.


White color preview on #9CA642 background

This text has white color on #9CA642 background.


Related colors

Complementary color

Complementary color for #hex is #6359BD.


I love getcolorcode.com

Triadic colors

1 #429CA6 and #A6429C with #9CA642 are triadic colors.

2 #42A69C and #A69C42 with #9CA642 are triadic colors.