COLOR #B9BC56

HEX: #B9BC56 RGB: (185,188,86)

Color info

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

RGB color model

#B9BC56 color RGB value is (185,188,86).

RGB: (185,188,86) (73%, 74%, 34%)

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 86 of 255 = 34%

185
188
86

R + G + B ~ 60%. #B9BC56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 185 + 188 + 86 = 459 (100%)
R 185 of 459 ~ 40.31%
G 188 of 459 ~ 40.96%
B 86 of 459 ~ 18.74'%

%40.31
%40.96
%18.74

CMYK color model

#B9BC56 color CMYK value is (2,0,54,26).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 26.27%

CMYK: (2,0,54,26)
C2M0Y54K26 (2%, 0%, 54%, 26%)
(0.02 / 0.00 / 0.54 / 0.26)

CMYK percentages

%1.6
%0
%54.26
%26.27

Codes

Color #B9BC56 in popluar color models

B9 BC 56
RGB 185 188 86
HSL 62° 43.22% 53.73%
HSB/HSV 62° 54.26% 73.73%
CMYK 1.60% 0.00% 54.26%
26.27%

Color #B9BC56 in popluar number systems.

HEX B9 BC 56
Decimal 185 188 86
Binary 10111001 10111100 1010110
Octal 271 274 126

Shades and tints

Shades of #B9BC56

#B9BC56
(185,188,86)
#A9AB4F
(169,171,79)
#999A48
(153,154,72)
#898941
(137,137,65)
#79783A
(121,120,58)
#696733
(105,103,51)
#59562C
(89,86,44)
#494525
(73,69,37)
#39341E
(57,52,30)
#292317
(41,35,23)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #B9BC56

#B9BC56
(185,188,86)
#BFC265
(191,194,101)
#C5C874
(197,200,116)
#CBCE83
(203,206,131)
#D1D492
(209,212,146)
#D7DAA1
(215,218,161)
#DDE0B0
(221,224,176)
#E3E6BF
(227,230,191)
#E9ECCE
(233,236,206)
#EFF2DD
(239,242,221)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BC56 color. Also use rgb(185,188,86) instead hex code.

Text Font Color

.myTextColor { color: #B9BC56; }

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

This text font color is #B9BC56.

Background Color

.myBgColor { background-color: #B9BC56; }

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

This div background color is #B9BC56.

Border color

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

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

This div border color is #B9BC56.

Opacity

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

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

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

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

This text has shadow with #B9BC56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BC56.

Preview

Color preview on black background

This text has color #B9BC56 on black background.


Color preview on white background

This text has color #B9BC56 on white background.


Black color preview on #B9BC56 background

This text has black color on #B9BC56 background.


White color preview on #B9BC56 background

This text has white color on #B9BC56 background.


Related colors

Complementary color

Complementary color for #hex is #4643A9.


I love getcolorcode.com

Triadic colors

1 #56B9BC and #BC56B9 with #B9BC56 are triadic colors.

2 #56BCB9 and #BCB956 with #B9BC56 are triadic colors.