COLOR #B9B93C

HEX: #B9B93C
RGB: (185,185,60)

Color info

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

RGB color model

#B9B93C color RGB value is (185,185,60).

  • red value is 185;
  • green value is 185;
  • blue value is 60.
RGB:
(185,185,60)
(73%,73%,24%)

RGB channels and saturation

R 185 of 255 = 73%
G 185 of 255 = 73%
B 60 of 255 = 24%

185
185
60

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

Portions of RGB colors in percentages

R + G + B =
185 + 185 + 60 = 430 (100%)
R 185 of 430 ~ 43.02%
G 185 of 430 ~ 43.02%
B 60 of 430 ~ 13.95%

%43.02
%43.02
%13.95

CMYK color model

#B9B93C color CMYK value is (0,0,68,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 27.45%
CMYK:
(0,0,68,27)
C0M0Y68K27 
(0%,0%,68%,27%)
(0.00/0.00/0.68/0.27)	

CMYK percentages

%0
%0
%67.57
%27.45

Codes

Color #B9B93C in popluar color models

B9B93C
RGB18518560
HSL60°51.02%48.04%
HSB/HSV60°67.57%72.55%
CMYK0.00%0.00%67.57%
27.45%

Color #B9B93C in popluar number systems.

HEXB9B93C
Decimal18518560
Binary1011100110111001111100
Octal27127174

Shades and tints

Shades of #B9B93C

#B9B93C
(185,185,60)
#A9A937
(169,169,55)
#999932
(153,153,50)
#89892D
(137,137,45)
#797928
(121,121,40)
#696923
(105,105,35)
#59591E
(89,89,30)
#494919
(73,73,25)
#393914
(57,57,20)
#29290F
(41,41,15)
#19190A
(25,25,10)
#000000
(0,0,0)

Tints of #B9B93C

#B9B93C
(185,185,60)
#BFBF4D
(191,191,77)
#C5C55E
(197,197,94)
#CBCB6F
(203,203,111)
#D1D180
(209,209,128)
#D7D791
(215,215,145)
#DDDDA2
(221,221,162)
#E3E3B3
(227,227,179)
#E9E9C4
(233,233,196)
#EFEFD5
(239,239,213)
#F5F5E6
(245,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B93C; }

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

This text font color is #B9B93C.


Background Color

.myBgColor { background-color: #B9B93C; }

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

This div background color is #B9B93C.


Border color

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

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

This div border color is #B9B93C.


Opacity

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

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

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

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

This text has shadow with #B9B93C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B93C on black background.


Color preview on white background

This text has color #B9B93C on white background.



Black color preview on #B9B93C background

This text has black color on #B9B93C background.


White color preview on #B9B93C background

This text has white color on #B9B93C background.