COLOR #9CB53B

HEX: #9CB53B RGB: (156,181,59)

Color info

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

RGB color model

#9CB53B color RGB value is (156,181,59).

RGB: (156,181,59) (61%, 71%, 23%)

RGB channels and saturation

R 156 of 255 = 61%
G 181 of 255 = 71%
B 59 of 255 = 23%

156
181
59

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

Portions of RGB colors in percentages

R + G + B = 156 + 181 + 59 = 396 (100%)
R 156 of 396 ~ 39.39%
G 181 of 396 ~ 45.71%
B 59 of 396 ~ 14.9'%

%39.39
%45.71
%14.9

CMYK color model

#9CB53B color CMYK value is (14,0,67,29).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 67.40%
  • key color value is 29.02%

CMYK: (14,0,67,29)
C14M0Y67K29 (14%, 0%, 67%, 29%)
(0.14 / 0.00 / 0.67 / 0.29)

CMYK percentages

%13.81
%0
%67.4
%29.02

Codes

Color #9CB53B in popluar color models

9C B5 3B
RGB 156 181 59
HSL 72° 50.83% 47.06%
HSB/HSV 72° 67.40% 70.98%
CMYK 13.81% 0.00% 67.40%
29.02%

Color #9CB53B in popluar number systems.

HEX 9C B5 3B
Decimal 156 181 59
Binary 10011100 10110101 111011
Octal 234 265 73

Shades and tints

Shades of #9CB53B

#9CB53B
(156,181,59)
#8EA536
(142,165,54)
#809531
(128,149,49)
#72852C
(114,133,44)
#647527
(100,117,39)
#566522
(86,101,34)
#48551D
(72,85,29)
#3A4518
(58,69,24)
#2C3513
(44,53,19)
#1E250E
(30,37,14)
#101509
(16,21,9)
#000000
(0,0,0)

Tints of #9CB53B

#9CB53B
(156,181,59)
#A5BB4C
(165,187,76)
#AEC15D
(174,193,93)
#B7C76E
(183,199,110)
#C0CD7F
(192,205,127)
#C9D390
(201,211,144)
#D2D9A1
(210,217,161)
#DBDFB2
(219,223,178)
#E4E5C3
(228,229,195)
#EDEBD4
(237,235,212)
#F6F1E5
(246,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB53B color. Also use rgb(156,181,59) instead hex code.

Text Font Color

.myTextColor { color: #9CB53B; }

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

This text font color is #9CB53B.

Background Color

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

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

This div background color is #9CB53B.

Border color

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

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

This div border color is #9CB53B.

Opacity

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

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

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

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

This text has shadow with #9CB53B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB53B.

Preview

Color preview on black background

This text has color #9CB53B on black background.


Color preview on white background

This text has color #9CB53B on white background.


Black color preview on #9CB53B background

This text has black color on #9CB53B background.


White color preview on #9CB53B background

This text has white color on #9CB53B background.


Related colors

Complementary color

Complementary color for #hex is #634AC4.


I love getcolorcode.com

Triadic colors

1 #3B9CB5 and #B53B9C with #9CB53B are triadic colors.

2 #3BB59C and #B59C3B with #9CB53B are triadic colors.