COLOR #B3C518

HEX: #B3C518
RGB: (179,197,24)

Color info

#B3C518 contains mainly red and green colors. Web safe color of #B3C518 is #99CC00 (or #9C0).

RGB color model

#B3C518 color RGB value is (179,197,24).

  • red value is 179;
  • green value is 197;
  • blue value is 24.
RGB:
(179,197,24)
(70%,77%,9%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 24 of 255 = 9%

179
197
24

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

Portions of RGB colors in percentages

R + G + B =
179 + 197 + 24 = 400 (100%)
R 179 of 400 ~ 44.75%
G 197 of 400 ~ 49.25%
B 24 of 400 ~ 6%

%44.75
%49.25

CMYK color model

#B3C518 color CMYK value is (9,0,88,23).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 87.82%
  • key color value is 22.75%
CMYK:
(9,0,88,23)
C9M0Y88K23 
(9%,0%,88%,23%)
(0.09/0.00/0.88/0.23)	

CMYK percentages

%9.14
%0
%87.82
%22.75

Codes

Color #B3C518 in popluar color models

B3C518
RGB17919724
HSL66°78.28%43.33%
HSB/HSV66°87.82%77.25%
CMYK9.14%0.00%87.82%
22.75%

Color #B3C518 in popluar number systems.

HEXB3C518
Decimal17919724
Binary101100111100010111000
Octal26330530

Shades and tints

Shades of #B3C518

#B3C518
(179,197,24)
#A3B416
(163,180,22)
#93A314
(147,163,20)
#839212
(131,146,18)
#738110
(115,129,16)
#63700E
(99,112,14)
#535F0C
(83,95,12)
#434E0A
(67,78,10)
#333D08
(51,61,8)
#232C06
(35,44,6)
#131B04
(19,27,4)
#000000
(0,0,0)

Tints of #B3C518

#B3C518
(179,197,24)
#B9CA2D
(185,202,45)
#BFCF42
(191,207,66)
#C5D457
(197,212,87)
#CBD96C
(203,217,108)
#D1DE81
(209,222,129)
#D7E396
(215,227,150)
#DDE8AB
(221,232,171)
#E3EDC0
(227,237,192)
#E9F2D5
(233,242,213)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C518 color. Also use rgb(179,197,24) instead hex code.

Text Font Color

.myTextColor { color: #B3C518; }

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

This text font color is #B3C518.


Background Color

.myBgColor { background-color: #B3C518; }

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

This div background color is #B3C518.


Border color

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

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

This div border color is #B3C518.


Opacity

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

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

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

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

This text has shadow with #B3C518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C518 on black background.


Color preview on white background

This text has color #B3C518 on white background.



Black color preview on #B3C518 background

This text has black color on #B3C518 background.


White color preview on #B3C518 background

This text has white color on #B3C518 background.