COLOR #96B40D

HEX: #96B40D
RGB: (150,180,13)

Color info

#96B40D contains mainly red and green colors. Web safe color of #96B40D is #99CC00 (or #9C0).

RGB color model

#96B40D color RGB value is (150,180,13).

  • red value is 150;
  • green value is 180;
  • blue value is 13.
RGB:
(150,180,13)
(59%,71%,5%)

RGB channels and saturation

R 150 of 255 = 59%
G 180 of 255 = 71%
B 13 of 255 = 5%

150
180
13

R + G + B ~ 45%. #96B40D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 180 + 13 = 343 (100%)
R 150 of 343 ~ 43.73%
G 180 of 343 ~ 52.48%
B 13 of 343 ~ 3.79%

%43.73
%52.48

CMYK color model

#96B40D color CMYK value is (17,0,93,29).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 92.78%
  • key color value is 29.41%
CMYK:
(17,0,93,29)
C17M0Y93K29 
(17%,0%,93%,29%)
(0.17/0.00/0.93/0.29)	

CMYK percentages

%16.67
%0
%92.78
%29.41

Codes

Color #96B40D in popluar color models

96B40D
RGB15018013
HSL71°86.53%37.84%
HSB/HSV71°92.78%70.59%
CMYK16.67%0.00%92.78%
29.41%

Color #96B40D in popluar number systems.

HEX96B40D
Decimal15018013
Binary10010110101101001101
Octal22626415

Shades and tints

Shades of #96B40D

#96B40D
(150,180,13)
#89A40C
(137,164,12)
#7C940B
(124,148,11)
#6F840A
(111,132,10)
#627409
(98,116,9)
#556408
(85,100,8)
#485407
(72,84,7)
#3B4406
(59,68,6)
#2E3405
(46,52,5)
#212404
(33,36,4)
#141403
(20,20,3)
#000000
(0,0,0)

Tints of #96B40D

#96B40D
(150,180,13)
#9FBA23
(159,186,35)
#A8C039
(168,192,57)
#B1C64F
(177,198,79)
#BACC65
(186,204,101)
#C3D27B
(195,210,123)
#CCD891
(204,216,145)
#D5DEA7
(213,222,167)
#DEE4BD
(222,228,189)
#E7EAD3
(231,234,211)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B40D color. Also use rgb(150,180,13) instead hex code.

Text Font Color

.myTextColor { color: #96B40D; }

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

This text font color is #96B40D.


Background Color

.myBgColor { background-color: #96B40D; }

<div style="background-color:#96B40D">Inner text</div>

This div background color is #96B40D.


Border color

.myBorderColor { border: 1px solid #96B40D; }

<div style="border:3px solid #96B40D">Div</div>

This div border color is #96B40D.


Opacity

.myOpacity80 { color: #96B40D; opacity: 0.8; }

<p style="color:#96B40D;opacity:0.8;">80%</p>

Text with #96B40D 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 #96B40D;}

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

This text has shadow with #96B40D color.

.textShadow {text-shadow: 3px 3px 1px #96B40D, 3px 3px 1px red;}

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

This text has shadow with #96B40D primary color and red secondary color.


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

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

This text has shadow with #96B40D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B40D on black background.


Color preview on white background

This text has color #96B40D on white background.



Black color preview on #96B40D background

This text has black color on #96B40D background.


White color preview on #96B40D background

This text has white color on #96B40D background.