COLOR #BAE82F

HEX: #BAE82F
RGB: (186,232,47)

Color info

#BAE82F contains mainly red and green colors. Web safe color of #BAE82F is #CCFF33 (or #CF3).

RGB color model

#BAE82F color RGB value is (186,232,47).

  • red value is 186;
  • green value is 232;
  • blue value is 47.
RGB:
(186,232,47)
(73%,91%,18%)

RGB channels and saturation

R 186 of 255 = 73%
G 232 of 255 = 91%
B 47 of 255 = 18%

186
232
47

R + G + B ~ 61%. #BAE82F is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 232 + 47 = 465 (100%)
R 186 of 465 ~ 40%
G 232 of 465 ~ 49.89%
B 47 of 465 ~ 10.11%

%40
%49.89
%10.11

CMYK color model

#BAE82F color CMYK value is (20,0,80,9).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 79.74%
  • key color value is 9.02%
CMYK:
(20,0,80,9)
C20M0Y80K9 
(20%,0%,80%,9%)
(0.20/0.00/0.80/0.09)	

CMYK percentages

%19.83
%0
%79.74
%9.02

Codes

Color #BAE82F in popluar color models

BAE82F
RGB18623247
HSL75°80.09%54.71%
HSB/HSV75°79.74%90.98%
CMYK19.83%0.00%79.74%
9.02%

Color #BAE82F in popluar number systems.

HEXBAE82F
Decimal18623247
Binary1011101011101000101111
Octal27235057

Shades and tints

Shades of #BAE82F

#BAE82F
(186,232,47)
#AAD32B
(170,211,43)
#9ABE27
(154,190,39)
#8AA923
(138,169,35)
#7A941F
(122,148,31)
#6A7F1B
(106,127,27)
#5A6A17
(90,106,23)
#4A5513
(74,85,19)
#3A400F
(58,64,15)
#2A2B0B
(42,43,11)
#1A1607
(26,22,7)
#000000
(0,0,0)

Tints of #BAE82F

#BAE82F
(186,232,47)
#C0EA41
(192,234,65)
#C6EC53
(198,236,83)
#CCEE65
(204,238,101)
#D2F077
(210,240,119)
#D8F289
(216,242,137)
#DEF49B
(222,244,155)
#E4F6AD
(228,246,173)
#EAF8BF
(234,248,191)
#F0FAD1
(240,250,209)
#F6FCE3
(246,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE82F color. Also use rgb(186,232,47) instead hex code.

Text Font Color

.myTextColor { color: #BAE82F; }

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

This text font color is #BAE82F.


Background Color

.myBgColor { background-color: #BAE82F; }

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

This div background color is #BAE82F.


Border color

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

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

This div border color is #BAE82F.


Opacity

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

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

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

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

This text has shadow with #BAE82F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE82F on black background.


Color preview on white background

This text has color #BAE82F on white background.



Black color preview on #BAE82F background

This text has black color on #BAE82F background.


White color preview on #BAE82F background

This text has white color on #BAE82F background.