COLOR #BAE069

HEX: #BAE069
RGB: (186,224,105)

Color info

#BAE069 contains mainly red and green colors. Web safe color of #BAE069 is #CCCC66 (or #CC6).

RGB color model

#BAE069 color RGB value is (186,224,105).

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

RGB channels and saturation

R 186 of 255 = 73%
G 224 of 255 = 88%
B 105 of 255 = 41%

186
224
105

R + G + B ~ 67%. #BAE069 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 224 + 105 = 515 (100%)
R 186 of 515 ~ 36.12%
G 224 of 515 ~ 43.5%
B 105 of 515 ~ 20.39%

%36.12
%43.5
%20.39

CMYK color model

#BAE069 color CMYK value is (17,0,53,12).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 53.13%
  • key color value is 12.16%
CMYK:
(17,0,53,12)
C17M0Y53K12 
(17%,0%,53%,12%)
(0.17/0.00/0.53/0.12)	

CMYK percentages

%16.96
%0
%53.13
%12.16

Codes

Color #BAE069 in popluar color models

BAE069
RGB186224105
HSL79°65.75%64.51%
HSB/HSV79°53.13%87.84%
CMYK16.96%0.00%53.13%
12.16%

Color #BAE069 in popluar number systems.

HEXBAE069
Decimal186224105
Binary10111010111000001101001
Octal272340151

Shades and tints

Shades of #BAE069

#BAE069
(186,224,105)
#AACC60
(170,204,96)
#9AB857
(154,184,87)
#8AA44E
(138,164,78)
#7A9045
(122,144,69)
#6A7C3C
(106,124,60)
#5A6833
(90,104,51)
#4A542A
(74,84,42)
#3A4021
(58,64,33)
#2A2C18
(42,44,24)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #BAE069

#BAE069
(186,224,105)
#C0E276
(192,226,118)
#C6E483
(198,228,131)
#CCE690
(204,230,144)
#D2E89D
(210,232,157)
#D8EAAA
(216,234,170)
#DEECB7
(222,236,183)
#E4EEC4
(228,238,196)
#EAF0D1
(234,240,209)
#F0F2DE
(240,242,222)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE069; }

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

This text font color is #BAE069.


Background Color

.myBgColor { background-color: #BAE069; }

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

This div background color is #BAE069.


Border color

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

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

This div border color is #BAE069.


Opacity

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

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

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

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

This text has shadow with #BAE069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE069 on black background.


Color preview on white background

This text has color #BAE069 on white background.



Black color preview on #BAE069 background

This text has black color on #BAE069 background.


White color preview on #BAE069 background

This text has white color on #BAE069 background.