COLOR #B9DA9B

HEX: #B9DA9B RGB: (185,218,155)

Color info

#B9DA9B contains mainly red and green colors. Web safe color of #B9DA9B is #CCCC99 (or #CC9).

RGB color model

#B9DA9B color RGB value is (185,218,155).

RGB: (185,218,155) (73%, 85%, 61%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 155 of 255 = 61%

185
218
155

R + G + B ~ 73%. #B9DA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 218 + 155 = 558 (100%)
R 185 of 558 ~ 33.15%
G 218 of 558 ~ 39.07%
B 155 of 558 ~ 27.78'%

%33.15
%39.07
%27.78

CMYK color model

#B9DA9B color CMYK value is (15,0,29,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 14.51%

CMYK: (15,0,29,15)
C15M0Y29K15 (15%, 0%, 29%, 15%)
(0.15 / 0.00 / 0.29 / 0.15)

CMYK percentages

%15.14
%0
%28.9
%14.51

Codes

Color #B9DA9B in popluar color models

B9 DA 9B
RGB 185 218 155
HSL 91° 45.99% 73.14%
HSB/HSV 91° 28.90% 85.49%
CMYK 15.14% 0.00% 28.90%
14.51%

Color #B9DA9B in popluar number systems.

HEX B9 DA 9B
Decimal 185 218 155
Binary 10111001 11011010 10011011
Octal 271 332 233

Shades and tints

Shades of #B9DA9B

#B9DA9B
(185,218,155)
#A9C78D
(169,199,141)
#99B47F
(153,180,127)
#89A171
(137,161,113)
#798E63
(121,142,99)
#697B55
(105,123,85)
#596847
(89,104,71)
#495539
(73,85,57)
#39422B
(57,66,43)
#292F1D
(41,47,29)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #B9DA9B

#B9DA9B
(185,218,155)
#BFDDA4
(191,221,164)
#C5E0AD
(197,224,173)
#CBE3B6
(203,227,182)
#D1E6BF
(209,230,191)
#D7E9C8
(215,233,200)
#DDECD1
(221,236,209)
#E3EFDA
(227,239,218)
#E9F2E3
(233,242,227)
#EFF5EC
(239,245,236)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DA9B color. Also use rgb(185,218,155) instead hex code.

Text Font Color

.myTextColor { color: #B9DA9B; }

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

This text font color is #B9DA9B.

Background Color

.myBgColor { background-color: #B9DA9B; }

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

This div background color is #B9DA9B.

Border color

.myBorderColor { border: 1px solid #B9DA9B; }

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

This div border color is #B9DA9B.

Opacity

.myOpacity80 { color: #B9DA9B; opacity: 0.8; }

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

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

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

This text has shadow with #B9DA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DA9B.

Preview

Color preview on black background

This text has color #B9DA9B on black background.


Color preview on white background

This text has color #B9DA9B on white background.


Black color preview on #B9DA9B background

This text has black color on #B9DA9B background.


White color preview on #B9DA9B background

This text has white color on #B9DA9B background.


Related colors

Complementary color

Complementary color for #hex is #462564.


I love getcolorcode.com

Triadic colors

1 #9BB9DA and #DA9BB9 with #B9DA9B are triadic colors.

2 #9BDAB9 and #DAB99B with #B9DA9B are triadic colors.