COLOR #B7BB14

HEX: #B7BB14
RGB: (183,187,20)

Color info

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

RGB color model

#B7BB14 color RGB value is (183,187,20).

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

RGB channels and saturation

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

183
187
20

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

Portions of RGB colors in percentages

R + G + B =
183 + 187 + 20 = 390 (100%)
R 183 of 390 ~ 46.92%
G 187 of 390 ~ 47.95%
B 20 of 390 ~ 5.13%

%46.92
%47.95

CMYK color model

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

  • cyan value is 2.14%
  • 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

%2.14
%0
%89.3
%26.67

Codes

Color #B7BB14 in popluar color models

B7BB14
RGB18318720
HSL61°80.68%40.59%
HSB/HSV61°89.30%73.33%
CMYK2.14%0.00%89.30%
26.67%

Color #B7BB14 in popluar number systems.

HEXB7BB14
Decimal18318720
Binary101101111011101110100
Octal26727324

Shades and tints

Shades of #B7BB14

#B7BB14
(183,187,20)
#A7AA13
(167,170,19)
#979912
(151,153,18)
#878811
(135,136,17)
#777710
(119,119,16)
#67660F
(103,102,15)
#57550E
(87,85,14)
#47440D
(71,68,13)
#37330C
(55,51,12)
#27220B
(39,34,11)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #B7BB14

#B7BB14
(183,187,20)
#BDC129
(189,193,41)
#C3C73E
(195,199,62)
#C9CD53
(201,205,83)
#CFD368
(207,211,104)
#D5D97D
(213,217,125)
#DBDF92
(219,223,146)
#E1E5A7
(225,229,167)
#E7EBBC
(231,235,188)
#EDF1D1
(237,241,209)
#F3F7E6
(243,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BB14; }

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

This text font color is #B7BB14.


Background Color

.myBgColor { background-color: #B7BB14; }

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

This div background color is #B7BB14.


Border color

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

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

This div border color is #B7BB14.


Opacity

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

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

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

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

This text has shadow with #B7BB14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BB14 on black background.


Color preview on white background

This text has color #B7BB14 on white background.



Black color preview on #B7BB14 background

This text has black color on #B7BB14 background.


White color preview on #B7BB14 background

This text has white color on #B7BB14 background.