COLOR #9BB353

HEX: #9BB353
RGB: (155,179,83)

Color info

#9BB353 contains mainly red and green colors. Web safe color of #9BB353 is #999966 (or #996).

RGB color model

#9BB353 color RGB value is (155,179,83).

  • red value is 155;
  • green value is 179;
  • blue value is 83.
RGB:
(155,179,83)
(61%,70%,33%)

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 83 of 255 = 33%

155
179
83

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

Portions of RGB colors in percentages

R + G + B =
155 + 179 + 83 = 417 (100%)
R 155 of 417 ~ 37.17%
G 179 of 417 ~ 42.93%
B 83 of 417 ~ 19.9%

%37.17
%42.93
%19.9

CMYK color model

#9BB353 color CMYK value is (13,0,54,30).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 53.63%
  • key color value is 29.80%
CMYK:
(13,0,54,30)
C13M0Y54K30 
(13%,0%,54%,30%)
(0.13/0.00/0.54/0.30)	

CMYK percentages

%13.41
%0
%53.63
%29.8

Codes

Color #9BB353 in popluar color models

9BB353
RGB15517983
HSL75°38.71%51.37%
HSB/HSV75°53.63%70.20%
CMYK13.41%0.00%53.63%
29.80%

Color #9BB353 in popluar number systems.

HEX9BB353
Decimal15517983
Binary10011011101100111010011
Octal233263123

Shades and tints

Shades of #9BB353

#9BB353
(155,179,83)
#8DA34C
(141,163,76)
#7F9345
(127,147,69)
#71833E
(113,131,62)
#637337
(99,115,55)
#556330
(85,99,48)
#475329
(71,83,41)
#394322
(57,67,34)
#2B331B
(43,51,27)
#1D2314
(29,35,20)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #9BB353

#9BB353
(155,179,83)
#A4B962
(164,185,98)
#ADBF71
(173,191,113)
#B6C580
(182,197,128)
#BFCB8F
(191,203,143)
#C8D19E
(200,209,158)
#D1D7AD
(209,215,173)
#DADDBC
(218,221,188)
#E3E3CB
(227,227,203)
#ECE9DA
(236,233,218)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB353 color. Also use rgb(155,179,83) instead hex code.

Text Font Color

.myTextColor { color: #9BB353; }

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

This text font color is #9BB353.


Background Color

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

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

This div background color is #9BB353.


Border color

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

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

This div border color is #9BB353.


Opacity

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

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

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

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

This text has shadow with #9BB353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB353 on black background.


Color preview on white background

This text has color #9BB353 on white background.



Black color preview on #9BB353 background

This text has black color on #9BB353 background.


White color preview on #9BB353 background

This text has white color on #9BB353 background.