COLOR #BEC571

HEX: #BEC571
RGB: (190,197,113)

Renk bilgisi

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

RGB renk modeli

#BEC571 color RGB value is (190,197,113).

  • kırmız ton 190;
  • yeşil ton 197;
  • mavi ton 113.
RGB:
(190,197,113)
(75%,77%,44%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 197 of 255 = 77%
B 113 of 255 = 44%

190
197
113

R + G + B ~ 65%. #BEC571 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 197 + 113 = 500 (100%)
R 190 of 500 ~ 38%
G 197 of 500 ~ 39.4%
B 113 of 500 ~ 22.6%

%38
%39.4
%22.6

CMYK RENK MODELİ

#BEC571 rengi CMYK tonu (4,0,43,23).

  • camgöbeği tonu 3.55%
  • eflatun tonu 0.00%
  • sarı tonu 42.64%
  • ana renk tonu 22.75%
CMYK:
(4,0,43,23)
C4M0Y43K23 
(4%,0%,43%,23%)
(0.04/0.00/0.43/0.23)	

CMYK yüzdeleri

%3.55
%0
%42.64
%22.75

Codes

Color #BEC571 in popluar color models

BEC571
RGB190197113
HSL65°42.00%60.78%
HSB/HSV65°42.64%77.25%
CMYK3.55%0.00%42.64%
22.75%

Color #BEC571 in popluar number systems.

HEXBEC571
Decimal190197113
Binary10111110110001011110001
Octal276305161

Shades and tints

Shades of #BEC571

#BEC571
(190,197,113)
#ADB467
(173,180,103)
#9CA35D
(156,163,93)
#8B9253
(139,146,83)
#7A8149
(122,129,73)
#69703F
(105,112,63)
#585F35
(88,95,53)
#474E2B
(71,78,43)
#363D21
(54,61,33)
#252C17
(37,44,23)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #BEC571

#BEC571
(190,197,113)
#C3CA7D
(195,202,125)
#C8CF89
(200,207,137)
#CDD495
(205,212,149)
#D2D9A1
(210,217,161)
#D7DEAD
(215,222,173)
#DCE3B9
(220,227,185)
#E1E8C5
(225,232,197)
#E6EDD1
(230,237,209)
#EBF2DD
(235,242,221)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC571 color. Also use rgb(190,197,113) instead hex code.

Text Font Color

.myTextColor { color: #BEC571; }

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

This text font color is #BEC571.


Background Color

.myBgColor { background-color: #BEC571; }

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

This div background color is #BEC571.


Border color

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

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

This div border color is #BEC571.


Opacity

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

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

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

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

This text has shadow with #BEC571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC571 on black background.


Color preview on white background

This text has color #BEC571 on white background.



Black color preview on #BEC571 background

This text has black color on #BEC571 background.


White color preview on #BEC571 background

This text has white color on #BEC571 background.