COLOR #BCC391

HEX: #BCC391
RGB: (188,195,145)

Renk bilgisi

#BCC391 contains red, green and blue colors in about the same proportion. #BCC391 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BCC391 color RGB value is (188,195,145).

  • kırmız ton 188;
  • yeşil ton 195;
  • mavi ton 145.
RGB:
(188,195,145)
(74%,76%,57%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 195 of 255 = 76%
B 145 of 255 = 57%

188
195
145

R + G + B ~ 69%. #BCC391 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 195 + 145 = 528 (100%)
R 188 of 528 ~ 35.61%
G 195 of 528 ~ 36.93%
B 145 of 528 ~ 27.46%

%35.61
%36.93
%27.46

CMYK RENK MODELİ

#BCC391 rengi CMYK tonu (4,0,26,24).

  • camgöbeği tonu 3.59%
  • eflatun tonu 0.00%
  • sarı tonu 25.64%
  • ana renk tonu 23.53%
CMYK:
(4,0,26,24)
C4M0Y26K24 
(4%,0%,26%,24%)
(0.04/0.00/0.26/0.24)	

CMYK yüzdeleri

%3.59
%0
%25.64
%23.53

Codes

Color #BCC391 in popluar color models

BCC391
RGB188195145
HSL68°29.41%66.67%
HSB/HSV68°25.64%76.47%
CMYK3.59%0.00%25.64%
23.53%

Color #BCC391 in popluar number systems.

HEXBCC391
Decimal188195145
Binary101111001100001110010001
Octal274303221

Shades and tints

Shades of #BCC391

#BCC391
(188,195,145)
#ABB284
(171,178,132)
#9AA177
(154,161,119)
#89906A
(137,144,106)
#787F5D
(120,127,93)
#676E50
(103,110,80)
#565D43
(86,93,67)
#454C36
(69,76,54)
#343B29
(52,59,41)
#232A1C
(35,42,28)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCC391

#BCC391
(188,195,145)
#C2C89B
(194,200,155)
#C8CDA5
(200,205,165)
#CED2AF
(206,210,175)
#D4D7B9
(212,215,185)
#DADCC3
(218,220,195)
#E0E1CD
(224,225,205)
#E6E6D7
(230,230,215)
#ECEBE1
(236,235,225)
#F2F0EB
(242,240,235)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC391 color. Also use rgb(188,195,145) instead hex code.

Text Font Color

.myTextColor { color: #BCC391; }

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

This text font color is #BCC391.


Background Color

.myBgColor { background-color: #BCC391; }

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

This div background color is #BCC391.


Border color

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

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

This div border color is #BCC391.


Opacity

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

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

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

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

This text has shadow with #BCC391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC391 on black background.


Color preview on white background

This text has color #BCC391 on white background.



Black color preview on #BCC391 background

This text has black color on #BCC391 background.


White color preview on #BCC391 background

This text has white color on #BCC391 background.