COLOR #9CB490

HEX: #9CB490 RGB: (156,180,144)

Color info

#9CB490 contains red, green and blue colors in about the same proportion. Web safe color of #9CB490 is #99CC99 (or #9C9).

RGB color model

#9CB490 color RGB value is (156,180,144).

RGB: (156,180,144) (61%, 71%, 56%)

RGB channels and saturation

R 156 of 255 = 61%
G 180 of 255 = 71%
B 144 of 255 = 56%

156
180
144

R + G + B ~ 63%. #9CB490 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 180 + 144 = 480 (100%)
R 156 of 480 ~ 32.5%
G 180 of 480 ~ 37.5%
B 144 of 480 ~ 30'%

%32.5
%37.5
%30

CMYK color model

#9CB490 color CMYK value is (13,0,20,29).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%

CMYK: (13,0,20,29)
C13M0Y20K29 (13%, 0%, 20%, 29%)
(0.13 / 0.00 / 0.20 / 0.29)

CMYK percentages

%13.33
%0
%20
%29.41

Codes

Color #9CB490 in popluar color models

9C B4 90
RGB 156 180 144
HSL 100° 19.35% 63.53%
HSB/HSV 100° 20.00% 70.59%
CMYK 13.33% 0.00% 20.00%
29.41%

Color #9CB490 in popluar number systems.

HEX 9C B4 90
Decimal 156 180 144
Binary 10011100 10110100 10010000
Octal 234 264 220

Shades and tints

Shades of #9CB490

#9CB490
(156,180,144)
#8EA483
(142,164,131)
#809476
(128,148,118)
#728469
(114,132,105)
#64745C
(100,116,92)
#56644F
(86,100,79)
#485442
(72,84,66)
#3A4435
(58,68,53)
#2C3428
(44,52,40)
#1E241B
(30,36,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #9CB490

#9CB490
(156,180,144)
#A5BA9A
(165,186,154)
#AEC0A4
(174,192,164)
#B7C6AE
(183,198,174)
#C0CCB8
(192,204,184)
#C9D2C2
(201,210,194)
#D2D8CC
(210,216,204)
#DBDED6
(219,222,214)
#E4E4E0
(228,228,224)
#EDEAEA
(237,234,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB490 color. Also use rgb(156,180,144) instead hex code.

Text Font Color

.myTextColor { color: #9CB490; }

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

This text font color is #9CB490.

Background Color

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

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

This div background color is #9CB490.

Border color

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

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

This div border color is #9CB490.

Opacity

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

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

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

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

This text has shadow with #9CB490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB490.

Preview

Color preview on black background

This text has color #9CB490 on black background.


Color preview on white background

This text has color #9CB490 on white background.


Black color preview on #9CB490 background

This text has black color on #9CB490 background.


White color preview on #9CB490 background

This text has white color on #9CB490 background.


Related colors

Complementary color

Complementary color for #hex is #634B6F.


I love getcolorcode.com

Triadic colors

1 #909CB4 and #B4909C with #9CB490 are triadic colors.

2 #90B49C and #B49C90 with #9CB490 are triadic colors.