COLOR #9CB480

HEX: #9CB480 RGB: (156,180,128)

Color info

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

RGB color model

#9CB480 color RGB value is (156,180,128).

RGB: (156,180,128) (61%, 71%, 50%)

RGB channels and saturation

R 156 of 255 = 61%
G 180 of 255 = 71%
B 128 of 255 = 50%

156
180
128

R + G + B ~ 61%. #9CB480 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 180 + 128 = 464 (100%)
R 156 of 464 ~ 33.62%
G 180 of 464 ~ 38.79%
B 128 of 464 ~ 27.59'%

%33.62
%38.79
%27.59

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 29.41%
CMYK: (13,0,29,29) C13M0Y29K29 (13%,0%,29%,29%) (0.13/0.00/0.29/0.29) 

CMYK percentages

%13.33
%0
%28.89
%29.41

Codes

Color #9CB480 in popluar color models

9C B4 80
RGB 156 180 128
HSL 88° 25.74% 60.39%
HSB/HSV 88° 28.89% 70.59%
CMYK 13.33% 0.00% 28.89%
29.41%

Color #9CB480 in popluar number systems.

HEX 9C B4 80
Decimal 156 180 128
Binary 10011100 10110100 10000000
Octal 234 264 200

Shades and tints

Shades of #9CB480

#9CB480
(156,180,128)
#8EA475
(142,164,117)
#80946A
(128,148,106)
#72845F
(114,132,95)
#647454
(100,116,84)
#566449
(86,100,73)
#48543E
(72,84,62)
#3A4433
(58,68,51)
#2C3428
(44,52,40)
#1E241D
(30,36,29)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #9CB480

#9CB480
(156,180,128)
#A5BA8B
(165,186,139)
#AEC096
(174,192,150)
#B7C6A1
(183,198,161)
#C0CCAC
(192,204,172)
#C9D2B7
(201,210,183)
#D2D8C2
(210,216,194)
#DBDECD
(219,222,205)
#E4E4D8
(228,228,216)
#EDEAE3
(237,234,227)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB480; }

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

This text font color is #9CB480.

Background Color

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

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

This div background color is #9CB480.

Border color

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

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

This div border color is #9CB480.

Opacity

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

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

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

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

This text has shadow with #9CB480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB480.

Preview

Color preview on black background

This text has color #9CB480 on black background.


Color preview on white background

This text has color #9CB480 on white background.


Black color preview on #9CB480 background

This text has black color on #9CB480 background.


White color preview on #9CB480 background

This text has white color on #9CB480 background.


Related colors

Complementary color

Complementary color for #hex is #634B7F.


I love getcolorcode.com

Triadic colors

1 #809CB4 and #B4809C with #9CB480 are triadic colors.

2 #80B49C and #B49C80 with #9CB480 are triadic colors.