COLOR #9CA55C

HEX: #9CA55C RGB: (156,165,92)

Color info

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

RGB color model

#9CA55C color RGB value is (156,165,92).

RGB: (156,165,92) (61%, 65%, 36%)

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 92 of 255 = 36%

156
165
92

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

Portions of RGB colors in percentages

R + G + B = 156 + 165 + 92 = 413 (100%)
R 156 of 413 ~ 37.77%
G 165 of 413 ~ 39.95%
B 92 of 413 ~ 22.28'%

%37.77
%39.95
%22.28

CMYK color model

#9CA55C color CMYK value is (5,0,44,35).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 44.24%
  • key color value is 35.29%
CMYK: (5,0,44,35) C5M0Y44K35 (5%,0%,44%,35%) (0.05/0.00/0.44/0.35) 

CMYK percentages

%5.45
%0
%44.24
%35.29

Codes

Color #9CA55C in popluar color models

9C A5 5C
RGB 156 165 92
HSL 67° 28.85% 50.39%
HSB/HSV 67° 44.24% 64.71%
CMYK 5.45% 0.00% 44.24%
35.29%

Color #9CA55C in popluar number systems.

HEX 9C A5 5C
Decimal 156 165 92
Binary 10011100 10100101 1011100
Octal 234 245 134

Shades and tints

Shades of #9CA55C

#9CA55C
(156,165,92)
#8E9654
(142,150,84)
#80874C
(128,135,76)
#727844
(114,120,68)
#64693C
(100,105,60)
#565A34
(86,90,52)
#484B2C
(72,75,44)
#3A3C24
(58,60,36)
#2C2D1C
(44,45,28)
#1E1E14
(30,30,20)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #9CA55C

#9CA55C
(156,165,92)
#A5AD6A
(165,173,106)
#AEB578
(174,181,120)
#B7BD86
(183,189,134)
#C0C594
(192,197,148)
#C9CDA2
(201,205,162)
#D2D5B0
(210,213,176)
#DBDDBE
(219,221,190)
#E4E5CC
(228,229,204)
#EDEDDA
(237,237,218)
#F6F5E8
(246,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA55C color. Also use rgb(156,165,92) instead hex code.

Text Font Color

.myTextColor { color: #9CA55C; }

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

This text font color is #9CA55C.

Background Color

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

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

This div background color is #9CA55C.

Border color

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

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

This div border color is #9CA55C.

Opacity

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

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

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

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

This text has shadow with #9CA55C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA55C.

Preview

Color preview on black background

This text has color #9CA55C on black background.


Color preview on white background

This text has color #9CA55C on white background.


Black color preview on #9CA55C background

This text has black color on #9CA55C background.


White color preview on #9CA55C background

This text has white color on #9CA55C background.


Related colors

Complementary color

Complementary color for #hex is #635AA3.


I love getcolorcode.com

Triadic colors

1 #5C9CA5 and #A55C9C with #9CA55C are triadic colors.

2 #5CA59C and #A59C5C with #9CA55C are triadic colors.