COLOR #BAEE55

HEX: #BAEE55 RGB: (186,238,85)

Color info

#BAEE55 contains mainly red and green colors. Web safe color of #BAEE55 is #CCFF66 (or #CF6).

RGB color model

#BAEE55 color RGB value is (186,238,85).

RGB: (186,238,85) (73%, 93%, 33%)

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 85 of 255 = 33%

186
238
85

R + G + B ~ 66%. #BAEE55 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 238 + 85 = 509 (100%)
R 186 of 509 ~ 36.54%
G 238 of 509 ~ 46.76%
B 85 of 509 ~ 16.7'%

%36.54
%46.76
%16.7

CMYK color model

#BAEE55 color CMYK value is (22,0,64,7).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 6.67%

CMYK: (22,0,64,7)
C22M0Y64K7 (22%, 0%, 64%, 7%)
(0.22 / 0.00 / 0.64 / 0.07)

CMYK percentages

%21.85
%0
%64.29
%6.67

Codes

Color #BAEE55 in popluar color models

BA EE 55
RGB 186 238 85
HSL 80° 81.82% 63.33%
HSB/HSV 80° 64.29% 93.33%
CMYK 21.85% 0.00% 64.29%
6.67%

Color #BAEE55 in popluar number systems.

HEX BA EE 55
Decimal 186 238 85
Binary 10111010 11101110 1010101
Octal 272 356 125

Shades and tints

Shades of #BAEE55

#BAEE55
(186,238,85)
#AAD94E
(170,217,78)
#9AC447
(154,196,71)
#8AAF40
(138,175,64)
#7A9A39
(122,154,57)
#6A8532
(106,133,50)
#5A702B
(90,112,43)
#4A5B24
(74,91,36)
#3A461D
(58,70,29)
#2A3116
(42,49,22)
#1A1C0F
(26,28,15)
#000000
(0,0,0)

Tints of #BAEE55

#BAEE55
(186,238,85)
#C0EF64
(192,239,100)
#C6F073
(198,240,115)
#CCF182
(204,241,130)
#D2F291
(210,242,145)
#D8F3A0
(216,243,160)
#DEF4AF
(222,244,175)
#E4F5BE
(228,245,190)
#EAF6CD
(234,246,205)
#F0F7DC
(240,247,220)
#F6F8EB
(246,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEE55 color. Also use rgb(186,238,85) instead hex code.

Text Font Color

.myTextColor { color: #BAEE55; }

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

This text font color is #BAEE55.

Background Color

.myBgColor { background-color: #BAEE55; }

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

This div background color is #BAEE55.

Border color

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

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

This div border color is #BAEE55.

Opacity

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

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

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

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

This text has shadow with #BAEE55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEE55.

Preview

Color preview on black background

This text has color #BAEE55 on black background.


Color preview on white background

This text has color #BAEE55 on white background.


Black color preview on #BAEE55 background

This text has black color on #BAEE55 background.


White color preview on #BAEE55 background

This text has white color on #BAEE55 background.


Related colors

Complementary color

Complementary color for #hex is #4511AA.


I love getcolorcode.com

Triadic colors

1 #55BAEE and #EE55BA with #BAEE55 are triadic colors.

2 #55EEBA and #EEBA55 with #BAEE55 are triadic colors.