COLOR #BAF495

HEX: #BAF495
RGB: (186,244,149)

Color info

#BAF495 contains mainly red and green colors. Web safe color of #BAF495 is #CCFF99 (or #CF9).

RGB color model

#BAF495 color RGB value is (186,244,149).

  • red value is 186;
  • green value is 244;
  • blue value is 149.
RGB:
(186,244,149)
(73%,96%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 244 of 255 = 96%
B 149 of 255 = 58%

186
244
149

R + G + B ~ 76%. #BAF495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 244 + 149 = 579 (100%)
R 186 of 579 ~ 32.12%
G 244 of 579 ~ 42.14%
B 149 of 579 ~ 25.73%

%32.12
%42.14
%25.73

CMYK color model

#BAF495 color CMYK value is (24,0,39,4).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 38.93%
  • key color value is 4.31%
CMYK:
(24,0,39,4)
C24M0Y39K4 
(24%,0%,39%,4%)
(0.24/0.00/0.39/0.04)	

CMYK percentages

%23.77
%0
%38.93
%4.31

Codes

Color #BAF495 in popluar color models

BAF495
RGB186244149
HSL97°81.20%77.06%
HSB/HSV97°38.93%95.69%
CMYK23.77%0.00%38.93%
4.31%

Color #BAF495 in popluar number systems.

HEXBAF495
Decimal186244149
Binary101110101111010010010101
Octal272364225

Shades and tints

Shades of #BAF495

#BAF495
(186,244,149)
#AADE88
(170,222,136)
#9AC87B
(154,200,123)
#8AB26E
(138,178,110)
#7A9C61
(122,156,97)
#6A8654
(106,134,84)
#5A7047
(90,112,71)
#4A5A3A
(74,90,58)
#3A442D
(58,68,45)
#2A2E20
(42,46,32)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #BAF495

#BAF495
(186,244,149)
#C0F59E
(192,245,158)
#C6F6A7
(198,246,167)
#CCF7B0
(204,247,176)
#D2F8B9
(210,248,185)
#D8F9C2
(216,249,194)
#DEFACB
(222,250,203)
#E4FBD4
(228,251,212)
#EAFCDD
(234,252,221)
#F0FDE6
(240,253,230)
#F6FEEF
(246,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF495 color. Also use rgb(186,244,149) instead hex code.

Text Font Color

.myTextColor { color: #BAF495; }

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

This text font color is #BAF495.


Background Color

.myBgColor { background-color: #BAF495; }

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

This div background color is #BAF495.


Border color

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

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

This div border color is #BAF495.


Opacity

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

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

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

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

This text has shadow with #BAF495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF495 on black background.


Color preview on white background

This text has color #BAF495 on white background.



Black color preview on #BAF495 background

This text has black color on #BAF495 background.


White color preview on #BAF495 background

This text has white color on #BAF495 background.