COLOR #BAE36E

HEX: #BAE36E RGB: (186,227,110)

Color info

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

RGB color model

#BAE36E color RGB value is (186,227,110).

RGB: (186,227,110) (73%, 89%, 43%)

RGB channels and saturation

R 186 of 255 = 73%
G 227 of 255 = 89%
B 110 of 255 = 43%

186
227
110

R + G + B ~ 68%. #BAE36E is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 227 + 110 = 523 (100%)
R 186 of 523 ~ 35.56%
G 227 of 523 ~ 43.4%
B 110 of 523 ~ 21.03'%

%35.56
%43.4
%21.03

CMYK color model

#BAE36E color CMYK value is (18,0,52,11).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 51.54%
  • key color value is 10.98%

CMYK: (18,0,52,11)
C18M0Y52K11 (18%, 0%, 52%, 11%)
(0.18 / 0.00 / 0.52 / 0.11)

CMYK percentages

%18.06
%0
%51.54
%10.98

Codes

Color #BAE36E in popluar color models

BA E3 6E
RGB 186 227 110
HSL 81° 67.63% 66.08%
HSB/HSV 81° 51.54% 89.02%
CMYK 18.06% 0.00% 51.54%
10.98%

Color #BAE36E in popluar number systems.

HEX BA E3 6E
Decimal 186 227 110
Binary 10111010 11100011 1101110
Octal 272 343 156

Shades and tints

Shades of #BAE36E

#BAE36E
(186,227,110)
#AACF64
(170,207,100)
#9ABB5A
(154,187,90)
#8AA750
(138,167,80)
#7A9346
(122,147,70)
#6A7F3C
(106,127,60)
#5A6B32
(90,107,50)
#4A5728
(74,87,40)
#3A431E
(58,67,30)
#2A2F14
(42,47,20)
#1A1B0A
(26,27,10)
#000000
(0,0,0)

Tints of #BAE36E

#BAE36E
(186,227,110)
#C0E57B
(192,229,123)
#C6E788
(198,231,136)
#CCE995
(204,233,149)
#D2EBA2
(210,235,162)
#D8EDAF
(216,237,175)
#DEEFBC
(222,239,188)
#E4F1C9
(228,241,201)
#EAF3D6
(234,243,214)
#F0F5E3
(240,245,227)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE36E; }

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

This text font color is #BAE36E.

Background Color

.myBgColor { background-color: #BAE36E; }

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

This div background color is #BAE36E.

Border color

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

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

This div border color is #BAE36E.

Opacity

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

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

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

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

This text has shadow with #BAE36E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE36E.

Preview

Color preview on black background

This text has color #BAE36E on black background.


Color preview on white background

This text has color #BAE36E on white background.


Black color preview on #BAE36E background

This text has black color on #BAE36E background.


White color preview on #BAE36E background

This text has white color on #BAE36E background.


Related colors

Complementary color

Complementary color for #hex is #451C91.


I love getcolorcode.com

Triadic colors

1 #6EBAE3 and #E36EBA with #BAE36E are triadic colors.

2 #6EE3BA and #E3BA6E with #BAE36E are triadic colors.