COLOR #9BB88D

HEX: #9BB88D RGB: (155,184,141)

Color info

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

RGB color model

#9BB88D color RGB value is (155,184,141).

RGB: (155,184,141) (61%, 72%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 184 of 255 = 72%
B 141 of 255 = 55%

155
184
141

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

Portions of RGB colors in percentages

R + G + B = 155 + 184 + 141 = 480 (100%)
R 155 of 480 ~ 32.29%
G 184 of 480 ~ 38.33%
B 141 of 480 ~ 29.38'%

%32.29
%38.33
%29.38

CMYK color model

#9BB88D color CMYK value is (16,0,23,28).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%

CMYK: (16,0,23,28)
C16M0Y23K28 (16%, 0%, 23%, 28%)
(0.16 / 0.00 / 0.23 / 0.28)

CMYK percentages

%15.76
%0
%23.37
%27.84

Codes

Color #9BB88D in popluar color models

9B B8 8D
RGB 155 184 141
HSL 100° 23.24% 63.73%
HSB/HSV 100° 23.37% 72.16%
CMYK 15.76% 0.00% 23.37%
27.84%

Color #9BB88D in popluar number systems.

HEX 9B B8 8D
Decimal 155 184 141
Binary 10011011 10111000 10001101
Octal 233 270 215

Shades and tints

Shades of #9BB88D

#9BB88D
(155,184,141)
#8DA881
(141,168,129)
#7F9875
(127,152,117)
#718869
(113,136,105)
#63785D
(99,120,93)
#556851
(85,104,81)
#475845
(71,88,69)
#394839
(57,72,57)
#2B382D
(43,56,45)
#1D2821
(29,40,33)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #9BB88D

#9BB88D
(155,184,141)
#A4BE97
(164,190,151)
#ADC4A1
(173,196,161)
#B6CAAB
(182,202,171)
#BFD0B5
(191,208,181)
#C8D6BF
(200,214,191)
#D1DCC9
(209,220,201)
#DAE2D3
(218,226,211)
#E3E8DD
(227,232,221)
#ECEEE7
(236,238,231)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB88D color. Also use rgb(155,184,141) instead hex code.

Text Font Color

.myTextColor { color: #9BB88D; }

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

This text font color is #9BB88D.

Background Color

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

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

This div background color is #9BB88D.

Border color

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

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

This div border color is #9BB88D.

Opacity

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

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

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

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

This text has shadow with #9BB88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB88D.

Preview

Color preview on black background

This text has color #9BB88D on black background.


Color preview on white background

This text has color #9BB88D on white background.


Black color preview on #9BB88D background

This text has black color on #9BB88D background.


White color preview on #9BB88D background

This text has white color on #9BB88D background.


Related colors

Complementary color

Complementary color for #hex is #644772.


I love getcolorcode.com

Triadic colors

1 #8D9BB8 and #B88D9B with #9BB88D are triadic colors.

2 #8DB89B and #B89B8D with #9BB88D are triadic colors.