COLOR #B8BB14

HEX: #B8BB14
RGB: (184,187,20)

Color info

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

RGB color model

#B8BB14 color RGB value is (184,187,20).

  • red value is 184;
  • green value is 187;
  • blue value is 20.
RGB:
(184,187,20)
(72%,73%,8%)

RGB channels and saturation

R 184 of 255 = 72%
G 187 of 255 = 73%
B 20 of 255 = 8%

184
187
20

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

Portions of RGB colors in percentages

R + G + B =
184 + 187 + 20 = 391 (100%)
R 184 of 391 ~ 47.06%
G 187 of 391 ~ 47.83%
B 20 of 391 ~ 5.12%

%47.06
%47.83

CMYK color model

#B8BB14 color CMYK value is (2,0,89,27).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 89.30%
  • key color value is 26.67%
CMYK:
(2,0,89,27)
C2M0Y89K27 
(2%,0%,89%,27%)
(0.02/0.00/0.89/0.27)	

CMYK percentages

%1.6
%0
%89.3
%26.67

Codes

Color #B8BB14 in popluar color models

B8BB14
RGB18418720
HSL61°80.68%40.59%
HSB/HSV61°89.30%73.33%
CMYK1.60%0.00%89.30%
26.67%

Color #B8BB14 in popluar number systems.

HEXB8BB14
Decimal18418720
Binary101110001011101110100
Octal27027324

Shades and tints

Shades of #B8BB14

#B8BB14
(184,187,20)
#A8AA13
(168,170,19)
#989912
(152,153,18)
#888811
(136,136,17)
#787710
(120,119,16)
#68660F
(104,102,15)
#58550E
(88,85,14)
#48440D
(72,68,13)
#38330C
(56,51,12)
#28220B
(40,34,11)
#18110A
(24,17,10)
#000000
(0,0,0)

Tints of #B8BB14

#B8BB14
(184,187,20)
#BEC129
(190,193,41)
#C4C73E
(196,199,62)
#CACD53
(202,205,83)
#D0D368
(208,211,104)
#D6D97D
(214,217,125)
#DCDF92
(220,223,146)
#E2E5A7
(226,229,167)
#E8EBBC
(232,235,188)
#EEF1D1
(238,241,209)
#F4F7E6
(244,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BB14 color. Also use rgb(184,187,20) instead hex code.

Text Font Color

.myTextColor { color: #B8BB14; }

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

This text font color is #B8BB14.


Background Color

.myBgColor { background-color: #B8BB14; }

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

This div background color is #B8BB14.


Border color

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

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

This div border color is #B8BB14.


Opacity

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

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

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

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

This text has shadow with #B8BB14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BB14 on black background.


Color preview on white background

This text has color #B8BB14 on white background.



Black color preview on #B8BB14 background

This text has black color on #B8BB14 background.


White color preview on #B8BB14 background

This text has white color on #B8BB14 background.