COLOR #B9C498

HEX: #B9C498
RGB: (185,196,152)

Color info

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

RGB color model

#B9C498 color RGB value is (185,196,152).

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

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 152 of 255 = 60%

185
196
152

R + G + B ~ 70%. #B9C498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 152 = 533 (100%)
R 185 of 533 ~ 34.71%
G 196 of 533 ~ 36.77%
B 152 of 533 ~ 28.52%

%34.71
%36.77
%28.52

CMYK color model

#B9C498 color CMYK value is (6,0,22,23).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 23.14%
CMYK:
(6,0,22,23)
C6M0Y22K23 
(6%,0%,22%,23%)
(0.06/0.00/0.22/0.23)	

CMYK percentages

%5.61
%0
%22.45
%23.14

Codes

Color #B9C498 in popluar color models

B9C498
RGB185196152
HSL75°27.16%68.24%
HSB/HSV75°22.45%76.86%
CMYK5.61%0.00%22.45%
23.14%

Color #B9C498 in popluar number systems.

HEXB9C498
Decimal185196152
Binary101110011100010010011000
Octal271304230

Shades and tints

Shades of #B9C498

#B9C498
(185,196,152)
#A9B38B
(169,179,139)
#99A27E
(153,162,126)
#899171
(137,145,113)
#798064
(121,128,100)
#696F57
(105,111,87)
#595E4A
(89,94,74)
#494D3D
(73,77,61)
#393C30
(57,60,48)
#292B23
(41,43,35)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #B9C498

#B9C498
(185,196,152)
#BFC9A1
(191,201,161)
#C5CEAA
(197,206,170)
#CBD3B3
(203,211,179)
#D1D8BC
(209,216,188)
#D7DDC5
(215,221,197)
#DDE2CE
(221,226,206)
#E3E7D7
(227,231,215)
#E9ECE0
(233,236,224)
#EFF1E9
(239,241,233)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C498; }

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

This text font color is #B9C498.


Background Color

.myBgColor { background-color: #B9C498; }

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

This div background color is #B9C498.


Border color

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

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

This div border color is #B9C498.


Opacity

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

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

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

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

This text has shadow with #B9C498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C498 on black background.


Color preview on white background

This text has color #B9C498 on white background.



Black color preview on #B9C498 background

This text has black color on #B9C498 background.


White color preview on #B9C498 background

This text has white color on #B9C498 background.