COLOR #B9C598

HEX: #B9C598
RGB: (185,197,152)

Color info

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

RGB color model

#B9C598 color RGB value is (185,197,152).

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

RGB channels and saturation

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

185
197
152

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

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 152 = 534 (100%)
R 185 of 534 ~ 34.64%
G 197 of 534 ~ 36.89%
B 152 of 534 ~ 28.46%

%34.64
%36.89
%28.46

CMYK color model

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

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(6,0,23,23)
C6M0Y23K23 
(6%,0%,23%,23%)
(0.06/0.00/0.23/0.23)	

CMYK percentages

%6.09
%0
%22.84
%22.75

Codes

Color #B9C598 in popluar color models

B9C598
RGB185197152
HSL76°27.95%68.43%
HSB/HSV76°22.84%77.25%
CMYK6.09%0.00%22.84%
22.75%

Color #B9C598 in popluar number systems.

HEXB9C598
Decimal185197152
Binary101110011100010110011000
Octal271305230

Shades and tints

Shades of #B9C598

#B9C598
(185,197,152)
#A9B48B
(169,180,139)
#99A37E
(153,163,126)
#899271
(137,146,113)
#798164
(121,129,100)
#697057
(105,112,87)
#595F4A
(89,95,74)
#494E3D
(73,78,61)
#393D30
(57,61,48)
#292C23
(41,44,35)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #B9C598

#B9C598
(185,197,152)
#BFCAA1
(191,202,161)
#C5CFAA
(197,207,170)
#CBD4B3
(203,212,179)
#D1D9BC
(209,217,188)
#D7DEC5
(215,222,197)
#DDE3CE
(221,227,206)
#E3E8D7
(227,232,215)
#E9EDE0
(233,237,224)
#EFF2E9
(239,242,233)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C598; }

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

This text font color is #B9C598.


Background Color

.myBgColor { background-color: #B9C598; }

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

This div background color is #B9C598.


Border color

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

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

This div border color is #B9C598.


Opacity

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

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

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

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

This text has shadow with #B9C598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C598 on black background.


Color preview on white background

This text has color #B9C598 on white background.



Black color preview on #B9C598 background

This text has black color on #B9C598 background.


White color preview on #B9C598 background

This text has white color on #B9C598 background.