COLOR #9CB939

HEX: #9CB939 RGB: (156,185,57)

Color info

#9CB939 contains mainly red and green colors. Web safe color of #9CB939 is #99CC33 (or #9C3).

RGB color model

#9CB939 color RGB value is (156,185,57).

RGB: (156,185,57) (61%, 73%, 22%)

RGB channels and saturation

R 156 of 255 = 61%
G 185 of 255 = 73%
B 57 of 255 = 22%

156
185
57

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

Portions of RGB colors in percentages

R + G + B = 156 + 185 + 57 = 398 (100%)
R 156 of 398 ~ 39.2%
G 185 of 398 ~ 46.48%
B 57 of 398 ~ 14.32'%

%39.2
%46.48
%14.32

CMYK color model

#9CB939 color CMYK value is (16,0,69,27).

  • cyan value is 15.68%
  • magenta value is 0.00%
  • yellow value is 69.19%
  • key color value is 27.45%
CMYK: (16,0,69,27) C16M0Y69K27 (16%,0%,69%,27%) (0.16/0.00/0.69/0.27) 

CMYK percentages

%15.68
%0
%69.19
%27.45

Codes

Color #9CB939 in popluar color models

9C B9 39
RGB 156 185 57
HSL 74° 52.89% 47.45%
HSB/HSV 74° 69.19% 72.55%
CMYK 15.68% 0.00% 69.19%
27.45%

Color #9CB939 in popluar number systems.

HEX 9C B9 39
Decimal 156 185 57
Binary 10011100 10111001 111001
Octal 234 271 71

Shades and tints

Shades of #9CB939

#9CB939
(156,185,57)
#8EA934
(142,169,52)
#80992F
(128,153,47)
#72892A
(114,137,42)
#647925
(100,121,37)
#566920
(86,105,32)
#48591B
(72,89,27)
#3A4916
(58,73,22)
#2C3911
(44,57,17)
#1E290C
(30,41,12)
#101907
(16,25,7)
#000000
(0,0,0)

Tints of #9CB939

#9CB939
(156,185,57)
#A5BF4B
(165,191,75)
#AEC55D
(174,197,93)
#B7CB6F
(183,203,111)
#C0D181
(192,209,129)
#C9D793
(201,215,147)
#D2DDA5
(210,221,165)
#DBE3B7
(219,227,183)
#E4E9C9
(228,233,201)
#EDEFDB
(237,239,219)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB939 color. Also use rgb(156,185,57) instead hex code.

Text Font Color

.myTextColor { color: #9CB939; }

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

This text font color is #9CB939.

Background Color

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

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

This div background color is #9CB939.

Border color

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

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

This div border color is #9CB939.

Opacity

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

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

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

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

This text has shadow with #9CB939 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB939.

Preview

Color preview on black background

This text has color #9CB939 on black background.


Color preview on white background

This text has color #9CB939 on white background.


Black color preview on #9CB939 background

This text has black color on #9CB939 background.


White color preview on #9CB939 background

This text has white color on #9CB939 background.


Related colors

Complementary color

Complementary color for #hex is #6346C6.


I love getcolorcode.com

Triadic colors

1 #399CB9 and #B9399C with #9CB939 are triadic colors.

2 #39B99C and #B99C39 with #9CB939 are triadic colors.