COLOR #9BAA55

HEX: #9BAA55
RGB: (155,170,85)

Color info

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

RGB color model

#9BAA55 color RGB value is (155,170,85).

  • red value is 155;
  • green value is 170;
  • blue value is 85.
RGB:
(155,170,85)
(61%,67%,33%)

RGB channels and saturation

R 155 of 255 = 61%
G 170 of 255 = 67%
B 85 of 255 = 33%

155
170
85

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

Portions of RGB colors in percentages

R + G + B =
155 + 170 + 85 = 410 (100%)
R 155 of 410 ~ 37.8%
G 170 of 410 ~ 41.46%
B 85 of 410 ~ 20.73%

%37.8
%41.46
%20.73

CMYK color model

#9BAA55 color CMYK value is (9,0,50,33).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 33.33%
CMYK:
(9,0,50,33)
C9M0Y50K33 
(9%,0%,50%,33%)
(0.09/0.00/0.50/0.33)	

CMYK percentages

%8.82
%0
%50
%33.33

Codes

Color #9BAA55 in popluar color models

9BAA55
RGB15517085
HSL71°33.33%50.00%
HSB/HSV71°50.00%66.67%
CMYK8.82%0.00%50.00%
33.33%

Color #9BAA55 in popluar number systems.

HEX9BAA55
Decimal15517085
Binary10011011101010101010101
Octal233252125

Shades and tints

Shades of #9BAA55

#9BAA55
(155,170,85)
#8D9B4E
(141,155,78)
#7F8C47
(127,140,71)
#717D40
(113,125,64)
#636E39
(99,110,57)
#555F32
(85,95,50)
#47502B
(71,80,43)
#394124
(57,65,36)
#2B321D
(43,50,29)
#1D2316
(29,35,22)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #9BAA55

#9BAA55
(155,170,85)
#A4B164
(164,177,100)
#ADB873
(173,184,115)
#B6BF82
(182,191,130)
#BFC691
(191,198,145)
#C8CDA0
(200,205,160)
#D1D4AF
(209,212,175)
#DADBBE
(218,219,190)
#E3E2CD
(227,226,205)
#ECE9DC
(236,233,220)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAA55 color. Also use rgb(155,170,85) instead hex code.

Text Font Color

.myTextColor { color: #9BAA55; }

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

This text font color is #9BAA55.


Background Color

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

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

This div background color is #9BAA55.


Border color

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

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

This div border color is #9BAA55.


Opacity

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

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

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

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

This text has shadow with #9BAA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAA55 on black background.


Color preview on white background

This text has color #9BAA55 on white background.



Black color preview on #9BAA55 background

This text has black color on #9BAA55 background.


White color preview on #9BAA55 background

This text has white color on #9BAA55 background.