COLOR #BAE096

HEX: #BAE096
RGB: (186,224,150)

Color info

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

RGB color model

#BAE096 color RGB value is (186,224,150).

  • red value is 186;
  • green value is 224;
  • blue value is 150.
RGB: (186,224,150) (73%,88%,59%)

RGB channels and saturation

R 186 of 255 = 73%
G 224 of 255 = 88%
B 150 of 255 = 59%

186
224
150

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

Portions of RGB colors in percentages

R + G + B =
186 + 224 + 150 = 560 (100%)
R 186 of 560 ~ 33.21%
G 224 of 560 ~ 40%
B 150 of 560 ~ 26.79%

%33.21
%40
%26.79

CMYK color model

#BAE096 color CMYK value is (17,0,33,12).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 12.16%
CMYK: (17,0,33,12) C17M0Y33K12 (17%,0%,33%,12%) (0.17/0.00/0.33/0.12)

CMYK percentages

%16.96
%0
%33.04
%12.16

Codes

Color #BAE096 in popluar color models

BAE096
RGB186224150
HSL91°54.41%73.33%
HSB/HSV91°33.04%87.84%
CMYK16.96%0.00%33.04%
12.16%

Color #BAE096 in popluar number systems.

HEXBAE096
Decimal186224150
Binary101110101110000010010110
Octal272340226

Shades and tints

Shades of #BAE096

#BAE096
(186,224,150)
#AACC89
(170,204,137)
#9AB87C
(154,184,124)
#8AA46F
(138,164,111)
#7A9062
(122,144,98)
#6A7C55
(106,124,85)
#5A6848
(90,104,72)
#4A543B
(74,84,59)
#3A402E
(58,64,46)
#2A2C21
(42,44,33)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #BAE096

#BAE096
(186,224,150)
#C0E29F
(192,226,159)
#C6E4A8
(198,228,168)
#CCE6B1
(204,230,177)
#D2E8BA
(210,232,186)
#D8EAC3
(216,234,195)
#DEECCC
(222,236,204)
#E4EED5
(228,238,213)
#EAF0DE
(234,240,222)
#F0F2E7
(240,242,231)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE096; }

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

This text font color is #BAE096.


Background Color

.myBgColor { background-color: #BAE096; }

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

This div background color is #BAE096.


Border color

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

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

This div border color is #BAE096.


Opacity

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

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

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

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

This text has shadow with #BAE096 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BAE096 on black background.


Color preview on white background

This text has color #BAE096 on white background.



Black color preview on #BAE096 background

This text has black color on #BAE096 background.


White color preview on #BAE096 background

This text has white color on #BAE096 background.