COLOR #9BBD6D

HEX: #9BBD6D
RGB: (155,189,109)

Color info

#9BBD6D contains mainly red and green colors. Web safe color of #9BBD6D is #99CC66 (or #9C6).

RGB color model

#9BBD6D color RGB value is (155,189,109).

  • red value is 155;
  • green value is 189;
  • blue value is 109.
RGB:
(155,189,109)
(61%,74%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 189 of 255 = 74%
B 109 of 255 = 43%

155
189
109

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

Portions of RGB colors in percentages

R + G + B =
155 + 189 + 109 = 453 (100%)
R 155 of 453 ~ 34.22%
G 189 of 453 ~ 41.72%
B 109 of 453 ~ 24.06%

%34.22
%41.72
%24.06

CMYK color model

#9BBD6D color CMYK value is (18,0,42,26).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 25.88%
CMYK:
(18,0,42,26)
C18M0Y42K26 
(18%,0%,42%,26%)
(0.18/0.00/0.42/0.26)	

CMYK percentages

%17.99
%0
%42.33
%25.88

Codes

Color #9BBD6D in popluar color models

9BBD6D
RGB155189109
HSL86°37.74%58.43%
HSB/HSV86°42.33%74.12%
CMYK17.99%0.00%42.33%
25.88%

Color #9BBD6D in popluar number systems.

HEX9BBD6D
Decimal155189109
Binary10011011101111011101101
Octal233275155

Shades and tints

Shades of #9BBD6D

#9BBD6D
(155,189,109)
#8DAC64
(141,172,100)
#7F9B5B
(127,155,91)
#718A52
(113,138,82)
#637949
(99,121,73)
#556840
(85,104,64)
#475737
(71,87,55)
#39462E
(57,70,46)
#2B3525
(43,53,37)
#1D241C
(29,36,28)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #9BBD6D

#9BBD6D
(155,189,109)
#A4C37A
(164,195,122)
#ADC987
(173,201,135)
#B6CF94
(182,207,148)
#BFD5A1
(191,213,161)
#C8DBAE
(200,219,174)
#D1E1BB
(209,225,187)
#DAE7C8
(218,231,200)
#E3EDD5
(227,237,213)
#ECF3E2
(236,243,226)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBD6D color. Also use rgb(155,189,109) instead hex code.

Text Font Color

.myTextColor { color: #9BBD6D; }

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

This text font color is #9BBD6D.


Background Color

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

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

This div background color is #9BBD6D.


Border color

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

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

This div border color is #9BBD6D.


Opacity

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

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

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

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

This text has shadow with #9BBD6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBD6D on black background.


Color preview on white background

This text has color #9BBD6D on white background.



Black color preview on #9BBD6D background

This text has black color on #9BBD6D background.


White color preview on #9BBD6D background

This text has white color on #9BBD6D background.