COLOR #BCD077

HEX: #BCD077
RGB: (188,208,119)

Renk bilgisi

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

RGB renk modeli

#BCD077 color RGB value is (188,208,119).

  • kırmız ton 188;
  • yeşil ton 208;
  • mavi ton 119.
RGB:
(188,208,119)
(74%,82%,47%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 208 of 255 = 82%
B 119 of 255 = 47%

188
208
119

R + G + B ~ 68%. #BCD077 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 208 + 119 = 515 (100%)
R 188 of 515 ~ 36.5%
G 208 of 515 ~ 40.39%
B 119 of 515 ~ 23.11%

%36.5
%40.39
%23.11

CMYK RENK MODELİ

#BCD077 rengi CMYK tonu (10,0,43,18).

  • camgöbeği tonu 9.62%
  • eflatun tonu 0.00%
  • sarı tonu 42.79%
  • ana renk tonu 18.43%
CMYK:
(10,0,43,18)
C10M0Y43K18 
(10%,0%,43%,18%)
(0.10/0.00/0.43/0.18)	

CMYK yüzdeleri

%9.62
%0
%42.79
%18.43

Codes

Color #BCD077 in popluar color models

BCD077
RGB188208119
HSL73°48.63%64.12%
HSB/HSV73°42.79%81.57%
CMYK9.62%0.00%42.79%
18.43%

Color #BCD077 in popluar number systems.

HEXBCD077
Decimal188208119
Binary10111100110100001110111
Octal274320167

Shades and tints

Shades of #BCD077

#BCD077
(188,208,119)
#ABBE6D
(171,190,109)
#9AAC63
(154,172,99)
#899A59
(137,154,89)
#78884F
(120,136,79)
#677645
(103,118,69)
#56643B
(86,100,59)
#455231
(69,82,49)
#344027
(52,64,39)
#232E1D
(35,46,29)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #BCD077

#BCD077
(188,208,119)
#C2D483
(194,212,131)
#C8D88F
(200,216,143)
#CEDC9B
(206,220,155)
#D4E0A7
(212,224,167)
#DAE4B3
(218,228,179)
#E0E8BF
(224,232,191)
#E6ECCB
(230,236,203)
#ECF0D7
(236,240,215)
#F2F4E3
(242,244,227)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD077 color. Also use rgb(188,208,119) instead hex code.

Text Font Color

.myTextColor { color: #BCD077; }

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

This text font color is #BCD077.


Background Color

.myBgColor { background-color: #BCD077; }

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

This div background color is #BCD077.


Border color

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

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

This div border color is #BCD077.


Opacity

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

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

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

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

This text has shadow with #BCD077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD077 on black background.


Color preview on white background

This text has color #BCD077 on white background.



Black color preview on #BCD077 background

This text has black color on #BCD077 background.


White color preview on #BCD077 background

This text has white color on #BCD077 background.