COLOR #9B9E4B

HEX: #9B9E4B
RGB: (155,158,75)

Color info

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

RGB color model

#9B9E4B color RGB value is (155,158,75).

  • red value is 155;
  • green value is 158;
  • blue value is 75.
RGB:
(155,158,75)
(61%,62%,29%)

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 75 of 255 = 29%

155
158
75

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

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 75 = 388 (100%)
R 155 of 388 ~ 39.95%
G 158 of 388 ~ 40.72%
B 75 of 388 ~ 19.33%

%39.95
%40.72
%19.33

CMYK color model

#9B9E4B color CMYK value is (2,0,53,38).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 52.53%
  • key color value is 38.04%
CMYK:
(2,0,53,38)
C2M0Y53K38 
(2%,0%,53%,38%)
(0.02/0.00/0.53/0.38)	

CMYK percentages

%1.9
%0
%52.53
%38.04

Codes

Color #9B9E4B in popluar color models

9B9E4B
RGB15515875
HSL62°35.62%45.69%
HSB/HSV62°52.53%61.96%
CMYK1.90%0.00%52.53%
38.04%

Color #9B9E4B in popluar number systems.

HEX9B9E4B
Decimal15515875
Binary10011011100111101001011
Octal233236113

Shades and tints

Shades of #9B9E4B

#9B9E4B
(155,158,75)
#8D9045
(141,144,69)
#7F823F
(127,130,63)
#717439
(113,116,57)
#636633
(99,102,51)
#55582D
(85,88,45)
#474A27
(71,74,39)
#393C21
(57,60,33)
#2B2E1B
(43,46,27)
#1D2015
(29,32,21)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #9B9E4B

#9B9E4B
(155,158,75)
#A4A65B
(164,166,91)
#ADAE6B
(173,174,107)
#B6B67B
(182,182,123)
#BFBE8B
(191,190,139)
#C8C69B
(200,198,155)
#D1CEAB
(209,206,171)
#DAD6BB
(218,214,187)
#E3DECB
(227,222,203)
#ECE6DB
(236,230,219)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9E4B color. Also use rgb(155,158,75) instead hex code.

Text Font Color

.myTextColor { color: #9B9E4B; }

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

This text font color is #9B9E4B.


Background Color

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

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

This div background color is #9B9E4B.


Border color

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

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

This div border color is #9B9E4B.


Opacity

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

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

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

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

This text has shadow with #9B9E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9E4B on black background.


Color preview on white background

This text has color #9B9E4B on white background.



Black color preview on #9B9E4B background

This text has black color on #9B9E4B background.


White color preview on #9B9E4B background

This text has white color on #9B9E4B background.