COLOR #B4B910

HEX: #B4B910
RGB: (180,185,16)

Color info

#B4B910 contains mainly red and green colors. Web safe color of #B4B910 is #CCCC00 (or #CC0).

RGB color model

#B4B910 color RGB value is (180,185,16).

  • red value is 180;
  • green value is 185;
  • blue value is 16.
RGB:
(180,185,16)
(71%,73%,6%)

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 16 of 255 = 6%

180
185
16

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

Portions of RGB colors in percentages

R + G + B =
180 + 185 + 16 = 381 (100%)
R 180 of 381 ~ 47.24%
G 185 of 381 ~ 48.56%
B 16 of 381 ~ 4.2%

%47.24
%48.56

CMYK color model

#B4B910 color CMYK value is (3,0,91,27).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 91.35%
  • key color value is 27.45%
CMYK:
(3,0,91,27)
C3M0Y91K27 
(3%,0%,91%,27%)
(0.03/0.00/0.91/0.27)	

CMYK percentages

%2.7
%0
%91.35
%27.45

Codes

Color #B4B910 in popluar color models

B4B910
RGB18018516
HSL62°84.08%39.41%
HSB/HSV62°91.35%72.55%
CMYK2.70%0.00%91.35%
27.45%

Color #B4B910 in popluar number systems.

HEXB4B910
Decimal18018516
Binary101101001011100110000
Octal26427120

Shades and tints

Shades of #B4B910

#B4B910
(180,185,16)
#A4A90F
(164,169,15)
#94990E
(148,153,14)
#84890D
(132,137,13)
#74790C
(116,121,12)
#64690B
(100,105,11)
#54590A
(84,89,10)
#444909
(68,73,9)
#343908
(52,57,8)
#242907
(36,41,7)
#141906
(20,25,6)
#000000
(0,0,0)

Tints of #B4B910

#B4B910
(180,185,16)
#BABF25
(186,191,37)
#C0C53A
(192,197,58)
#C6CB4F
(198,203,79)
#CCD164
(204,209,100)
#D2D779
(210,215,121)
#D8DD8E
(216,221,142)
#DEE3A3
(222,227,163)
#E4E9B8
(228,233,184)
#EAEFCD
(234,239,205)
#F0F5E2
(240,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B910; }

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

This text font color is #B4B910.


Background Color

.myBgColor { background-color: #B4B910; }

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

This div background color is #B4B910.


Border color

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

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

This div border color is #B4B910.


Opacity

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

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

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

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

This text has shadow with #B4B910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B910 on black background.


Color preview on white background

This text has color #B4B910 on white background.



Black color preview on #B4B910 background

This text has black color on #B4B910 background.


White color preview on #B4B910 background

This text has white color on #B4B910 background.