COLOR #B9BC2B

HEX: #B9BC2B RGB: (185,188,43)

Color info

#B9BC2B contains mainly red and green colors. Web safe color of #B9BC2B is #CCCC33 (or #CC3).

RGB color model

#B9BC2B color RGB value is (185,188,43).

RGB: (185,188,43) (73%, 74%, 17%)

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 43 of 255 = 17%

185
188
43

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

Portions of RGB colors in percentages

R + G + B = 185 + 188 + 43 = 416 (100%)
R 185 of 416 ~ 44.47%
G 188 of 416 ~ 45.19%
B 43 of 416 ~ 10.34'%

%44.47
%45.19

CMYK color model

#B9BC2B color CMYK value is (2,0,77,26).

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

CMYK: (2,0,77,26)
C2M0Y77K26 (2%, 0%, 77%, 26%)
(0.02 / 0.00 / 0.77 / 0.26)

CMYK percentages

%1.6
%0
%77.13
%26.27

Codes

Color #B9BC2B in popluar color models

B9 BC 2B
RGB 185 188 43
HSL 61° 62.77% 45.29%
HSB/HSV 61° 77.13% 73.73%
CMYK 1.60% 0.00% 77.13%
26.27%

Color #B9BC2B in popluar number systems.

HEX B9 BC 2B
Decimal 185 188 43
Binary 10111001 10111100 101011
Octal 271 274 53

Shades and tints

Shades of #B9BC2B

#B9BC2B
(185,188,43)
#A9AB28
(169,171,40)
#999A25
(153,154,37)
#898922
(137,137,34)
#79781F
(121,120,31)
#69671C
(105,103,28)
#595619
(89,86,25)
#494516
(73,69,22)
#393413
(57,52,19)
#292310
(41,35,16)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #B9BC2B

#B9BC2B
(185,188,43)
#BFC23E
(191,194,62)
#C5C851
(197,200,81)
#CBCE64
(203,206,100)
#D1D477
(209,212,119)
#D7DA8A
(215,218,138)
#DDE09D
(221,224,157)
#E3E6B0
(227,230,176)
#E9ECC3
(233,236,195)
#EFF2D6
(239,242,214)
#F5F8E9
(245,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BC2B; }

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

This text font color is #B9BC2B.

Background Color

.myBgColor { background-color: #B9BC2B; }

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

This div background color is #B9BC2B.

Border color

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

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

This div border color is #B9BC2B.

Opacity

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

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

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

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

This text has shadow with #B9BC2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BC2B.

Preview

Color preview on black background

This text has color #B9BC2B on black background.


Color preview on white background

This text has color #B9BC2B on white background.


Black color preview on #B9BC2B background

This text has black color on #B9BC2B background.


White color preview on #B9BC2B background

This text has white color on #B9BC2B background.


Related colors

Complementary color

Complementary color for #hex is #4643D4.


I love getcolorcode.com

Triadic colors

1 #2BB9BC and #BC2BB9 with #B9BC2B are triadic colors.

2 #2BBCB9 and #BCB92B with #B9BC2B are triadic colors.