COLOR #9B9D2E

HEX: #9B9D2E
RGB: (155,157,46)

Color info

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

RGB color model

#9B9D2E color RGB value is (155,157,46).

  • red value is 155;
  • green value is 157;
  • blue value is 46.
RGB:
(155,157,46)
(61%,62%,18%)

RGB channels and saturation

R 155 of 255 = 61%
G 157 of 255 = 62%
B 46 of 255 = 18%

155
157
46

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

Portions of RGB colors in percentages

R + G + B =
155 + 157 + 46 = 358 (100%)
R 155 of 358 ~ 43.3%
G 157 of 358 ~ 43.85%
B 46 of 358 ~ 12.85%

%43.3
%43.85
%12.85

CMYK color model

#9B9D2E color CMYK value is (1,0,71,38).

  • cyan value is 1.27%
  • magenta value is 0.00%
  • yellow value is 70.70%
  • key color value is 38.43%
CMYK:
(1,0,71,38)
C1M0Y71K38 
(1%,0%,71%,38%)
(0.01/0.00/0.71/0.38)	

CMYK percentages

%1.27
%0
%70.7
%38.43

Codes

Color #9B9D2E in popluar color models

9B9D2E
RGB15515746
HSL61°54.68%39.80%
HSB/HSV61°70.70%61.57%
CMYK1.27%0.00%70.70%
38.43%

Color #9B9D2E in popluar number systems.

HEX9B9D2E
Decimal15515746
Binary1001101110011101101110
Octal23323556

Shades and tints

Shades of #9B9D2E

#9B9D2E
(155,157,46)
#8D8F2A
(141,143,42)
#7F8126
(127,129,38)
#717322
(113,115,34)
#63651E
(99,101,30)
#55571A
(85,87,26)
#474916
(71,73,22)
#393B12
(57,59,18)
#2B2D0E
(43,45,14)
#1D1F0A
(29,31,10)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #9B9D2E

#9B9D2E
(155,157,46)
#A4A541
(164,165,65)
#ADAD54
(173,173,84)
#B6B567
(182,181,103)
#BFBD7A
(191,189,122)
#C8C58D
(200,197,141)
#D1CDA0
(209,205,160)
#DAD5B3
(218,213,179)
#E3DDC6
(227,221,198)
#ECE5D9
(236,229,217)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9D2E color. Also use rgb(155,157,46) instead hex code.

Text Font Color

.myTextColor { color: #9B9D2E; }

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

This text font color is #9B9D2E.


Background Color

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

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

This div background color is #9B9D2E.


Border color

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

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

This div border color is #9B9D2E.


Opacity

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

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

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

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

This text has shadow with #9B9D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9D2E on black background.


Color preview on white background

This text has color #9B9D2E on white background.



Black color preview on #9B9D2E background

This text has black color on #9B9D2E background.


White color preview on #9B9D2E background

This text has white color on #9B9D2E background.