COLOR #BCD64F

HEX: #BCD64F
RGB: (188,214,79)

Renk bilgisi

#BCD64F contains mainly red and green colors. #BCD64F ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BCD64F color RGB value is (188,214,79).

  • kırmız ton 188;
  • yeşil ton 214;
  • mavi ton 79.
RGB:
(188,214,79)
(74%,84%,31%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 214 of 255 = 84%
B 79 of 255 = 31%

188
214
79

R + G + B ~ 63%. #BCD64F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 214 + 79 = 481 (100%)
R 188 of 481 ~ 39.09%
G 214 of 481 ~ 44.49%
B 79 of 481 ~ 16.42%

%39.09
%44.49
%16.42

CMYK RENK MODELİ

#BCD64F rengi CMYK tonu (12,0,63,16).

  • camgöbeği tonu 12.15%
  • eflatun tonu 0.00%
  • sarı tonu 63.08%
  • ana renk tonu 16.08%
CMYK:
(12,0,63,16)
C12M0Y63K16 
(12%,0%,63%,16%)
(0.12/0.00/0.63/0.16)	

CMYK yüzdeleri

%12.15
%0
%63.08
%16.08

Codes

Color #BCD64F in popluar color models

BCD64F
RGB18821479
HSL72°62.21%57.45%
HSB/HSV72°63.08%83.92%
CMYK12.15%0.00%63.08%
16.08%

Color #BCD64F in popluar number systems.

HEXBCD64F
Decimal18821479
Binary10111100110101101001111
Octal274326117

Shades and tints

Shades of #BCD64F

#BCD64F
(188,214,79)
#ABC348
(171,195,72)
#9AB041
(154,176,65)
#899D3A
(137,157,58)
#788A33
(120,138,51)
#67772C
(103,119,44)
#566425
(86,100,37)
#45511E
(69,81,30)
#343E17
(52,62,23)
#232B10
(35,43,16)
#121809
(18,24,9)
#000000
(0,0,0)

Tints of #BCD64F

#BCD64F
(188,214,79)
#C2D95F
(194,217,95)
#C8DC6F
(200,220,111)
#CEDF7F
(206,223,127)
#D4E28F
(212,226,143)
#DAE59F
(218,229,159)
#E0E8AF
(224,232,175)
#E6EBBF
(230,235,191)
#ECEECF
(236,238,207)
#F2F1DF
(242,241,223)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD64F color. Also use rgb(188,214,79) instead hex code.

Text Font Color

.myTextColor { color: #BCD64F; }

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

This text font color is #BCD64F.


Background Color

.myBgColor { background-color: #BCD64F; }

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

This div background color is #BCD64F.


Border color

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

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

This div border color is #BCD64F.


Opacity

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

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

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

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

This text has shadow with #BCD64F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD64F on black background.


Color preview on white background

This text has color #BCD64F on white background.



Black color preview on #BCD64F background

This text has black color on #BCD64F background.


White color preview on #BCD64F background

This text has white color on #BCD64F background.