COLOR #9BB35A

HEX: #9BB35A
RGB: (155,179,90)

Color info

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

RGB color model

#9BB35A color RGB value is (155,179,90).

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

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 90 of 255 = 35%

155
179
90

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

Portions of RGB colors in percentages

R + G + B =
155 + 179 + 90 = 424 (100%)
R 155 of 424 ~ 36.56%
G 179 of 424 ~ 42.22%
B 90 of 424 ~ 21.23%

%36.56
%42.22
%21.23

CMYK color model

#9BB35A color CMYK value is (13,0,50,30).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 49.72%
  • key color value is 29.80%
CMYK:
(13,0,50,30)
C13M0Y50K30 
(13%,0%,50%,30%)
(0.13/0.00/0.50/0.30)	

CMYK percentages

%13.41
%0
%49.72
%29.8

Codes

Color #9BB35A in popluar color models

9BB35A
RGB15517990
HSL76°36.93%52.75%
HSB/HSV76°49.72%70.20%
CMYK13.41%0.00%49.72%
29.80%

Color #9BB35A in popluar number systems.

HEX9BB35A
Decimal15517990
Binary10011011101100111011010
Octal233263132

Shades and tints

Shades of #9BB35A

#9BB35A
(155,179,90)
#8DA352
(141,163,82)
#7F934A
(127,147,74)
#718342
(113,131,66)
#63733A
(99,115,58)
#556332
(85,99,50)
#47532A
(71,83,42)
#394322
(57,67,34)
#2B331A
(43,51,26)
#1D2312
(29,35,18)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #9BB35A

#9BB35A
(155,179,90)
#A4B969
(164,185,105)
#ADBF78
(173,191,120)
#B6C587
(182,197,135)
#BFCB96
(191,203,150)
#C8D1A5
(200,209,165)
#D1D7B4
(209,215,180)
#DADDC3
(218,221,195)
#E3E3D2
(227,227,210)
#ECE9E1
(236,233,225)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB35A; }

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

This text font color is #9BB35A.


Background Color

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

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

This div background color is #9BB35A.


Border color

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

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

This div border color is #9BB35A.


Opacity

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

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

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

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

This text has shadow with #9BB35A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB35A on black background.


Color preview on white background

This text has color #9BB35A on white background.



Black color preview on #9BB35A background

This text has black color on #9BB35A background.


White color preview on #9BB35A background

This text has white color on #9BB35A background.