COLOR #BCE972

HEX: #BCE972 RGB: (188,233,114)

Color info

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

RGB color model

#BCE972 color RGB value is (188,233,114).

RGB: (188,233,114) (74%, 91%, 45%)

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 114 of 255 = 45%

188
233
114

R + G + B ~ 70%. #BCE972 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 233 + 114 = 535 (100%)
R 188 of 535 ~ 35.14%
G 233 of 535 ~ 43.55%
B 114 of 535 ~ 21.31'%

%35.14
%43.55
%21.31

CMYK color model

#BCE972 color CMYK value is (19,0,51,9).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 51.07%
  • key color value is 8.63%

CMYK: (19,0,51,9)
C19M0Y51K9 (19%, 0%, 51%, 9%)
(0.19 / 0.00 / 0.51 / 0.09)

CMYK percentages

%19.31
%0
%51.07
%8.63

Codes

Color #BCE972 in popluar color models

BC E9 72
RGB 188 233 114
HSL 83° 73.01% 68.04%
HSB/HSV 83° 51.07% 91.37%
CMYK 19.31% 0.00% 51.07%
8.63%

Color #BCE972 in popluar number systems.

HEX BC E9 72
Decimal 188 233 114
Binary 10111100 11101001 1110010
Octal 274 351 162

Shades and tints

Shades of #BCE972

#BCE972
(188,233,114)
#ABD468
(171,212,104)
#9ABF5E
(154,191,94)
#89AA54
(137,170,84)
#78954A
(120,149,74)
#678040
(103,128,64)
#566B36
(86,107,54)
#45562C
(69,86,44)
#344122
(52,65,34)
#232C18
(35,44,24)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #BCE972

#BCE972
(188,233,114)
#C2EB7E
(194,235,126)
#C8ED8A
(200,237,138)
#CEEF96
(206,239,150)
#D4F1A2
(212,241,162)
#DAF3AE
(218,243,174)
#E0F5BA
(224,245,186)
#E6F7C6
(230,247,198)
#ECF9D2
(236,249,210)
#F2FBDE
(242,251,222)
#F8FDEA
(248,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE972 color. Also use rgb(188,233,114) instead hex code.

Text Font Color

.myTextColor { color: #BCE972; }

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

This text font color is #BCE972.

Background Color

.myBgColor { background-color: #BCE972; }

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

This div background color is #BCE972.

Border color

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

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

This div border color is #BCE972.

Opacity

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

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

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

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

This text has shadow with #BCE972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE972.

Preview

Color preview on black background

This text has color #BCE972 on black background.


Color preview on white background

This text has color #BCE972 on white background.


Black color preview on #BCE972 background

This text has black color on #BCE972 background.


White color preview on #BCE972 background

This text has white color on #BCE972 background.


Related colors

Complementary color

Complementary color for #hex is #43168D.


I love getcolorcode.com

Triadic colors

1 #72BCE9 and #E972BC with #BCE972 are triadic colors.

2 #72E9BC and #E9BC72 with #BCE972 are triadic colors.