COLOR #BAE58E

HEX: #BAE58E
RGB: (186,229,142)

Color info

#BAE58E contains mainly red and green colors. Web safe color of #BAE58E is #CCCC99 (or #CC9).

RGB color model

#BAE58E color RGB value is (186,229,142).

  • red value is 186;
  • green value is 229;
  • blue value is 142.
RGB:
(186,229,142)
(73%,90%,56%)

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 142 of 255 = 56%

186
229
142

R + G + B ~ 73%. #BAE58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 229 + 142 = 557 (100%)
R 186 of 557 ~ 33.39%
G 229 of 557 ~ 41.11%
B 142 of 557 ~ 25.49%

%33.39
%41.11
%25.49

CMYK color model

#BAE58E color CMYK value is (19,0,38,10).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 37.99%
  • key color value is 10.20%
CMYK:
(19,0,38,10)
C19M0Y38K10 
(19%,0%,38%,10%)
(0.19/0.00/0.38/0.10)	

CMYK percentages

%18.78
%0
%37.99
%10.2

Codes

Color #BAE58E in popluar color models

BAE58E
RGB186229142
HSL90°62.59%72.75%
HSB/HSV90°37.99%89.80%
CMYK18.78%0.00%37.99%
10.20%

Color #BAE58E in popluar number systems.

HEXBAE58E
Decimal186229142
Binary101110101110010110001110
Octal272345216

Shades and tints

Shades of #BAE58E

#BAE58E
(186,229,142)
#AAD182
(170,209,130)
#9ABD76
(154,189,118)
#8AA96A
(138,169,106)
#7A955E
(122,149,94)
#6A8152
(106,129,82)
#5A6D46
(90,109,70)
#4A593A
(74,89,58)
#3A452E
(58,69,46)
#2A3122
(42,49,34)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #BAE58E

#BAE58E
(186,229,142)
#C0E798
(192,231,152)
#C6E9A2
(198,233,162)
#CCEBAC
(204,235,172)
#D2EDB6
(210,237,182)
#D8EFC0
(216,239,192)
#DEF1CA
(222,241,202)
#E4F3D4
(228,243,212)
#EAF5DE
(234,245,222)
#F0F7E8
(240,247,232)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE58E color. Also use rgb(186,229,142) instead hex code.

Text Font Color

.myTextColor { color: #BAE58E; }

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

This text font color is #BAE58E.


Background Color

.myBgColor { background-color: #BAE58E; }

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

This div background color is #BAE58E.


Border color

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

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

This div border color is #BAE58E.


Opacity

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

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

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

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

This text has shadow with #BAE58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE58E on black background.


Color preview on white background

This text has color #BAE58E on white background.



Black color preview on #BAE58E background

This text has black color on #BAE58E background.


White color preview on #BAE58E background

This text has white color on #BAE58E background.