COLOR #B9D59F

HEX: #B9D59F RGB: (185,213,159)

Color info

#B9D59F contains red, green and blue colors in about the same proportion. Web safe color of #B9D59F is #CCCC99 (or #CC9).

RGB color model

#B9D59F color RGB value is (185,213,159).

RGB: (185,213,159) (73%, 84%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 159 of 255 = 62%

185
213
159

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

Portions of RGB colors in percentages

R + G + B = 185 + 213 + 159 = 557 (100%)
R 185 of 557 ~ 33.21%
G 213 of 557 ~ 38.24%
B 159 of 557 ~ 28.55'%

%33.21
%38.24
%28.55

CMYK color model

#B9D59F color CMYK value is (13,0,25,16).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 16.47%

CMYK: (13,0,25,16)
C13M0Y25K16 (13%, 0%, 25%, 16%)
(0.13 / 0.00 / 0.25 / 0.16)

CMYK percentages

%13.15
%0
%25.35
%16.47

Codes

Color #B9D59F in popluar color models

B9 D5 9F
RGB 185 213 159
HSL 91° 39.13% 72.94%
HSB/HSV 91° 25.35% 83.53%
CMYK 13.15% 0.00% 25.35%
16.47%

Color #B9D59F in popluar number systems.

HEX B9 D5 9F
Decimal 185 213 159
Binary 10111001 11010101 10011111
Octal 271 325 237

Shades and tints

Shades of #B9D59F

#B9D59F
(185,213,159)
#A9C291
(169,194,145)
#99AF83
(153,175,131)
#899C75
(137,156,117)
#798967
(121,137,103)
#697659
(105,118,89)
#59634B
(89,99,75)
#49503D
(73,80,61)
#393D2F
(57,61,47)
#292A21
(41,42,33)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9D59F

#B9D59F
(185,213,159)
#BFD8A7
(191,216,167)
#C5DBAF
(197,219,175)
#CBDEB7
(203,222,183)
#D1E1BF
(209,225,191)
#D7E4C7
(215,228,199)
#DDE7CF
(221,231,207)
#E3EAD7
(227,234,215)
#E9EDDF
(233,237,223)
#EFF0E7
(239,240,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D59F color. Also use rgb(185,213,159) instead hex code.

Text Font Color

.myTextColor { color: #B9D59F; }

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

This text font color is #B9D59F.

Background Color

.myBgColor { background-color: #B9D59F; }

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

This div background color is #B9D59F.

Border color

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

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

This div border color is #B9D59F.

Opacity

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

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

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

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

This text has shadow with #B9D59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D59F.

Preview

Color preview on black background

This text has color #B9D59F on black background.


Color preview on white background

This text has color #B9D59F on white background.


Black color preview on #B9D59F background

This text has black color on #B9D59F background.


White color preview on #B9D59F background

This text has white color on #B9D59F background.


Related colors

Complementary color

Complementary color for #hex is #462A60.


I love getcolorcode.com

Triadic colors

1 #9FB9D5 and #D59FB9 with #B9D59F are triadic colors.

2 #9FD5B9 and #D5B99F with #B9D59F are triadic colors.