COLOR #B9C968

HEX: #B9C968
RGB: (185,201,104)

Color info

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

RGB color model

#B9C968 color RGB value is (185,201,104).

  • red value is 185;
  • green value is 201;
  • blue value is 104.
RGB:
(185,201,104)
(73%,79%,41%)

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 104 of 255 = 41%

185
201
104

R + G + B ~ 64%. #B9C968 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 104 = 490 (100%)
R 185 of 490 ~ 37.76%
G 201 of 490 ~ 41.02%
B 104 of 490 ~ 21.22%

%37.76
%41.02
%21.22

CMYK color model

#B9C968 color CMYK value is (8,0,48,21).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 48.26%
  • key color value is 21.18%
CMYK:
(8,0,48,21)
C8M0Y48K21 
(8%,0%,48%,21%)
(0.08/0.00/0.48/0.21)	

CMYK percentages

%7.96
%0
%48.26
%21.18

Codes

Color #B9C968 in popluar color models

B9C968
RGB185201104
HSL70°47.32%59.80%
HSB/HSV70°48.26%78.82%
CMYK7.96%0.00%48.26%
21.18%

Color #B9C968 in popluar number systems.

HEXB9C968
Decimal185201104
Binary10111001110010011101000
Octal271311150

Shades and tints

Shades of #B9C968

#B9C968
(185,201,104)
#A9B75F
(169,183,95)
#99A556
(153,165,86)
#89934D
(137,147,77)
#798144
(121,129,68)
#696F3B
(105,111,59)
#595D32
(89,93,50)
#494B29
(73,75,41)
#393920
(57,57,32)
#292717
(41,39,23)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #B9C968

#B9C968
(185,201,104)
#BFCD75
(191,205,117)
#C5D182
(197,209,130)
#CBD58F
(203,213,143)
#D1D99C
(209,217,156)
#D7DDA9
(215,221,169)
#DDE1B6
(221,225,182)
#E3E5C3
(227,229,195)
#E9E9D0
(233,233,208)
#EFEDDD
(239,237,221)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C968 color. Also use rgb(185,201,104) instead hex code.

Text Font Color

.myTextColor { color: #B9C968; }

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

This text font color is #B9C968.


Background Color

.myBgColor { background-color: #B9C968; }

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

This div background color is #B9C968.


Border color

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

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

This div border color is #B9C968.


Opacity

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

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

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

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

This text has shadow with #B9C968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C968 on black background.


Color preview on white background

This text has color #B9C968 on white background.



Black color preview on #B9C968 background

This text has black color on #B9C968 background.


White color preview on #B9C968 background

This text has white color on #B9C968 background.