COLOR #BAE398

HEX: #BAE398
RGB: (186,227,152)

Color info

#BAE398 contains mainly red and green colors. Web safe color of #BAE398 is #CCCC99 (or #CC9).

RGB color model

#BAE398 color RGB value is (186,227,152).

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

RGB channels and saturation

R 186 of 255 = 73%
G 227 of 255 = 89%
B 152 of 255 = 60%

186
227
152

R + G + B ~ 74%. #BAE398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 227 + 152 = 565 (100%)
R 186 of 565 ~ 32.92%
G 227 of 565 ~ 40.18%
B 152 of 565 ~ 26.9%

%32.92
%40.18
%26.9

CMYK color model

#BAE398 color CMYK value is (18,0,33,11).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 10.98%
CMYK:
(18,0,33,11)
C18M0Y33K11 
(18%,0%,33%,11%)
(0.18/0.00/0.33/0.11)	

CMYK percentages

%18.06
%0
%33.04
%10.98

Codes

Color #BAE398 in popluar color models

BAE398
RGB186227152
HSL93°57.25%74.31%
HSB/HSV93°33.04%89.02%
CMYK18.06%0.00%33.04%
10.98%

Color #BAE398 in popluar number systems.

HEXBAE398
Decimal186227152
Binary101110101110001110011000
Octal272343230

Shades and tints

Shades of #BAE398

#BAE398
(186,227,152)
#AACF8B
(170,207,139)
#9ABB7E
(154,187,126)
#8AA771
(138,167,113)
#7A9364
(122,147,100)
#6A7F57
(106,127,87)
#5A6B4A
(90,107,74)
#4A573D
(74,87,61)
#3A4330
(58,67,48)
#2A2F23
(42,47,35)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #BAE398

#BAE398
(186,227,152)
#C0E5A1
(192,229,161)
#C6E7AA
(198,231,170)
#CCE9B3
(204,233,179)
#D2EBBC
(210,235,188)
#D8EDC5
(216,237,197)
#DEEFCE
(222,239,206)
#E4F1D7
(228,241,215)
#EAF3E0
(234,243,224)
#F0F5E9
(240,245,233)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE398; }

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

This text font color is #BAE398.


Background Color

.myBgColor { background-color: #BAE398; }

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

This div background color is #BAE398.


Border color

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

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

This div border color is #BAE398.


Opacity

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

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

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

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

This text has shadow with #BAE398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE398 on black background.


Color preview on white background

This text has color #BAE398 on white background.



Black color preview on #BAE398 background

This text has black color on #BAE398 background.


White color preview on #BAE398 background

This text has white color on #BAE398 background.