COLOR #9CB330

HEX: #9CB330
RGB: (156,179,48)

Color info

#9CB330 contains mainly red and green colors. Web safe color of #9CB330 is #999933 (or #993).

RGB color model

#9CB330 color RGB value is (156,179,48).

  • red value is 156;
  • green value is 179;
  • blue value is 48.
RGB:
(156,179,48)
(61%,70%,19%)

RGB channels and saturation

R 156 of 255 = 61%
G 179 of 255 = 70%
B 48 of 255 = 19%

156
179
48

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

Portions of RGB colors in percentages

R + G + B =
156 + 179 + 48 = 383 (100%)
R 156 of 383 ~ 40.73%
G 179 of 383 ~ 46.74%
B 48 of 383 ~ 12.53%

%40.73
%46.74
%12.53

CMYK color model

#9CB330 color CMYK value is (13,0,73,30).

  • cyan value is 12.85%
  • magenta value is 0.00%
  • yellow value is 73.18%
  • key color value is 29.80%
CMYK:
(13,0,73,30)
C13M0Y73K30 
(13%,0%,73%,30%)
(0.13/0.00/0.73/0.30)	

CMYK percentages

%12.85
%0
%73.18
%29.8

Codes

Color #9CB330 in popluar color models

9CB330
RGB15617948
HSL71°57.71%44.51%
HSB/HSV71°73.18%70.20%
CMYK12.85%0.00%73.18%
29.80%

Color #9CB330 in popluar number systems.

HEX9CB330
Decimal15617948
Binary1001110010110011110000
Octal23426360

Shades and tints

Shades of #9CB330

#9CB330
(156,179,48)
#8EA32C
(142,163,44)
#809328
(128,147,40)
#728324
(114,131,36)
#647320
(100,115,32)
#56631C
(86,99,28)
#485318
(72,83,24)
#3A4314
(58,67,20)
#2C3310
(44,51,16)
#1E230C
(30,35,12)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #9CB330

#9CB330
(156,179,48)
#A5B942
(165,185,66)
#AEBF54
(174,191,84)
#B7C566
(183,197,102)
#C0CB78
(192,203,120)
#C9D18A
(201,209,138)
#D2D79C
(210,215,156)
#DBDDAE
(219,221,174)
#E4E3C0
(228,227,192)
#EDE9D2
(237,233,210)
#F6EFE4
(246,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB330 color. Also use rgb(156,179,48) instead hex code.

Text Font Color

.myTextColor { color: #9CB330; }

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

This text font color is #9CB330.


Background Color

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

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

This div background color is #9CB330.


Border color

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

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

This div border color is #9CB330.


Opacity

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

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

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

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

This text has shadow with #9CB330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB330 on black background.


Color preview on white background

This text has color #9CB330 on white background.



Black color preview on #9CB330 background

This text has black color on #9CB330 background.


White color preview on #9CB330 background

This text has white color on #9CB330 background.