COLOR #BAE29C

HEX: #BAE29C RGB: (186,226,156)

Color info

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

RGB color model

#BAE29C color RGB value is (186,226,156).

RGB: (186,226,156) (73%, 89%, 61%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 156 of 255 = 61%

186
226
156

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

Portions of RGB colors in percentages

R + G + B = 186 + 226 + 156 = 568 (100%)
R 186 of 568 ~ 32.75%
G 226 of 568 ~ 39.79%
B 156 of 568 ~ 27.46'%

%32.75
%39.79
%27.46

CMYK color model

#BAE29C color CMYK value is (18,0,31,11).

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

CMYK: (18,0,31,11)
C18M0Y31K11 (18%, 0%, 31%, 11%)
(0.18 / 0.00 / 0.31 / 0.11)

CMYK percentages

%17.7
%0
%30.97
%11.37

Codes

Color #BAE29C in popluar color models

BA E2 9C
RGB 186 226 156
HSL 94° 54.69% 74.90%
HSB/HSV 94° 30.97% 88.63%
CMYK 17.70% 0.00% 30.97%
11.37%

Color #BAE29C in popluar number systems.

HEX BA E2 9C
Decimal 186 226 156
Binary 10111010 11100010 10011100
Octal 272 342 234

Shades and tints

Shades of #BAE29C

#BAE29C
(186,226,156)
#AACE8E
(170,206,142)
#9ABA80
(154,186,128)
#8AA672
(138,166,114)
#7A9264
(122,146,100)
#6A7E56
(106,126,86)
#5A6A48
(90,106,72)
#4A563A
(74,86,58)
#3A422C
(58,66,44)
#2A2E1E
(42,46,30)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #BAE29C

#BAE29C
(186,226,156)
#C0E4A5
(192,228,165)
#C6E6AE
(198,230,174)
#CCE8B7
(204,232,183)
#D2EAC0
(210,234,192)
#D8ECC9
(216,236,201)
#DEEED2
(222,238,210)
#E4F0DB
(228,240,219)
#EAF2E4
(234,242,228)
#F0F4ED
(240,244,237)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE29C; }

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

This text font color is #BAE29C.

Background Color

.myBgColor { background-color: #BAE29C; }

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

This div background color is #BAE29C.

Border color

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

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

This div border color is #BAE29C.

Opacity

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

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

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

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

This text has shadow with #BAE29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE29C.

Preview

Color preview on black background

This text has color #BAE29C on black background.


Color preview on white background

This text has color #BAE29C on white background.


Black color preview on #BAE29C background

This text has black color on #BAE29C background.


White color preview on #BAE29C background

This text has white color on #BAE29C background.


Related colors

Complementary color

Complementary color for #hex is #451D63.


I love getcolorcode.com

Triadic colors

1 #9CBAE2 and #E29CBA with #BAE29C are triadic colors.

2 #9CE2BA and #E2BA9C with #BAE29C are triadic colors.