COLOR #9BB289

HEX: #9BB289 RGB: (155,178,137)

Color info

#9BB289 contains red, green and blue colors in about the same proportion. Web safe color of #9BB289 is #999999 (or #999).

RGB color model

#9BB289 color RGB value is (155,178,137).

RGB: (155,178,137) (61%, 70%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 137 of 255 = 54%

155
178
137

R + G + B ~ 62%. #9BB289 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 178 + 137 = 470 (100%)
R 155 of 470 ~ 32.98%
G 178 of 470 ~ 37.87%
B 137 of 470 ~ 29.15'%

%32.98
%37.87
%29.15

CMYK color model

#9BB289 color CMYK value is (13,0,23,30).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 23.03%
  • key color value is 30.20%
CMYK: (13,0,23,30) C13M0Y23K30 (13%,0%,23%,30%) (0.13/0.00/0.23/0.30) 

CMYK percentages

%12.92
%0
%23.03
%30.2

Codes

Color #9BB289 in popluar color models

9B B2 89
RGB 155 178 137
HSL 94° 21.03% 61.76%
HSB/HSV 94° 23.03% 69.80%
CMYK 12.92% 0.00% 23.03%
30.20%

Color #9BB289 in popluar number systems.

HEX 9B B2 89
Decimal 155 178 137
Binary 10011011 10110010 10001001
Octal 233 262 211

Shades and tints

Shades of #9BB289

#9BB289
(155,178,137)
#8DA27D
(141,162,125)
#7F9271
(127,146,113)
#718265
(113,130,101)
#637259
(99,114,89)
#55624D
(85,98,77)
#475241
(71,82,65)
#394235
(57,66,53)
#2B3229
(43,50,41)
#1D221D
(29,34,29)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #9BB289

#9BB289
(155,178,137)
#A4B993
(164,185,147)
#ADC09D
(173,192,157)
#B6C7A7
(182,199,167)
#BFCEB1
(191,206,177)
#C8D5BB
(200,213,187)
#D1DCC5
(209,220,197)
#DAE3CF
(218,227,207)
#E3EAD9
(227,234,217)
#ECF1E3
(236,241,227)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB289 color. Also use rgb(155,178,137) instead hex code.

Text Font Color

.myTextColor { color: #9BB289; }

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

This text font color is #9BB289.

Background Color

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

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

This div background color is #9BB289.

Border color

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

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

This div border color is #9BB289.

Opacity

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

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

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

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

This text has shadow with #9BB289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB289.

Preview

Color preview on black background

This text has color #9BB289 on black background.


Color preview on white background

This text has color #9BB289 on white background.


Black color preview on #9BB289 background

This text has black color on #9BB289 background.


White color preview on #9BB289 background

This text has white color on #9BB289 background.


Related colors

Complementary color

Complementary color for #hex is #644D76.


I love getcolorcode.com

Triadic colors

1 #899BB2 and #B2899B with #9BB289 are triadic colors.

2 #89B29B and #B29B89 with #9BB289 are triadic colors.