COLOR #BEC360

HEX: #BEC360
RGB: (190,195,96)

Color info

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

RGB color model

#BEC360 color RGB value is (190,195,96).

  • red value is 190;
  • green value is 195;
  • blue value is 96.
RGB:
(190,195,96)
(75%,76%,38%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 96 of 255 = 38%

190
195
96

R + G + B ~ 63%. #BEC360 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 195 + 96 = 481 (100%)
R 190 of 481 ~ 39.5%
G 195 of 481 ~ 40.54%
B 96 of 481 ~ 19.96%

%39.5
%40.54
%19.96

CMYK color model

#BEC360 color CMYK value is (3,0,51,24).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 50.77%
  • key color value is 23.53%
CMYK:
(3,0,51,24)
C3M0Y51K24 
(3%,0%,51%,24%)
(0.03/0.00/0.51/0.24)	

CMYK percentages

%2.56
%0
%50.77
%23.53

Codes

Color #BEC360 in popluar color models

BEC360
RGB19019596
HSL63°45.21%57.06%
HSB/HSV63°50.77%76.47%
CMYK2.56%0.00%50.77%
23.53%

Color #BEC360 in popluar number systems.

HEXBEC360
Decimal19019596
Binary10111110110000111100000
Octal276303140

Shades and tints

Shades of #BEC360

#BEC360
(190,195,96)
#ADB258
(173,178,88)
#9CA150
(156,161,80)
#8B9048
(139,144,72)
#7A7F40
(122,127,64)
#696E38
(105,110,56)
#585D30
(88,93,48)
#474C28
(71,76,40)
#363B20
(54,59,32)
#252A18
(37,42,24)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #BEC360

#BEC360
(190,195,96)
#C3C86E
(195,200,110)
#C8CD7C
(200,205,124)
#CDD28A
(205,210,138)
#D2D798
(210,215,152)
#D7DCA6
(215,220,166)
#DCE1B4
(220,225,180)
#E1E6C2
(225,230,194)
#E6EBD0
(230,235,208)
#EBF0DE
(235,240,222)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC360 color. Also use rgb(190,195,96) instead hex code.

Text Font Color

.myTextColor { color: #BEC360; }

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

This text font color is #BEC360.


Background Color

.myBgColor { background-color: #BEC360; }

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

This div background color is #BEC360.


Border color

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

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

This div border color is #BEC360.


Opacity

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

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

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

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

This text has shadow with #BEC360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC360 on black background.


Color preview on white background

This text has color #BEC360 on white background.



Black color preview on #BEC360 background

This text has black color on #BEC360 background.


White color preview on #BEC360 background

This text has white color on #BEC360 background.