COLOR #BCF963

HEX: #BCF963
RGB: (188,249,99)

Renk bilgisi

#BCF963 contains mainly green color. #BCF963 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#BCF963 color RGB value is (188,249,99).

  • kırmız ton 188;
  • yeşil ton 249;
  • mavi ton 99.
RGB:
(188,249,99)
(74%,98%,39%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 249 of 255 = 98%
B 99 of 255 = 39%

188
249
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 249 + 99 = 536 (100%)
R 188 of 536 ~ 35.07%
G 249 of 536 ~ 46.46%
B 99 of 536 ~ 18.47%

%35.07
%46.46
%18.47

CMYK RENK MODELİ

#BCF963 rengi CMYK tonu (24,0,60,2).

  • camgöbeği tonu 24.50%
  • eflatun tonu 0.00%
  • sarı tonu 60.24%
  • ana renk tonu 2.35%
CMYK:
(24,0,60,2)
C24M0Y60K2 
(24%,0%,60%,2%)
(0.24/0.00/0.60/0.02)	

CMYK yüzdeleri

%24.5
%0
%60.24
%2.35

Codes

Color #BCF963 in popluar color models

BCF963
RGB18824999
HSL84°92.59%68.24%
HSB/HSV84°60.24%97.65%
CMYK24.50%0.00%60.24%
2.35%

Color #BCF963 in popluar number systems.

HEXBCF963
Decimal18824999
Binary10111100111110011100011
Octal274371143

Shades and tints

Shades of #BCF963

#BCF963
(188,249,99)
#ABE35A
(171,227,90)
#9ACD51
(154,205,81)
#89B748
(137,183,72)
#78A13F
(120,161,63)
#678B36
(103,139,54)
#56752D
(86,117,45)
#455F24
(69,95,36)
#34491B
(52,73,27)
#233312
(35,51,18)
#121D09
(18,29,9)
#000000
(0,0,0)

Tints of #BCF963

#BCF963
(188,249,99)
#C2F971
(194,249,113)
#C8F97F
(200,249,127)
#CEF98D
(206,249,141)
#D4F99B
(212,249,155)
#DAF9A9
(218,249,169)
#E0F9B7
(224,249,183)
#E6F9C5
(230,249,197)
#ECF9D3
(236,249,211)
#F2F9E1
(242,249,225)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF963 color. Also use rgb(188,249,99) instead hex code.

Text Font Color

.myTextColor { color: #BCF963; }

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

This text font color is #BCF963.


Background Color

.myBgColor { background-color: #BCF963; }

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

This div background color is #BCF963.


Border color

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

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

This div border color is #BCF963.


Opacity

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

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

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

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

This text has shadow with #BCF963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF963 on black background.


Color preview on white background

This text has color #BCF963 on white background.



Black color preview on #BCF963 background

This text has black color on #BCF963 background.


White color preview on #BCF963 background

This text has white color on #BCF963 background.