COLOR #BAE85D

HEX: #BAE85D
RGB: (186,232,93)

Color info

#BAE85D contains mainly red and green colors. Web safe color of #BAE85D is #CCFF66 (or #CF6).

RGB color model

#BAE85D color RGB value is (186,232,93).

  • red value is 186;
  • green value is 232;
  • blue value is 93.
RGB:
(186,232,93)
(73%,91%,36%)

RGB channels and saturation

R 186 of 255 = 73%
G 232 of 255 = 91%
B 93 of 255 = 36%

186
232
93

R + G + B ~ 67%. #BAE85D is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 232 + 93 = 511 (100%)
R 186 of 511 ~ 36.4%
G 232 of 511 ~ 45.4%
B 93 of 511 ~ 18.2%

%36.4
%45.4
%18.2

CMYK color model

#BAE85D color CMYK value is (20,0,60,9).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(20,0,60,9)
C20M0Y60K9 
(20%,0%,60%,9%)
(0.20/0.00/0.60/0.09)	

CMYK percentages

%19.83
%0
%59.91
%9.02

Codes

Color #BAE85D in popluar color models

BAE85D
RGB18623293
HSL80°75.14%63.73%
HSB/HSV80°59.91%90.98%
CMYK19.83%0.00%59.91%
9.02%

Color #BAE85D in popluar number systems.

HEXBAE85D
Decimal18623293
Binary10111010111010001011101
Octal272350135

Shades and tints

Shades of #BAE85D

#BAE85D
(186,232,93)
#AAD355
(170,211,85)
#9ABE4D
(154,190,77)
#8AA945
(138,169,69)
#7A943D
(122,148,61)
#6A7F35
(106,127,53)
#5A6A2D
(90,106,45)
#4A5525
(74,85,37)
#3A401D
(58,64,29)
#2A2B15
(42,43,21)
#1A160D
(26,22,13)
#000000
(0,0,0)

Tints of #BAE85D

#BAE85D
(186,232,93)
#C0EA6B
(192,234,107)
#C6EC79
(198,236,121)
#CCEE87
(204,238,135)
#D2F095
(210,240,149)
#D8F2A3
(216,242,163)
#DEF4B1
(222,244,177)
#E4F6BF
(228,246,191)
#EAF8CD
(234,248,205)
#F0FADB
(240,250,219)
#F6FCE9
(246,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE85D color. Also use rgb(186,232,93) instead hex code.

Text Font Color

.myTextColor { color: #BAE85D; }

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

This text font color is #BAE85D.


Background Color

.myBgColor { background-color: #BAE85D; }

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

This div background color is #BAE85D.


Border color

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

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

This div border color is #BAE85D.


Opacity

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

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

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

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

This text has shadow with #BAE85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE85D on black background.


Color preview on white background

This text has color #BAE85D on white background.



Black color preview on #BAE85D background

This text has black color on #BAE85D background.


White color preview on #BAE85D background

This text has white color on #BAE85D background.