COLOR #BAE99A

HEX: #BAE99A RGB: (186,233,154)

Color info

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

RGB color model

#BAE99A color RGB value is (186,233,154).

RGB: (186,233,154) (73%, 91%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 233 of 255 = 91%
B 154 of 255 = 60%

186
233
154

R + G + B ~ 75%. #BAE99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 233 + 154 = 573 (100%)
R 186 of 573 ~ 32.46%
G 233 of 573 ~ 40.66%
B 154 of 573 ~ 26.88'%

%32.46
%40.66
%26.88

CMYK color model

#BAE99A color CMYK value is (20,0,34,9).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 8.63%

CMYK: (20,0,34,9)
C20M0Y34K9 (20%, 0%, 34%, 9%)
(0.20 / 0.00 / 0.34 / 0.09)

CMYK percentages

%20.17
%0
%33.91
%8.63

Codes

Color #BAE99A in popluar color models

BA E9 9A
RGB 186 233 154
HSL 96° 64.23% 75.88%
HSB/HSV 96° 33.91% 91.37%
CMYK 20.17% 0.00% 33.91%
8.63%

Color #BAE99A in popluar number systems.

HEX BA E9 9A
Decimal 186 233 154
Binary 10111010 11101001 10011010
Octal 272 351 232

Shades and tints

Shades of #BAE99A

#BAE99A
(186,233,154)
#AAD48C
(170,212,140)
#9ABF7E
(154,191,126)
#8AAA70
(138,170,112)
#7A9562
(122,149,98)
#6A8054
(106,128,84)
#5A6B46
(90,107,70)
#4A5638
(74,86,56)
#3A412A
(58,65,42)
#2A2C1C
(42,44,28)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #BAE99A

#BAE99A
(186,233,154)
#C0EBA3
(192,235,163)
#C6EDAC
(198,237,172)
#CCEFB5
(204,239,181)
#D2F1BE
(210,241,190)
#D8F3C7
(216,243,199)
#DEF5D0
(222,245,208)
#E4F7D9
(228,247,217)
#EAF9E2
(234,249,226)
#F0FBEB
(240,251,235)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE99A; }

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

This text font color is #BAE99A.

Background Color

.myBgColor { background-color: #BAE99A; }

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

This div background color is #BAE99A.

Border color

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

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

This div border color is #BAE99A.

Opacity

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

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

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

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

This text has shadow with #BAE99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE99A.

Preview

Color preview on black background

This text has color #BAE99A on black background.


Color preview on white background

This text has color #BAE99A on white background.


Black color preview on #BAE99A background

This text has black color on #BAE99A background.


White color preview on #BAE99A background

This text has white color on #BAE99A background.


Related colors

Complementary color

Complementary color for #hex is #451665.


I love getcolorcode.com

Triadic colors

1 #9ABAE9 and #E99ABA with #BAE99A are triadic colors.

2 #9AE9BA and #E9BA9A with #BAE99A are triadic colors.