COLOR #BAE379

HEX: #BAE379
RGB: (186,227,121)

Color info

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

RGB color model

#BAE379 color RGB value is (186,227,121).

  • red value is 186;
  • green value is 227;
  • blue value is 121.
RGB:
(186,227,121)
(73%,89%,47%)

RGB channels and saturation

R 186 of 255 = 73%
G 227 of 255 = 89%
B 121 of 255 = 47%

186
227
121

R + G + B ~ 70%. #BAE379 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 227 + 121 = 534 (100%)
R 186 of 534 ~ 34.83%
G 227 of 534 ~ 42.51%
B 121 of 534 ~ 22.66%

%34.83
%42.51
%22.66

CMYK color model

#BAE379 color CMYK value is (18,0,47,11).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 46.70%
  • key color value is 10.98%
CMYK:
(18,0,47,11)
C18M0Y47K11 
(18%,0%,47%,11%)
(0.18/0.00/0.47/0.11)	

CMYK percentages

%18.06
%0
%46.7
%10.98

Codes

Color #BAE379 in popluar color models

BAE379
RGB186227121
HSL83°65.43%68.24%
HSB/HSV83°46.70%89.02%
CMYK18.06%0.00%46.70%
10.98%

Color #BAE379 in popluar number systems.

HEXBAE379
Decimal186227121
Binary10111010111000111111001
Octal272343171

Shades and tints

Shades of #BAE379

#BAE379
(186,227,121)
#AACF6E
(170,207,110)
#9ABB63
(154,187,99)
#8AA758
(138,167,88)
#7A934D
(122,147,77)
#6A7F42
(106,127,66)
#5A6B37
(90,107,55)
#4A572C
(74,87,44)
#3A4321
(58,67,33)
#2A2F16
(42,47,22)
#1A1B0B
(26,27,11)
#000000
(0,0,0)

Tints of #BAE379

#BAE379
(186,227,121)
#C0E585
(192,229,133)
#C6E791
(198,231,145)
#CCE99D
(204,233,157)
#D2EBA9
(210,235,169)
#D8EDB5
(216,237,181)
#DEEFC1
(222,239,193)
#E4F1CD
(228,241,205)
#EAF3D9
(234,243,217)
#F0F5E5
(240,245,229)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE379 color. Also use rgb(186,227,121) instead hex code.

Text Font Color

.myTextColor { color: #BAE379; }

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

This text font color is #BAE379.


Background Color

.myBgColor { background-color: #BAE379; }

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

This div background color is #BAE379.


Border color

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

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

This div border color is #BAE379.


Opacity

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

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

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

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

This text has shadow with #BAE379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE379 on black background.


Color preview on white background

This text has color #BAE379 on white background.



Black color preview on #BAE379 background

This text has black color on #BAE379 background.


White color preview on #BAE379 background

This text has white color on #BAE379 background.