COLOR #BEC876

HEX: #BEC876
RGB: (190,200,118)

Color info

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

RGB color model

#BEC876 color RGB value is (190,200,118).

  • red value is 190;
  • green value is 200;
  • blue value is 118.
RGB:
(190,200,118)
(75%,78%,46%)

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 118 of 255 = 46%

190
200
118

R + G + B ~ 66%. #BEC876 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 200 + 118 = 508 (100%)
R 190 of 508 ~ 37.4%
G 200 of 508 ~ 39.37%
B 118 of 508 ~ 23.23%

%37.4
%39.37
%23.23

CMYK color model

#BEC876 color CMYK value is (5,0,41,22).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 41.00%
  • key color value is 21.57%
CMYK:
(5,0,41,22)
C5M0Y41K22 
(5%,0%,41%,22%)
(0.05/0.00/0.41/0.22)	

CMYK percentages

%5
%0
%41
%21.57

Codes

Color #BEC876 in popluar color models

BEC876
RGB190200118
HSL67°42.71%62.35%
HSB/HSV67°41.00%78.43%
CMYK5.00%0.00%41.00%
21.57%

Color #BEC876 in popluar number systems.

HEXBEC876
Decimal190200118
Binary10111110110010001110110
Octal276310166

Shades and tints

Shades of #BEC876

#BEC876
(190,200,118)
#ADB66C
(173,182,108)
#9CA462
(156,164,98)
#8B9258
(139,146,88)
#7A804E
(122,128,78)
#696E44
(105,110,68)
#585C3A
(88,92,58)
#474A30
(71,74,48)
#363826
(54,56,38)
#25261C
(37,38,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #BEC876

#BEC876
(190,200,118)
#C3CD82
(195,205,130)
#C8D28E
(200,210,142)
#CDD79A
(205,215,154)
#D2DCA6
(210,220,166)
#D7E1B2
(215,225,178)
#DCE6BE
(220,230,190)
#E1EBCA
(225,235,202)
#E6F0D6
(230,240,214)
#EBF5E2
(235,245,226)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC876 color. Also use rgb(190,200,118) instead hex code.

Text Font Color

.myTextColor { color: #BEC876; }

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

This text font color is #BEC876.


Background Color

.myBgColor { background-color: #BEC876; }

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

This div background color is #BEC876.


Border color

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

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

This div border color is #BEC876.


Opacity

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

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

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

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

This text has shadow with #BEC876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC876 on black background.


Color preview on white background

This text has color #BEC876 on white background.



Black color preview on #BEC876 background

This text has black color on #BEC876 background.


White color preview on #BEC876 background

This text has white color on #BEC876 background.