COLOR #BCC592

HEX: #BCC592
RGB: (188,197,146)

Renk bilgisi

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

RGB renk modeli

#BCC592 color RGB value is (188,197,146).

  • kırmız ton 188;
  • yeşil ton 197;
  • mavi ton 146.
RGB:
(188,197,146)
(74%,77%,57%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 197 of 255 = 77%
B 146 of 255 = 57%

188
197
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 197 + 146 = 531 (100%)
R 188 of 531 ~ 35.4%
G 197 of 531 ~ 37.1%
B 146 of 531 ~ 27.5%

%35.4
%37.1
%27.5

CMYK RENK MODELİ

#BCC592 rengi CMYK tonu (5,0,26,23).

  • camgöbeği tonu 4.57%
  • eflatun tonu 0.00%
  • sarı tonu 25.89%
  • ana renk tonu 22.75%
CMYK:
(5,0,26,23)
C5M0Y26K23 
(5%,0%,26%,23%)
(0.05/0.00/0.26/0.23)	

CMYK yüzdeleri

%4.57
%0
%25.89
%22.75

Codes

Color #BCC592 in popluar color models

BCC592
RGB188197146
HSL71°30.54%67.25%
HSB/HSV71°25.89%77.25%
CMYK4.57%0.00%25.89%
22.75%

Color #BCC592 in popluar number systems.

HEXBCC592
Decimal188197146
Binary101111001100010110010010
Octal274305222

Shades and tints

Shades of #BCC592

#BCC592
(188,197,146)
#ABB485
(171,180,133)
#9AA378
(154,163,120)
#89926B
(137,146,107)
#78815E
(120,129,94)
#677051
(103,112,81)
#565F44
(86,95,68)
#454E37
(69,78,55)
#343D2A
(52,61,42)
#232C1D
(35,44,29)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #BCC592

#BCC592
(188,197,146)
#C2CA9B
(194,202,155)
#C8CFA4
(200,207,164)
#CED4AD
(206,212,173)
#D4D9B6
(212,217,182)
#DADEBF
(218,222,191)
#E0E3C8
(224,227,200)
#E6E8D1
(230,232,209)
#ECEDDA
(236,237,218)
#F2F2E3
(242,242,227)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC592 color. Also use rgb(188,197,146) instead hex code.

Text Font Color

.myTextColor { color: #BCC592; }

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

This text font color is #BCC592.


Background Color

.myBgColor { background-color: #BCC592; }

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

This div background color is #BCC592.


Border color

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

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

This div border color is #BCC592.


Opacity

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

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

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

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

This text has shadow with #BCC592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC592 on black background.


Color preview on white background

This text has color #BCC592 on white background.



Black color preview on #BCC592 background

This text has black color on #BCC592 background.


White color preview on #BCC592 background

This text has white color on #BCC592 background.