COLOR #BEC271

HEX: #BEC271
RGB: (190,194,113)

Color info

#BEC271 contains mainly red and green colors. Web safe color of #BEC271 is #CCCC66 (or #CC6).

RGB color model

#BEC271 color RGB value is (190,194,113).

  • red value is 190;
  • green value is 194;
  • blue value is 113.
RGB:
(190,194,113)
(75%,76%,44%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 113 of 255 = 44%

190
194
113

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

Portions of RGB colors in percentages

R + G + B =
190 + 194 + 113 = 497 (100%)
R 190 of 497 ~ 38.23%
G 194 of 497 ~ 39.03%
B 113 of 497 ~ 22.74%

%38.23
%39.03
%22.74

CMYK color model

#BEC271 color CMYK value is (2,0,42,24).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 41.75%
  • key color value is 23.92%
CMYK:
(2,0,42,24)
C2M0Y42K24 
(2%,0%,42%,24%)
(0.02/0.00/0.42/0.24)	

CMYK percentages

%2.06
%0
%41.75
%23.92

Codes

Color #BEC271 in popluar color models

BEC271
RGB190194113
HSL63°39.90%60.20%
HSB/HSV63°41.75%76.08%
CMYK2.06%0.00%41.75%
23.92%

Color #BEC271 in popluar number systems.

HEXBEC271
Decimal190194113
Binary10111110110000101110001
Octal276302161

Shades and tints

Shades of #BEC271

#BEC271
(190,194,113)
#ADB167
(173,177,103)
#9CA05D
(156,160,93)
#8B8F53
(139,143,83)
#7A7E49
(122,126,73)
#696D3F
(105,109,63)
#585C35
(88,92,53)
#474B2B
(71,75,43)
#363A21
(54,58,33)
#252917
(37,41,23)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #BEC271

#BEC271
(190,194,113)
#C3C77D
(195,199,125)
#C8CC89
(200,204,137)
#CDD195
(205,209,149)
#D2D6A1
(210,214,161)
#D7DBAD
(215,219,173)
#DCE0B9
(220,224,185)
#E1E5C5
(225,229,197)
#E6EAD1
(230,234,209)
#EBEFDD
(235,239,221)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC271; }

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

This text font color is #BEC271.


Background Color

.myBgColor { background-color: #BEC271; }

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

This div background color is #BEC271.


Border color

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

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

This div border color is #BEC271.


Opacity

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

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

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

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

This text has shadow with #BEC271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC271 on black background.


Color preview on white background

This text has color #BEC271 on white background.



Black color preview on #BEC271 background

This text has black color on #BEC271 background.


White color preview on #BEC271 background

This text has white color on #BEC271 background.