COLOR #9CB422

HEX: #9CB422
RGB: (156,180,34)

Color info

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

RGB color model

#9CB422 color RGB value is (156,180,34).

  • red value is 156;
  • green value is 180;
  • blue value is 34.
RGB:
(156,180,34)
(61%,71%,13%)

RGB channels and saturation

R 156 of 255 = 61%
G 180 of 255 = 71%
B 34 of 255 = 13%

156
180
34

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

Portions of RGB colors in percentages

R + G + B =
156 + 180 + 34 = 370 (100%)
R 156 of 370 ~ 42.16%
G 180 of 370 ~ 48.65%
B 34 of 370 ~ 9.19%

%42.16
%48.65

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 81.11%
  • key color value is 29.41%
CMYK:
(13,0,81,29)
C13M0Y81K29 
(13%,0%,81%,29%)
(0.13/0.00/0.81/0.29)	

CMYK percentages

%13.33
%0
%81.11
%29.41

Codes

Color #9CB422 in popluar color models

9CB422
RGB15618034
HSL70°68.22%41.96%
HSB/HSV70°81.11%70.59%
CMYK13.33%0.00%81.11%
29.41%

Color #9CB422 in popluar number systems.

HEX9CB422
Decimal15618034
Binary1001110010110100100010
Octal23426442

Shades and tints

Shades of #9CB422

#9CB422
(156,180,34)
#8EA41F
(142,164,31)
#80941C
(128,148,28)
#728419
(114,132,25)
#647416
(100,116,22)
#566413
(86,100,19)
#485410
(72,84,16)
#3A440D
(58,68,13)
#2C340A
(44,52,10)
#1E2407
(30,36,7)
#101404
(16,20,4)
#000000
(0,0,0)

Tints of #9CB422

#9CB422
(156,180,34)
#A5BA36
(165,186,54)
#AEC04A
(174,192,74)
#B7C65E
(183,198,94)
#C0CC72
(192,204,114)
#C9D286
(201,210,134)
#D2D89A
(210,216,154)
#DBDEAE
(219,222,174)
#E4E4C2
(228,228,194)
#EDEAD6
(237,234,214)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB422; }

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

This text font color is #9CB422.


Background Color

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

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

This div background color is #9CB422.


Border color

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

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

This div border color is #9CB422.


Opacity

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

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

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

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

This text has shadow with #9CB422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB422 on black background.


Color preview on white background

This text has color #9CB422 on white background.



Black color preview on #9CB422 background

This text has black color on #9CB422 background.


White color preview on #9CB422 background

This text has white color on #9CB422 background.