COLOR #9BB296

HEX: #9BB296 RGB: (155,178,150)

Color info

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

RGB color model

#9BB296 color RGB value is (155,178,150).

RGB: (155,178,150) (61%, 70%, 59%)

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 150 of 255 = 59%

155
178
150

R + G + B ~ 63%. #9BB296 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 178 + 150 = 483 (100%)
R 155 of 483 ~ 32.09%
G 178 of 483 ~ 36.85%
B 150 of 483 ~ 31.06'%

%32.09
%36.85
%31.06

CMYK color model

#9BB296 color CMYK value is (13,0,16,30).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%

CMYK: (13,0,16,30)
C13M0Y16K30 (13%, 0%, 16%, 30%)
(0.13 / 0.00 / 0.16 / 0.30)

CMYK percentages

%12.92
%0
%15.73
%30.2

Codes

Color #9BB296 in popluar color models

9B B2 96
RGB 155 178 150
HSL 109° 15.38% 64.31%
HSB/HSV 109° 15.73% 69.80%
CMYK 12.92% 0.00% 15.73%
30.20%

Color #9BB296 in popluar number systems.

HEX 9B B2 96
Decimal 155 178 150
Binary 10011011 10110010 10010110
Octal 233 262 226

Shades and tints

Shades of #9BB296

#9BB296
(155,178,150)
#8DA289
(141,162,137)
#7F927C
(127,146,124)
#71826F
(113,130,111)
#637262
(99,114,98)
#556255
(85,98,85)
#475248
(71,82,72)
#39423B
(57,66,59)
#2B322E
(43,50,46)
#1D2221
(29,34,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #9BB296

#9BB296
(155,178,150)
#A4B99F
(164,185,159)
#ADC0A8
(173,192,168)
#B6C7B1
(182,199,177)
#BFCEBA
(191,206,186)
#C8D5C3
(200,213,195)
#D1DCCC
(209,220,204)
#DAE3D5
(218,227,213)
#E3EADE
(227,234,222)
#ECF1E7
(236,241,231)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB296; }

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

This text font color is #9BB296.

Background Color

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

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

This div background color is #9BB296.

Border color

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

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

This div border color is #9BB296.

Opacity

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

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

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

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

This text has shadow with #9BB296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB296.

Preview

Color preview on black background

This text has color #9BB296 on black background.


Color preview on white background

This text has color #9BB296 on white background.


Black color preview on #9BB296 background

This text has black color on #9BB296 background.


White color preview on #9BB296 background

This text has white color on #9BB296 background.


Related colors

Complementary color

Complementary color for #hex is #644D69.


I love getcolorcode.com

Triadic colors

1 #969BB2 and #B2969B with #9BB296 are triadic colors.

2 #96B29B and #B29B96 with #9BB296 are triadic colors.