COLOR #9BB168

HEX: #9BB168 RGB: (155,177,104)

Color info

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

RGB color model

#9BB168 color RGB value is (155,177,104).

RGB: (155,177,104) (61%, 69%, 41%)

RGB channels and saturation

R 155 of 255 = 61%
G 177 of 255 = 69%
B 104 of 255 = 41%

155
177
104

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

Portions of RGB colors in percentages

R + G + B = 155 + 177 + 104 = 436 (100%)
R 155 of 436 ~ 35.55%
G 177 of 436 ~ 40.6%
B 104 of 436 ~ 23.85'%

%35.55
%40.6
%23.85

CMYK color model

#9BB168 color CMYK value is (12,0,41,31).

  • cyan value is 12.43%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 30.59%

CMYK: (12,0,41,31)
C12M0Y41K31 (12%, 0%, 41%, 31%)
(0.12 / 0.00 / 0.41 / 0.31)

CMYK percentages

%12.43
%0
%41.24
%30.59

Codes

Color #9BB168 in popluar color models

9B B1 68
RGB 155 177 104
HSL 78° 31.88% 55.10%
HSB/HSV 78° 41.24% 69.41%
CMYK 12.43% 0.00% 41.24%
30.59%

Color #9BB168 in popluar number systems.

HEX 9B B1 68
Decimal 155 177 104
Binary 10011011 10110001 1101000
Octal 233 261 150

Shades and tints

Shades of #9BB168

#9BB168
(155,177,104)
#8DA15F
(141,161,95)
#7F9156
(127,145,86)
#71814D
(113,129,77)
#637144
(99,113,68)
#55613B
(85,97,59)
#475132
(71,81,50)
#394129
(57,65,41)
#2B3120
(43,49,32)
#1D2117
(29,33,23)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #9BB168

#9BB168
(155,177,104)
#A4B875
(164,184,117)
#ADBF82
(173,191,130)
#B6C68F
(182,198,143)
#BFCD9C
(191,205,156)
#C8D4A9
(200,212,169)
#D1DBB6
(209,219,182)
#DAE2C3
(218,226,195)
#E3E9D0
(227,233,208)
#ECF0DD
(236,240,221)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB168 color. Also use rgb(155,177,104) instead hex code.

Text Font Color

.myTextColor { color: #9BB168; }

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

This text font color is #9BB168.

Background Color

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

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

This div background color is #9BB168.

Border color

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

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

This div border color is #9BB168.

Opacity

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

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

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

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

This text has shadow with #9BB168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB168.

Preview

Color preview on black background

This text has color #9BB168 on black background.


Color preview on white background

This text has color #9BB168 on white background.


Black color preview on #9BB168 background

This text has black color on #9BB168 background.


White color preview on #9BB168 background

This text has white color on #9BB168 background.


Related colors

Complementary color

Complementary color for #hex is #644E97.


I love getcolorcode.com

Triadic colors

1 #689BB1 and #B1689B with #9BB168 are triadic colors.

2 #68B19B and #B19B68 with #9BB168 are triadic colors.