COLOR #B9D37B

HEX: #B9D37B
RGB: (185,211,123)

Color info

#B9D37B contains mainly red and green colors. Web safe color of #B9D37B is #CCCC66 (or #CC6).

RGB color model

#B9D37B color RGB value is (185,211,123).

  • red value is 185;
  • green value is 211;
  • blue value is 123.
RGB:
(185,211,123)
(73%,83%,48%)

RGB channels and saturation

R 185 of 255 = 73%
G 211 of 255 = 83%
B 123 of 255 = 48%

185
211
123

R + G + B ~ 68%. #B9D37B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 211 + 123 = 519 (100%)
R 185 of 519 ~ 35.65%
G 211 of 519 ~ 40.66%
B 123 of 519 ~ 23.7%

%35.65
%40.66
%23.7

CMYK color model

#B9D37B color CMYK value is (12,0,42,17).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 17.25%
CMYK:
(12,0,42,17)
C12M0Y42K17 
(12%,0%,42%,17%)
(0.12/0.00/0.42/0.17)	

CMYK percentages

%12.32
%0
%41.71
%17.25

Codes

Color #B9D37B in popluar color models

B9D37B
RGB185211123
HSL78°50.00%65.49%
HSB/HSV78°41.71%82.75%
CMYK12.32%0.00%41.71%
17.25%

Color #B9D37B in popluar number systems.

HEXB9D37B
Decimal185211123
Binary10111001110100111111011
Octal271323173

Shades and tints

Shades of #B9D37B

#B9D37B
(185,211,123)
#A9C070
(169,192,112)
#99AD65
(153,173,101)
#899A5A
(137,154,90)
#79874F
(121,135,79)
#697444
(105,116,68)
#596139
(89,97,57)
#494E2E
(73,78,46)
#393B23
(57,59,35)
#292818
(41,40,24)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #B9D37B

#B9D37B
(185,211,123)
#BFD787
(191,215,135)
#C5DB93
(197,219,147)
#CBDF9F
(203,223,159)
#D1E3AB
(209,227,171)
#D7E7B7
(215,231,183)
#DDEBC3
(221,235,195)
#E3EFCF
(227,239,207)
#E9F3DB
(233,243,219)
#EFF7E7
(239,247,231)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D37B color. Also use rgb(185,211,123) instead hex code.

Text Font Color

.myTextColor { color: #B9D37B; }

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

This text font color is #B9D37B.


Background Color

.myBgColor { background-color: #B9D37B; }

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

This div background color is #B9D37B.


Border color

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

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

This div border color is #B9D37B.


Opacity

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

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

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

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

This text has shadow with #B9D37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D37B on black background.


Color preview on white background

This text has color #B9D37B on white background.



Black color preview on #B9D37B background

This text has black color on #B9D37B background.


White color preview on #B9D37B background

This text has white color on #B9D37B background.