COLOR #BAE29A

HEX: #BAE29A RGB: (186,226,154)

Color info

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

RGB color model

#BAE29A color RGB value is (186,226,154).

RGB: (186,226,154) (73%, 89%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 154 of 255 = 60%

186
226
154

R + G + B ~ 74%. #BAE29A is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 226 + 154 = 566 (100%)
R 186 of 566 ~ 32.86%
G 226 of 566 ~ 39.93%
B 154 of 566 ~ 27.21'%

%32.86
%39.93
%27.21

CMYK color model

#BAE29A color CMYK value is (18,0,32,11).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 11.37%

CMYK: (18,0,32,11)
C18M0Y32K11 (18%, 0%, 32%, 11%)
(0.18 / 0.00 / 0.32 / 0.11)

CMYK percentages

%17.7
%0
%31.86
%11.37

Codes

Color #BAE29A in popluar color models

BA E2 9A
RGB 186 226 154
HSL 93° 55.38% 74.51%
HSB/HSV 93° 31.86% 88.63%
CMYK 17.70% 0.00% 31.86%
11.37%

Color #BAE29A in popluar number systems.

HEX BA E2 9A
Decimal 186 226 154
Binary 10111010 11100010 10011010
Octal 272 342 232

Shades and tints

Shades of #BAE29A

#BAE29A
(186,226,154)
#AACE8C
(170,206,140)
#9ABA7E
(154,186,126)
#8AA670
(138,166,112)
#7A9262
(122,146,98)
#6A7E54
(106,126,84)
#5A6A46
(90,106,70)
#4A5638
(74,86,56)
#3A422A
(58,66,42)
#2A2E1C
(42,46,28)
#1A1A0E
(26,26,14)
#000000
(0,0,0)

Tints of #BAE29A

#BAE29A
(186,226,154)
#C0E4A3
(192,228,163)
#C6E6AC
(198,230,172)
#CCE8B5
(204,232,181)
#D2EABE
(210,234,190)
#D8ECC7
(216,236,199)
#DEEED0
(222,238,208)
#E4F0D9
(228,240,217)
#EAF2E2
(234,242,226)
#F0F4EB
(240,244,235)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE29A color. Also use rgb(186,226,154) instead hex code.

Text Font Color

.myTextColor { color: #BAE29A; }

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

This text font color is #BAE29A.

Background Color

.myBgColor { background-color: #BAE29A; }

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

This div background color is #BAE29A.

Border color

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

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

This div border color is #BAE29A.

Opacity

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

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

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

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

This text has shadow with #BAE29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE29A.

Preview

Color preview on black background

This text has color #BAE29A on black background.


Color preview on white background

This text has color #BAE29A on white background.


Black color preview on #BAE29A background

This text has black color on #BAE29A background.


White color preview on #BAE29A background

This text has white color on #BAE29A background.


Related colors

Complementary color

Complementary color for #hex is #451D65.


I love getcolorcode.com

Triadic colors

1 #9ABAE2 and #E29ABA with #BAE29A are triadic colors.

2 #9AE2BA and #E2BA9A with #BAE29A are triadic colors.