COLOR #BCCF90

HEX: #BCCF90
RGB: (188,207,144)

Color info

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

RGB color model

#BCCF90 color RGB value is (188,207,144).

  • red value is 188;
  • green value is 207;
  • blue value is 144.
RGB:
(188,207,144)
(74%,81%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 144 of 255 = 56%

188
207
144

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

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 144 = 539 (100%)
R 188 of 539 ~ 34.88%
G 207 of 539 ~ 38.4%
B 144 of 539 ~ 26.72%

%34.88
%38.4
%26.72

CMYK color model

#BCCF90 color CMYK value is (9,0,30,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 18.82%
CMYK:
(9,0,30,19)
C9M0Y30K19 
(9%,0%,30%,19%)
(0.09/0.00/0.30/0.19)	

CMYK percentages

%9.18
%0
%30.43
%18.82

Codes

Color #BCCF90 in popluar color models

BCCF90
RGB188207144
HSL78°39.62%68.82%
HSB/HSV78°30.43%81.18%
CMYK9.18%0.00%30.43%
18.82%

Color #BCCF90 in popluar number systems.

HEXBCCF90
Decimal188207144
Binary101111001100111110010000
Octal274317220

Shades and tints

Shades of #BCCF90

#BCCF90
(188,207,144)
#ABBD83
(171,189,131)
#9AAB76
(154,171,118)
#899969
(137,153,105)
#78875C
(120,135,92)
#67754F
(103,117,79)
#566342
(86,99,66)
#455135
(69,81,53)
#343F28
(52,63,40)
#232D1B
(35,45,27)
#121B0E
(18,27,14)
#000000
(0,0,0)

Tints of #BCCF90

#BCCF90
(188,207,144)
#C2D39A
(194,211,154)
#C8D7A4
(200,215,164)
#CEDBAE
(206,219,174)
#D4DFB8
(212,223,184)
#DAE3C2
(218,227,194)
#E0E7CC
(224,231,204)
#E6EBD6
(230,235,214)
#ECEFE0
(236,239,224)
#F2F3EA
(242,243,234)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCF90 color. Also use rgb(188,207,144) instead hex code.

Text Font Color

.myTextColor { color: #BCCF90; }

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

This text font color is #BCCF90.


Background Color

.myBgColor { background-color: #BCCF90; }

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

This div background color is #BCCF90.


Border color

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

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

This div border color is #BCCF90.


Opacity

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

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

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

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

This text has shadow with #BCCF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCF90 on black background.


Color preview on white background

This text has color #BCCF90 on white background.



Black color preview on #BCCF90 background

This text has black color on #BCCF90 background.


White color preview on #BCCF90 background

This text has white color on #BCCF90 background.