COLOR #B7C514

HEX: #B7C514
RGB: (183,197,20)

Color info

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

RGB color model

#B7C514 color RGB value is (183,197,20).

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

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 20 of 255 = 8%

183
197
20

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

Portions of RGB colors in percentages

R + G + B =
183 + 197 + 20 = 400 (100%)
R 183 of 400 ~ 45.75%
G 197 of 400 ~ 49.25%
B 20 of 400 ~ 5%

%45.75
%49.25

CMYK color model

#B7C514 color CMYK value is (7,0,90,23).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 89.85%
  • key color value is 22.75%
CMYK:
(7,0,90,23)
C7M0Y90K23 
(7%,0%,90%,23%)
(0.07/0.00/0.90/0.23)	

CMYK percentages

%7.11
%0
%89.85
%22.75

Codes

Color #B7C514 in popluar color models

B7C514
RGB18319720
HSL65°81.57%42.55%
HSB/HSV65°89.85%77.25%
CMYK7.11%0.00%89.85%
22.75%

Color #B7C514 in popluar number systems.

HEXB7C514
Decimal18319720
Binary101101111100010110100
Octal26730524

Shades and tints

Shades of #B7C514

#B7C514
(183,197,20)
#A7B413
(167,180,19)
#97A312
(151,163,18)
#879211
(135,146,17)
#778110
(119,129,16)
#67700F
(103,112,15)
#575F0E
(87,95,14)
#474E0D
(71,78,13)
#373D0C
(55,61,12)
#272C0B
(39,44,11)
#171B0A
(23,27,10)
#000000
(0,0,0)

Tints of #B7C514

#B7C514
(183,197,20)
#BDCA29
(189,202,41)
#C3CF3E
(195,207,62)
#C9D453
(201,212,83)
#CFD968
(207,217,104)
#D5DE7D
(213,222,125)
#DBE392
(219,227,146)
#E1E8A7
(225,232,167)
#E7EDBC
(231,237,188)
#EDF2D1
(237,242,209)
#F3F7E6
(243,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C514; }

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

This text font color is #B7C514.


Background Color

.myBgColor { background-color: #B7C514; }

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

This div background color is #B7C514.


Border color

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

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

This div border color is #B7C514.


Opacity

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

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

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

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

This text has shadow with #B7C514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C514 on black background.


Color preview on white background

This text has color #B7C514 on white background.



Black color preview on #B7C514 background

This text has black color on #B7C514 background.


White color preview on #B7C514 background

This text has white color on #B7C514 background.