COLOR #B9C040

HEX: #B9C040 RGB: (185,192,64)

Color info

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

RGB color model

#B9C040 color RGB value is (185,192,64).

RGB: (185,192,64) (73%, 75%, 25%)

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 64 of 255 = 25%

185
192
64

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

Portions of RGB colors in percentages

R + G + B = 185 + 192 + 64 = 441 (100%)
R 185 of 441 ~ 41.95%
G 192 of 441 ~ 43.54%
B 64 of 441 ~ 14.51'%

%41.95
%43.54
%14.51

CMYK color model

#B9C040 color CMYK value is (4,0,67,25).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 24.71%

CMYK: (4,0,67,25)
C4M0Y67K25 (4%, 0%, 67%, 25%)
(0.04 / 0.00 / 0.67 / 0.25)

CMYK percentages

%3.65
%0
%66.67
%24.71

Codes

Color #B9C040 in popluar color models

B9 C0 40
RGB 185 192 64
HSL 63° 50.39% 50.20%
HSB/HSV 63° 66.67% 75.29%
CMYK 3.65% 0.00% 66.67%
24.71%

Color #B9C040 in popluar number systems.

HEX B9 C0 40
Decimal 185 192 64
Binary 10111001 11000000 1000000
Octal 271 300 100

Shades and tints

Shades of #B9C040

#B9C040
(185,192,64)
#A9AF3B
(169,175,59)
#999E36
(153,158,54)
#898D31
(137,141,49)
#797C2C
(121,124,44)
#696B27
(105,107,39)
#595A22
(89,90,34)
#49491D
(73,73,29)
#393818
(57,56,24)
#292713
(41,39,19)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #B9C040

#B9C040
(185,192,64)
#BFC551
(191,197,81)
#C5CA62
(197,202,98)
#CBCF73
(203,207,115)
#D1D484
(209,212,132)
#D7D995
(215,217,149)
#DDDEA6
(221,222,166)
#E3E3B7
(227,227,183)
#E9E8C8
(233,232,200)
#EFEDD9
(239,237,217)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C040 color. Also use rgb(185,192,64) instead hex code.

Text Font Color

.myTextColor { color: #B9C040; }

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

This text font color is #B9C040.

Background Color

.myBgColor { background-color: #B9C040; }

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

This div background color is #B9C040.

Border color

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

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

This div border color is #B9C040.

Opacity

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

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

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

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

This text has shadow with #B9C040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C040.

Preview

Color preview on black background

This text has color #B9C040 on black background.


Color preview on white background

This text has color #B9C040 on white background.


Black color preview on #B9C040 background

This text has black color on #B9C040 background.


White color preview on #B9C040 background

This text has white color on #B9C040 background.


Related colors

Complementary color

Complementary color for #hex is #463FBF.


I love getcolorcode.com

Triadic colors

1 #40B9C0 and #C040B9 with #B9C040 are triadic colors.

2 #40C0B9 and #C0B940 with #B9C040 are triadic colors.