COLOR #9BB163

HEX: #9BB163 RGB: (155,177,99)

Color info

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

RGB color model

#9BB163 color RGB value is (155,177,99).

RGB: (155,177,99) (61%, 69%, 39%)

RGB channels and saturation

R 155 of 255 = 61%
G 177 of 255 = 69%
B 99 of 255 = 39%

155
177
99

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

Portions of RGB colors in percentages

R + G + B = 155 + 177 + 99 = 431 (100%)
R 155 of 431 ~ 35.96%
G 177 of 431 ~ 41.07%
B 99 of 431 ~ 22.97'%

%35.96
%41.07
%22.97

CMYK color model

#9BB163 color CMYK value is (12,0,44,31).

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

CMYK: (12,0,44,31)
C12M0Y44K31 (12%, 0%, 44%, 31%)
(0.12 / 0.00 / 0.44 / 0.31)

CMYK percentages

%12.43
%0
%44.07
%30.59

Codes

Color #9BB163 in popluar color models

9B B1 63
RGB 155 177 99
HSL 77° 33.33% 54.12%
HSB/HSV 77° 44.07% 69.41%
CMYK 12.43% 0.00% 44.07%
30.59%

Color #9BB163 in popluar number systems.

HEX 9B B1 63
Decimal 155 177 99
Binary 10011011 10110001 1100011
Octal 233 261 143

Shades and tints

Shades of #9BB163

#9BB163
(155,177,99)
#8DA15A
(141,161,90)
#7F9151
(127,145,81)
#718148
(113,129,72)
#63713F
(99,113,63)
#556136
(85,97,54)
#47512D
(71,81,45)
#394124
(57,65,36)
#2B311B
(43,49,27)
#1D2112
(29,33,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #9BB163

#9BB163
(155,177,99)
#A4B871
(164,184,113)
#ADBF7F
(173,191,127)
#B6C68D
(182,198,141)
#BFCD9B
(191,205,155)
#C8D4A9
(200,212,169)
#D1DBB7
(209,219,183)
#DAE2C5
(218,226,197)
#E3E9D3
(227,233,211)
#ECF0E1
(236,240,225)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB163; }

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

This text font color is #9BB163.

Background Color

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

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

This div background color is #9BB163.

Border color

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

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

This div border color is #9BB163.

Opacity

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

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

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

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

This text has shadow with #9BB163 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB163.

Preview

Color preview on black background

This text has color #9BB163 on black background.


Color preview on white background

This text has color #9BB163 on white background.


Black color preview on #9BB163 background

This text has black color on #9BB163 background.


White color preview on #9BB163 background

This text has white color on #9BB163 background.


Related colors

Complementary color

Complementary color for #hex is #644E9C.


I love getcolorcode.com

Triadic colors

1 #639BB1 and #B1639B with #9BB163 are triadic colors.

2 #63B19B and #B19B63 with #9BB163 are triadic colors.