COLOR #9CB179

HEX: #9CB179 RGB: (156,177,121)

Color info

#9CB179 contains red, green and blue colors in about the same proportion. Web safe color of #9CB179 is #999966 (or #996).

RGB color model

#9CB179 color RGB value is (156,177,121).

RGB: (156,177,121) (61%, 69%, 47%)

RGB channels and saturation

R 156 of 255 = 61%
G 177 of 255 = 69%
B 121 of 255 = 47%

156
177
121

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

Portions of RGB colors in percentages

R + G + B = 156 + 177 + 121 = 454 (100%)
R 156 of 454 ~ 34.36%
G 177 of 454 ~ 38.99%
B 121 of 454 ~ 26.65'%

%34.36
%38.99
%26.65

CMYK color model

#9CB179 color CMYK value is (12,0,32,31).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 31.64%
  • key color value is 30.59%

CMYK: (12,0,32,31)
C12M0Y32K31 (12%, 0%, 32%, 31%)
(0.12 / 0.00 / 0.32 / 0.31)

CMYK percentages

%11.86
%0
%31.64
%30.59

Codes

Color #9CB179 in popluar color models

9C B1 79
RGB 156 177 121
HSL 83° 26.42% 58.43%
HSB/HSV 83° 31.64% 69.41%
CMYK 11.86% 0.00% 31.64%
30.59%

Color #9CB179 in popluar number systems.

HEX 9C B1 79
Decimal 156 177 121
Binary 10011100 10110001 1111001
Octal 234 261 171

Shades and tints

Shades of #9CB179

#9CB179
(156,177,121)
#8EA16E
(142,161,110)
#809163
(128,145,99)
#728158
(114,129,88)
#64714D
(100,113,77)
#566142
(86,97,66)
#485137
(72,81,55)
#3A412C
(58,65,44)
#2C3121
(44,49,33)
#1E2116
(30,33,22)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #9CB179

#9CB179
(156,177,121)
#A5B885
(165,184,133)
#AEBF91
(174,191,145)
#B7C69D
(183,198,157)
#C0CDA9
(192,205,169)
#C9D4B5
(201,212,181)
#D2DBC1
(210,219,193)
#DBE2CD
(219,226,205)
#E4E9D9
(228,233,217)
#EDF0E5
(237,240,229)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB179 color. Also use rgb(156,177,121) instead hex code.

Text Font Color

.myTextColor { color: #9CB179; }

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

This text font color is #9CB179.

Background Color

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

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

This div background color is #9CB179.

Border color

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

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

This div border color is #9CB179.

Opacity

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

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

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

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

This text has shadow with #9CB179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB179.

Preview

Color preview on black background

This text has color #9CB179 on black background.


Color preview on white background

This text has color #9CB179 on white background.


Black color preview on #9CB179 background

This text has black color on #9CB179 background.


White color preview on #9CB179 background

This text has white color on #9CB179 background.


Related colors

Complementary color

Complementary color for #hex is #634E86.


I love getcolorcode.com

Triadic colors

1 #799CB1 and #B1799C with #9CB179 are triadic colors.

2 #79B19C and #B19C79 with #9CB179 are triadic colors.