COLOR #BAF59B

HEX: #BAF59B
RGB: (186,245,155)

Color info

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

RGB color model

#BAF59B color RGB value is (186,245,155).

  • red value is 186;
  • green value is 245;
  • blue value is 155.
RGB:
(186,245,155)
(73%,96%,61%)

RGB channels and saturation

R 186 of 255 = 73%
G 245 of 255 = 96%
B 155 of 255 = 61%

186
245
155

R + G + B ~ 77%. #BAF59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 245 + 155 = 586 (100%)
R 186 of 586 ~ 31.74%
G 245 of 586 ~ 41.81%
B 155 of 586 ~ 26.45%

%31.74
%41.81
%26.45

CMYK color model

#BAF59B color CMYK value is (24,0,37,4).

  • cyan value is 24.08%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 3.92%
CMYK:
(24,0,37,4)
C24M0Y37K4 
(24%,0%,37%,4%)
(0.24/0.00/0.37/0.04)	

CMYK percentages

%24.08
%0
%36.73
%3.92

Codes

Color #BAF59B in popluar color models

BAF59B
RGB186245155
HSL99°81.82%78.43%
HSB/HSV99°36.73%96.08%
CMYK24.08%0.00%36.73%
3.92%

Color #BAF59B in popluar number systems.

HEXBAF59B
Decimal186245155
Binary101110101111010110011011
Octal272365233

Shades and tints

Shades of #BAF59B

#BAF59B
(186,245,155)
#AADF8D
(170,223,141)
#9AC97F
(154,201,127)
#8AB371
(138,179,113)
#7A9D63
(122,157,99)
#6A8755
(106,135,85)
#5A7147
(90,113,71)
#4A5B39
(74,91,57)
#3A452B
(58,69,43)
#2A2F1D
(42,47,29)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #BAF59B

#BAF59B
(186,245,155)
#C0F5A4
(192,245,164)
#C6F5AD
(198,245,173)
#CCF5B6
(204,245,182)
#D2F5BF
(210,245,191)
#D8F5C8
(216,245,200)
#DEF5D1
(222,245,209)
#E4F5DA
(228,245,218)
#EAF5E3
(234,245,227)
#F0F5EC
(240,245,236)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF59B color. Also use rgb(186,245,155) instead hex code.

Text Font Color

.myTextColor { color: #BAF59B; }

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

This text font color is #BAF59B.


Background Color

.myBgColor { background-color: #BAF59B; }

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

This div background color is #BAF59B.


Border color

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

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

This div border color is #BAF59B.


Opacity

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

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

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

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

This text has shadow with #BAF59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF59B on black background.


Color preview on white background

This text has color #BAF59B on white background.



Black color preview on #BAF59B background

This text has black color on #BAF59B background.


White color preview on #BAF59B background

This text has white color on #BAF59B background.