COLOR #9CA562

HEX: #9CA562
RGB: (156,165,98)

Color info

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

RGB color model

#9CA562 color RGB value is (156,165,98).

  • red value is 156;
  • green value is 165;
  • blue value is 98.
RGB:
(156,165,98)
(61%,65%,38%)

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 98 of 255 = 38%

156
165
98

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

Portions of RGB colors in percentages

R + G + B =
156 + 165 + 98 = 419 (100%)
R 156 of 419 ~ 37.23%
G 165 of 419 ~ 39.38%
B 98 of 419 ~ 23.39%

%37.23
%39.38
%23.39

CMYK color model

#9CA562 color CMYK value is (5,0,41,35).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 40.61%
  • key color value is 35.29%
CMYK:
(5,0,41,35)
C5M0Y41K35 
(5%,0%,41%,35%)
(0.05/0.00/0.41/0.35)	

CMYK percentages

%5.45
%0
%40.61
%35.29

Codes

Color #9CA562 in popluar color models

9CA562
RGB15616598
HSL68°27.13%51.57%
HSB/HSV68°40.61%64.71%
CMYK5.45%0.00%40.61%
35.29%

Color #9CA562 in popluar number systems.

HEX9CA562
Decimal15616598
Binary10011100101001011100010
Octal234245142

Shades and tints

Shades of #9CA562

#9CA562
(156,165,98)
#8E965A
(142,150,90)
#808752
(128,135,82)
#72784A
(114,120,74)
#646942
(100,105,66)
#565A3A
(86,90,58)
#484B32
(72,75,50)
#3A3C2A
(58,60,42)
#2C2D22
(44,45,34)
#1E1E1A
(30,30,26)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #9CA562

#9CA562
(156,165,98)
#A5AD70
(165,173,112)
#AEB57E
(174,181,126)
#B7BD8C
(183,189,140)
#C0C59A
(192,197,154)
#C9CDA8
(201,205,168)
#D2D5B6
(210,213,182)
#DBDDC4
(219,221,196)
#E4E5D2
(228,229,210)
#EDEDE0
(237,237,224)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA562; }

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

This text font color is #9CA562.


Background Color

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

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

This div background color is #9CA562.


Border color

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

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

This div border color is #9CA562.


Opacity

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

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

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

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

This text has shadow with #9CA562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA562 on black background.


Color preview on white background

This text has color #9CA562 on white background.



Black color preview on #9CA562 background

This text has black color on #9CA562 background.


White color preview on #9CA562 background

This text has white color on #9CA562 background.