COLOR #BAE099

HEX: #BAE099 RGB: (186,224,153)

Color info

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

RGB color model

#BAE099 color RGB value is (186,224,153).

RGB: (186,224,153) (73%, 88%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 224 of 255 = 88%
B 153 of 255 = 60%

186
224
153

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

Portions of RGB colors in percentages

R + G + B = 186 + 224 + 153 = 563 (100%)
R 186 of 563 ~ 33.04%
G 224 of 563 ~ 39.79%
B 153 of 563 ~ 27.18'%

%33.04
%39.79
%27.18

CMYK color model

#BAE099 color CMYK value is (17,0,32,12).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 31.70%
  • key color value is 12.16%

CMYK: (17,0,32,12)
C17M0Y32K12 (17%, 0%, 32%, 12%)
(0.17 / 0.00 / 0.32 / 0.12)

CMYK percentages

%16.96
%0
%31.7
%12.16

Codes

Color #BAE099 in popluar color models

BA E0 99
RGB 186 224 153
HSL 92° 53.38% 73.92%
HSB/HSV 92° 31.70% 87.84%
CMYK 16.96% 0.00% 31.70%
12.16%

Color #BAE099 in popluar number systems.

HEX BA E0 99
Decimal 186 224 153
Binary 10111010 11100000 10011001
Octal 272 340 231

Shades and tints

Shades of #BAE099

#BAE099
(186,224,153)
#AACC8C
(170,204,140)
#9AB87F
(154,184,127)
#8AA472
(138,164,114)
#7A9065
(122,144,101)
#6A7C58
(106,124,88)
#5A684B
(90,104,75)
#4A543E
(74,84,62)
#3A4031
(58,64,49)
#2A2C24
(42,44,36)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #BAE099

#BAE099
(186,224,153)
#C0E2A2
(192,226,162)
#C6E4AB
(198,228,171)
#CCE6B4
(204,230,180)
#D2E8BD
(210,232,189)
#D8EAC6
(216,234,198)
#DEECCF
(222,236,207)
#E4EED8
(228,238,216)
#EAF0E1
(234,240,225)
#F0F2EA
(240,242,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE099 color. Also use rgb(186,224,153) instead hex code.

Text Font Color

.myTextColor { color: #BAE099; }

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

This text font color is #BAE099.

Background Color

.myBgColor { background-color: #BAE099; }

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

This div background color is #BAE099.

Border color

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

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

This div border color is #BAE099.

Opacity

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

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

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

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

This text has shadow with #BAE099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE099.

Preview

Color preview on black background

This text has color #BAE099 on black background.


Color preview on white background

This text has color #BAE099 on white background.


Black color preview on #BAE099 background

This text has black color on #BAE099 background.


White color preview on #BAE099 background

This text has white color on #BAE099 background.


Related colors

Complementary color

Complementary color for #hex is #451F66.


I love getcolorcode.com

Triadic colors

1 #99BAE0 and #E099BA with #BAE099 are triadic colors.

2 #99E0BA and #E0BA99 with #BAE099 are triadic colors.