COLOR #B9D198

HEX: #B9D198
RGB: (185,209,152)

Color info

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

RGB color model

#B9D198 color RGB value is (185,209,152).

  • red value is 185;
  • green value is 209;
  • blue value is 152.
RGB:
(185,209,152)
(73%,82%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 209 of 255 = 82%
B 152 of 255 = 60%

185
209
152

R + G + B ~ 72%. #B9D198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 209 + 152 = 546 (100%)
R 185 of 546 ~ 33.88%
G 209 of 546 ~ 38.28%
B 152 of 546 ~ 27.84%

%33.88
%38.28
%27.84

CMYK color model

#B9D198 color CMYK value is (11,0,27,18).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 18.04%
CMYK:
(11,0,27,18)
C11M0Y27K18 
(11%,0%,27%,18%)
(0.11/0.00/0.27/0.18)	

CMYK percentages

%11.48
%0
%27.27
%18.04

Codes

Color #B9D198 in popluar color models

B9D198
RGB185209152
HSL85°38.26%70.78%
HSB/HSV85°27.27%81.96%
CMYK11.48%0.00%27.27%
18.04%

Color #B9D198 in popluar number systems.

HEXB9D198
Decimal185209152
Binary101110011101000110011000
Octal271321230

Shades and tints

Shades of #B9D198

#B9D198
(185,209,152)
#A9BE8B
(169,190,139)
#99AB7E
(153,171,126)
#899871
(137,152,113)
#798564
(121,133,100)
#697257
(105,114,87)
#595F4A
(89,95,74)
#494C3D
(73,76,61)
#393930
(57,57,48)
#292623
(41,38,35)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #B9D198

#B9D198
(185,209,152)
#BFD5A1
(191,213,161)
#C5D9AA
(197,217,170)
#CBDDB3
(203,221,179)
#D1E1BC
(209,225,188)
#D7E5C5
(215,229,197)
#DDE9CE
(221,233,206)
#E3EDD7
(227,237,215)
#E9F1E0
(233,241,224)
#EFF5E9
(239,245,233)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D198 color. Also use rgb(185,209,152) instead hex code.

Text Font Color

.myTextColor { color: #B9D198; }

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

This text font color is #B9D198.


Background Color

.myBgColor { background-color: #B9D198; }

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

This div background color is #B9D198.


Border color

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

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

This div border color is #B9D198.


Opacity

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

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

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

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

This text has shadow with #B9D198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D198 on black background.


Color preview on white background

This text has color #B9D198 on white background.



Black color preview on #B9D198 background

This text has black color on #B9D198 background.


White color preview on #B9D198 background

This text has white color on #B9D198 background.