COLOR #BCD960

HEX: #BCD960
RGB: (188,217,96)

Renk bilgisi

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

RGB renk modeli

#BCD960 color RGB value is (188,217,96).

  • kırmız ton 188;
  • yeşil ton 217;
  • mavi ton 96.
RGB:
(188,217,96)
(74%,85%,38%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 217 of 255 = 85%
B 96 of 255 = 38%

188
217
96

R + G + B ~ 66%. #BCD960 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 217 + 96 = 501 (100%)
R 188 of 501 ~ 37.52%
G 217 of 501 ~ 43.31%
B 96 of 501 ~ 19.16%

%37.52
%43.31
%19.16

CMYK RENK MODELİ

#BCD960 rengi CMYK tonu (13,0,56,15).

  • camgöbeği tonu 13.36%
  • eflatun tonu 0.00%
  • sarı tonu 55.76%
  • ana renk tonu 14.90%
CMYK:
(13,0,56,15)
C13M0Y56K15 
(13%,0%,56%,15%)
(0.13/0.00/0.56/0.15)	

CMYK yüzdeleri

%13.36
%0
%55.76
%14.9

Codes

Color #BCD960 in popluar color models

BCD960
RGB18821796
HSL74°61.42%61.37%
HSB/HSV74°55.76%85.10%
CMYK13.36%0.00%55.76%
14.90%

Color #BCD960 in popluar number systems.

HEXBCD960
Decimal18821796
Binary10111100110110011100000
Octal274331140

Shades and tints

Shades of #BCD960

#BCD960
(188,217,96)
#ABC658
(171,198,88)
#9AB350
(154,179,80)
#89A048
(137,160,72)
#788D40
(120,141,64)
#677A38
(103,122,56)
#566730
(86,103,48)
#455428
(69,84,40)
#344120
(52,65,32)
#232E18
(35,46,24)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #BCD960

#BCD960
(188,217,96)
#C2DC6E
(194,220,110)
#C8DF7C
(200,223,124)
#CEE28A
(206,226,138)
#D4E598
(212,229,152)
#DAE8A6
(218,232,166)
#E0EBB4
(224,235,180)
#E6EEC2
(230,238,194)
#ECF1D0
(236,241,208)
#F2F4DE
(242,244,222)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD960 color. Also use rgb(188,217,96) instead hex code.

Text Font Color

.myTextColor { color: #BCD960; }

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

This text font color is #BCD960.


Background Color

.myBgColor { background-color: #BCD960; }

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

This div background color is #BCD960.


Border color

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

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

This div border color is #BCD960.


Opacity

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

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

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

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

This text has shadow with #BCD960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD960 on black background.


Color preview on white background

This text has color #BCD960 on white background.



Black color preview on #BCD960 background

This text has black color on #BCD960 background.


White color preview on #BCD960 background

This text has white color on #BCD960 background.