COLOR #9BB67B

HEX: #9BB67B RGB: (155,182,123)

Color info

#9BB67B contains red, green and blue colors in about the same proportion. Web safe color of #9BB67B is #99CC66 (or #9C6).

RGB color model

#9BB67B color RGB value is (155,182,123).

RGB: (155,182,123) (61%, 71%, 48%)

RGB channels and saturation

R 155 of 255 = 61%
G 182 of 255 = 71%
B 123 of 255 = 48%

155
182
123

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

Portions of RGB colors in percentages

R + G + B = 155 + 182 + 123 = 460 (100%)
R 155 of 460 ~ 33.7%
G 182 of 460 ~ 39.57%
B 123 of 460 ~ 26.74'%

%33.7
%39.57
%26.74

CMYK color model

#9BB67B color CMYK value is (15,0,32,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 32.42%
  • key color value is 28.63%
CMYK: (15,0,32,29) C15M0Y32K29 (15%,0%,32%,29%) (0.15/0.00/0.32/0.29) 

CMYK percentages

%14.84
%0
%32.42
%28.63

Codes

Color #9BB67B in popluar color models

9B B6 7B
RGB 155 182 123
HSL 87° 28.78% 59.80%
HSB/HSV 87° 32.42% 71.37%
CMYK 14.84% 0.00% 32.42%
28.63%

Color #9BB67B in popluar number systems.

HEX 9B B6 7B
Decimal 155 182 123
Binary 10011011 10110110 1111011
Octal 233 266 173

Shades and tints

Shades of #9BB67B

#9BB67B
(155,182,123)
#8DA670
(141,166,112)
#7F9665
(127,150,101)
#71865A
(113,134,90)
#63764F
(99,118,79)
#556644
(85,102,68)
#475639
(71,86,57)
#39462E
(57,70,46)
#2B3623
(43,54,35)
#1D2618
(29,38,24)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #9BB67B

#9BB67B
(155,182,123)
#A4BC87
(164,188,135)
#ADC293
(173,194,147)
#B6C89F
(182,200,159)
#BFCEAB
(191,206,171)
#C8D4B7
(200,212,183)
#D1DAC3
(209,218,195)
#DAE0CF
(218,224,207)
#E3E6DB
(227,230,219)
#ECECE7
(236,236,231)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB67B color. Also use rgb(155,182,123) instead hex code.

Text Font Color

.myTextColor { color: #9BB67B; }

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

This text font color is #9BB67B.

Background Color

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

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

This div background color is #9BB67B.

Border color

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

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

This div border color is #9BB67B.

Opacity

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

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

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

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

This text has shadow with #9BB67B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB67B.

Preview

Color preview on black background

This text has color #9BB67B on black background.


Color preview on white background

This text has color #9BB67B on white background.


Black color preview on #9BB67B background

This text has black color on #9BB67B background.


White color preview on #9BB67B background

This text has white color on #9BB67B background.


Related colors

Complementary color

Complementary color for #hex is #644984.


I love getcolorcode.com

Triadic colors

1 #7B9BB6 and #B67B9B with #9BB67B are triadic colors.

2 #7BB69B and #B69B7B with #9BB67B are triadic colors.