COLOR #BAF616

HEX: #BAF616
RGB: (186,246,22)

Color info

#BAF616 contains mainly green color. Web safe color of #BAF616 is #CCFF00 (or #CF0).

RGB color model

#BAF616 color RGB value is (186,246,22).

  • red value is 186;
  • green value is 246;
  • blue value is 22.
RGB:
(186,246,22)
(73%,96%,9%)

RGB channels and saturation

R 186 of 255 = 73%
G 246 of 255 = 96%
B 22 of 255 = 9%

186
246
22

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

Portions of RGB colors in percentages

R + G + B =
186 + 246 + 22 = 454 (100%)
R 186 of 454 ~ 40.97%
G 246 of 454 ~ 54.19%
B 22 of 454 ~ 4.85%

%40.97
%54.19

CMYK color model

#BAF616 color CMYK value is (24,0,91,4).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 91.06%
  • key color value is 3.53%
CMYK:
(24,0,91,4)
C24M0Y91K4 
(24%,0%,91%,4%)
(0.24/0.00/0.91/0.04)	

CMYK percentages

%24.39
%0
%91.06
%3.53

Codes

Color #BAF616 in popluar color models

BAF616
RGB18624622
HSL76°92.56%52.55%
HSB/HSV76°91.06%96.47%
CMYK24.39%0.00%91.06%
3.53%

Color #BAF616 in popluar number systems.

HEXBAF616
Decimal18624622
Binary101110101111011010110
Octal27236626

Shades and tints

Shades of #BAF616

#BAF616
(186,246,22)
#AAE014
(170,224,20)
#9ACA12
(154,202,18)
#8AB410
(138,180,16)
#7A9E0E
(122,158,14)
#6A880C
(106,136,12)
#5A720A
(90,114,10)
#4A5C08
(74,92,8)
#3A4606
(58,70,6)
#2A3004
(42,48,4)
#1A1A02
(26,26,2)
#000000
(0,0,0)

Tints of #BAF616

#BAF616
(186,246,22)
#C0F62B
(192,246,43)
#C6F640
(198,246,64)
#CCF655
(204,246,85)
#D2F66A
(210,246,106)
#D8F67F
(216,246,127)
#DEF694
(222,246,148)
#E4F6A9
(228,246,169)
#EAF6BE
(234,246,190)
#F0F6D3
(240,246,211)
#F6F6E8
(246,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF616 color. Also use rgb(186,246,22) instead hex code.

Text Font Color

.myTextColor { color: #BAF616; }

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

This text font color is #BAF616.


Background Color

.myBgColor { background-color: #BAF616; }

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

This div background color is #BAF616.


Border color

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

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

This div border color is #BAF616.


Opacity

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

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

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

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

This text has shadow with #BAF616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF616 on black background.


Color preview on white background

This text has color #BAF616 on white background.



Black color preview on #BAF616 background

This text has black color on #BAF616 background.


White color preview on #BAF616 background

This text has white color on #BAF616 background.