COLOR #BEC58C

HEX: #BEC58C RGB: (190,197,140)

Color info

#BEC58C contains red, green and blue colors in about the same proportion. Web safe color of #BEC58C is #CCCC99 (or #CC9).

RGB color model

#BEC58C color RGB value is (190,197,140).

RGB: (190,197,140) (75%, 77%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 197 of 255 = 77%
B 140 of 255 = 55%

190
197
140

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

Portions of RGB colors in percentages

R + G + B = 190 + 197 + 140 = 527 (100%)
R 190 of 527 ~ 36.05%
G 197 of 527 ~ 37.38%
B 140 of 527 ~ 26.57'%

%36.05
%37.38
%26.57

CMYK color model

#BEC58C color CMYK value is (4,0,29,23).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 28.93%
  • key color value is 22.75%

CMYK: (4,0,29,23)
C4M0Y29K23 (4%, 0%, 29%, 23%)
(0.04 / 0.00 / 0.29 / 0.23)

CMYK percentages

%3.55
%0
%28.93
%22.75

Codes

Color #BEC58C in popluar color models

BE C5 8C
RGB 190 197 140
HSL 67° 32.95% 66.08%
HSB/HSV 67° 28.93% 77.25%
CMYK 3.55% 0.00% 28.93%
22.75%

Color #BEC58C in popluar number systems.

HEX BE C5 8C
Decimal 190 197 140
Binary 10111110 11000101 10001100
Octal 276 305 214

Shades and tints

Shades of #BEC58C

#BEC58C
(190,197,140)
#ADB480
(173,180,128)
#9CA374
(156,163,116)
#8B9268
(139,146,104)
#7A815C
(122,129,92)
#697050
(105,112,80)
#585F44
(88,95,68)
#474E38
(71,78,56)
#363D2C
(54,61,44)
#252C20
(37,44,32)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #BEC58C

#BEC58C
(190,197,140)
#C3CA96
(195,202,150)
#C8CFA0
(200,207,160)
#CDD4AA
(205,212,170)
#D2D9B4
(210,217,180)
#D7DEBE
(215,222,190)
#DCE3C8
(220,227,200)
#E1E8D2
(225,232,210)
#E6EDDC
(230,237,220)
#EBF2E6
(235,242,230)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC58C; }

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

This text font color is #BEC58C.

Background Color

.myBgColor { background-color: #BEC58C; }

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

This div background color is #BEC58C.

Border color

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

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

This div border color is #BEC58C.

Opacity

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

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

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

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

This text has shadow with #BEC58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC58C.

Preview

Color preview on black background

This text has color #BEC58C on black background.


Color preview on white background

This text has color #BEC58C on white background.


Black color preview on #BEC58C background

This text has black color on #BEC58C background.


White color preview on #BEC58C background

This text has white color on #BEC58C background.


Related colors

Complementary color

Complementary color for #hex is #413A73.


I love getcolorcode.com

Triadic colors

1 #8CBEC5 and #C58CBE with #BEC58C are triadic colors.

2 #8CC5BE and #C5BE8C with #BEC58C are triadic colors.