COLOR #9BBA59

HEX: #9BBA59
RGB: (155,186,89)

Color info

#9BBA59 contains mainly red and green colors. Web safe color of #9BBA59 is #99CC66 (or #9C6).

RGB color model

#9BBA59 color RGB value is (155,186,89).

  • red value is 155;
  • green value is 186;
  • blue value is 89.
RGB:
(155,186,89)
(61%,73%,35%)

RGB channels and saturation

R 155 of 255 = 61%
G 186 of 255 = 73%
B 89 of 255 = 35%

155
186
89

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

Portions of RGB colors in percentages

R + G + B =
155 + 186 + 89 = 430 (100%)
R 155 of 430 ~ 36.05%
G 186 of 430 ~ 43.26%
B 89 of 430 ~ 20.7%

%36.05
%43.26
%20.7

CMYK color model

#9BBA59 color CMYK value is (17,0,52,27).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 52.15%
  • key color value is 27.06%
CMYK:
(17,0,52,27)
C17M0Y52K27 
(17%,0%,52%,27%)
(0.17/0.00/0.52/0.27)	

CMYK percentages

%16.67
%0
%52.15
%27.06

Codes

Color #9BBA59 in popluar color models

9BBA59
RGB15518689
HSL79°41.28%53.92%
HSB/HSV79°52.15%72.94%
CMYK16.67%0.00%52.15%
27.06%

Color #9BBA59 in popluar number systems.

HEX9BBA59
Decimal15518689
Binary10011011101110101011001
Octal233272131

Shades and tints

Shades of #9BBA59

#9BBA59
(155,186,89)
#8DAA51
(141,170,81)
#7F9A49
(127,154,73)
#718A41
(113,138,65)
#637A39
(99,122,57)
#556A31
(85,106,49)
#475A29
(71,90,41)
#394A21
(57,74,33)
#2B3A19
(43,58,25)
#1D2A11
(29,42,17)
#0F1A09
(15,26,9)
#000000
(0,0,0)

Tints of #9BBA59

#9BBA59
(155,186,89)
#A4C068
(164,192,104)
#ADC677
(173,198,119)
#B6CC86
(182,204,134)
#BFD295
(191,210,149)
#C8D8A4
(200,216,164)
#D1DEB3
(209,222,179)
#DAE4C2
(218,228,194)
#E3EAD1
(227,234,209)
#ECF0E0
(236,240,224)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBA59 color. Also use rgb(155,186,89) instead hex code.

Text Font Color

.myTextColor { color: #9BBA59; }

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

This text font color is #9BBA59.


Background Color

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

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

This div background color is #9BBA59.


Border color

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

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

This div border color is #9BBA59.


Opacity

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

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

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

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

This text has shadow with #9BBA59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBA59 on black background.


Color preview on white background

This text has color #9BBA59 on white background.



Black color preview on #9BBA59 background

This text has black color on #9BBA59 background.


White color preview on #9BBA59 background

This text has white color on #9BBA59 background.