COLOR #9CA952

HEX: #9CA952
RGB: (156,169,82)

Color info

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

RGB color model

#9CA952 color RGB value is (156,169,82).

  • red value is 156;
  • green value is 169;
  • blue value is 82.
RGB:
(156,169,82)
(61%,66%,32%)

RGB channels and saturation

R 156 of 255 = 61%
G 169 of 255 = 66%
B 82 of 255 = 32%

156
169
82

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

Portions of RGB colors in percentages

R + G + B =
156 + 169 + 82 = 407 (100%)
R 156 of 407 ~ 38.33%
G 169 of 407 ~ 41.52%
B 82 of 407 ~ 20.15%

%38.33
%41.52
%20.15

CMYK color model

#9CA952 color CMYK value is (8,0,51,34).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 51.48%
  • key color value is 33.73%
CMYK:
(8,0,51,34)
C8M0Y51K34 
(8%,0%,51%,34%)
(0.08/0.00/0.51/0.34)	

CMYK percentages

%7.69
%0
%51.48
%33.73

Codes

Color #9CA952 in popluar color models

9CA952
RGB15616982
HSL69°34.66%49.22%
HSB/HSV69°51.48%66.27%
CMYK7.69%0.00%51.48%
33.73%

Color #9CA952 in popluar number systems.

HEX9CA952
Decimal15616982
Binary10011100101010011010010
Octal234251122

Shades and tints

Shades of #9CA952

#9CA952
(156,169,82)
#8E9A4B
(142,154,75)
#808B44
(128,139,68)
#727C3D
(114,124,61)
#646D36
(100,109,54)
#565E2F
(86,94,47)
#484F28
(72,79,40)
#3A4021
(58,64,33)
#2C311A
(44,49,26)
#1E2213
(30,34,19)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #9CA952

#9CA952
(156,169,82)
#A5B061
(165,176,97)
#AEB770
(174,183,112)
#B7BE7F
(183,190,127)
#C0C58E
(192,197,142)
#C9CC9D
(201,204,157)
#D2D3AC
(210,211,172)
#DBDABB
(219,218,187)
#E4E1CA
(228,225,202)
#EDE8D9
(237,232,217)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA952 color. Also use rgb(156,169,82) instead hex code.

Text Font Color

.myTextColor { color: #9CA952; }

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

This text font color is #9CA952.


Background Color

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

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

This div background color is #9CA952.


Border color

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

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

This div border color is #9CA952.


Opacity

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

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

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

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

This text has shadow with #9CA952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA952 on black background.


Color preview on white background

This text has color #9CA952 on white background.



Black color preview on #9CA952 background

This text has black color on #9CA952 background.


White color preview on #9CA952 background

This text has white color on #9CA952 background.