COLOR #BCF592

HEX: #BCF592
RGB: (188,245,146)

Color info

#BCF592 contains mainly red and green colors. Web safe color of #BCF592 is #CCFF99 (or #CF9).

RGB color model

#BCF592 color RGB value is (188,245,146).

  • red value is 188;
  • green value is 245;
  • blue value is 146.
RGB:
(188,245,146)
(74%,96%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 245 of 255 = 96%
B 146 of 255 = 57%

188
245
146

R + G + B ~ 76%. #BCF592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 245 + 146 = 579 (100%)
R 188 of 579 ~ 32.47%
G 245 of 579 ~ 42.31%
B 146 of 579 ~ 25.22%

%32.47
%42.31
%25.22

CMYK color model

#BCF592 color CMYK value is (23,0,40,4).

  • cyan value is 23.27%
  • magenta value is 0.00%
  • yellow value is 40.41%
  • key color value is 3.92%
CMYK:
(23,0,40,4)
C23M0Y40K4 
(23%,0%,40%,4%)
(0.23/0.00/0.40/0.04)	

CMYK percentages

%23.27
%0
%40.41
%3.92

Codes

Color #BCF592 in popluar color models

BCF592
RGB188245146
HSL95°83.19%76.67%
HSB/HSV95°40.41%96.08%
CMYK23.27%0.00%40.41%
3.92%

Color #BCF592 in popluar number systems.

HEXBCF592
Decimal188245146
Binary101111001111010110010010
Octal274365222

Shades and tints

Shades of #BCF592

#BCF592
(188,245,146)
#ABDF85
(171,223,133)
#9AC978
(154,201,120)
#89B36B
(137,179,107)
#789D5E
(120,157,94)
#678751
(103,135,81)
#567144
(86,113,68)
#455B37
(69,91,55)
#34452A
(52,69,42)
#232F1D
(35,47,29)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #BCF592

#BCF592
(188,245,146)
#C2F59B
(194,245,155)
#C8F5A4
(200,245,164)
#CEF5AD
(206,245,173)
#D4F5B6
(212,245,182)
#DAF5BF
(218,245,191)
#E0F5C8
(224,245,200)
#E6F5D1
(230,245,209)
#ECF5DA
(236,245,218)
#F2F5E3
(242,245,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF592 color. Also use rgb(188,245,146) instead hex code.

Text Font Color

.myTextColor { color: #BCF592; }

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

This text font color is #BCF592.


Background Color

.myBgColor { background-color: #BCF592; }

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

This div background color is #BCF592.


Border color

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

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

This div border color is #BCF592.


Opacity

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

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

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

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

This text has shadow with #BCF592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF592 on black background.


Color preview on white background

This text has color #BCF592 on white background.



Black color preview on #BCF592 background

This text has black color on #BCF592 background.


White color preview on #BCF592 background

This text has white color on #BCF592 background.