COLOR #B9BD78

HEX: #B9BD78
RGB: (185,189,120)

Color info

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

RGB color model

#B9BD78 color RGB value is (185,189,120).

  • red value is 185;
  • green value is 189;
  • blue value is 120.
RGB:
(185,189,120)
(73%,74%,47%)

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 120 of 255 = 47%

185
189
120

R + G + B ~ 65%. #B9BD78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 120 = 494 (100%)
R 185 of 494 ~ 37.45%
G 189 of 494 ~ 38.26%
B 120 of 494 ~ 24.29%

%37.45
%38.26
%24.29

CMYK color model

#B9BD78 color CMYK value is (2,0,37,26).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 25.88%
CMYK:
(2,0,37,26)
C2M0Y37K26 
(2%,0%,37%,26%)
(0.02/0.00/0.37/0.26)	

CMYK percentages

%2.12
%0
%36.51
%25.88

Codes

Color #B9BD78 in popluar color models

B9BD78
RGB185189120
HSL63°34.33%60.59%
HSB/HSV63°36.51%74.12%
CMYK2.12%0.00%36.51%
25.88%

Color #B9BD78 in popluar number systems.

HEXB9BD78
Decimal185189120
Binary10111001101111011111000
Octal271275170

Shades and tints

Shades of #B9BD78

#B9BD78
(185,189,120)
#A9AC6E
(169,172,110)
#999B64
(153,155,100)
#898A5A
(137,138,90)
#797950
(121,121,80)
#696846
(105,104,70)
#59573C
(89,87,60)
#494632
(73,70,50)
#393528
(57,53,40)
#29241E
(41,36,30)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B9BD78

#B9BD78
(185,189,120)
#BFC384
(191,195,132)
#C5C990
(197,201,144)
#CBCF9C
(203,207,156)
#D1D5A8
(209,213,168)
#D7DBB4
(215,219,180)
#DDE1C0
(221,225,192)
#E3E7CC
(227,231,204)
#E9EDD8
(233,237,216)
#EFF3E4
(239,243,228)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BD78 color. Also use rgb(185,189,120) instead hex code.

Text Font Color

.myTextColor { color: #B9BD78; }

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

This text font color is #B9BD78.


Background Color

.myBgColor { background-color: #B9BD78; }

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

This div background color is #B9BD78.


Border color

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

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

This div border color is #B9BD78.


Opacity

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

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

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

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

This text has shadow with #B9BD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BD78 on black background.


Color preview on white background

This text has color #B9BD78 on white background.



Black color preview on #B9BD78 background

This text has black color on #B9BD78 background.


White color preview on #B9BD78 background

This text has white color on #B9BD78 background.