COLOR #BEC346

HEX: #BEC346 RGB: (190,195,70)

Color info

#BEC346 contains mainly red and green colors. Web safe color of #BEC346 is #CCCC33 (or #CC3).

RGB color model

#BEC346 color RGB value is (190,195,70).

RGB: (190,195,70) (75%, 76%, 27%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 70 of 255 = 27%

190
195
70

R + G + B ~ 59%. #BEC346 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 70 = 455 (100%)
R 190 of 455 ~ 41.76%
G 195 of 455 ~ 42.86%
B 70 of 455 ~ 15.38'%

%41.76
%42.86
%15.38

CMYK color model

#BEC346 color CMYK value is (3,0,64,24).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 64.10%
  • key color value is 23.53%

CMYK: (3,0,64,24)
C3M0Y64K24 (3%, 0%, 64%, 24%)
(0.03 / 0.00 / 0.64 / 0.24)

CMYK percentages

%2.56
%0
%64.1
%23.53

Codes

Color #BEC346 in popluar color models

BE C3 46
RGB 190 195 70
HSL 62° 51.02% 51.96%
HSB/HSV 62° 64.10% 76.47%
CMYK 2.56% 0.00% 64.10%
23.53%

Color #BEC346 in popluar number systems.

HEX BE C3 46
Decimal 190 195 70
Binary 10111110 11000011 1000110
Octal 276 303 106

Shades and tints

Shades of #BEC346

#BEC346
(190,195,70)
#ADB240
(173,178,64)
#9CA13A
(156,161,58)
#8B9034
(139,144,52)
#7A7F2E
(122,127,46)
#696E28
(105,110,40)
#585D22
(88,93,34)
#474C1C
(71,76,28)
#363B16
(54,59,22)
#252A10
(37,42,16)
#14190A
(20,25,10)
#000000
(0,0,0)

Tints of #BEC346

#BEC346
(190,195,70)
#C3C856
(195,200,86)
#C8CD66
(200,205,102)
#CDD276
(205,210,118)
#D2D786
(210,215,134)
#D7DC96
(215,220,150)
#DCE1A6
(220,225,166)
#E1E6B6
(225,230,182)
#E6EBC6
(230,235,198)
#EBF0D6
(235,240,214)
#F0F5E6
(240,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC346; }

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

This text font color is #BEC346.

Background Color

.myBgColor { background-color: #BEC346; }

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

This div background color is #BEC346.

Border color

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

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

This div border color is #BEC346.

Opacity

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

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

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

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

This text has shadow with #BEC346 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC346.

Preview

Color preview on black background

This text has color #BEC346 on black background.


Color preview on white background

This text has color #BEC346 on white background.


Black color preview on #BEC346 background

This text has black color on #BEC346 background.


White color preview on #BEC346 background

This text has white color on #BEC346 background.


Related colors

Complementary color

Complementary color for #hex is #413CB9.


I love getcolorcode.com

Triadic colors

1 #46BEC3 and #C346BE with #BEC346 are triadic colors.

2 #46C3BE and #C3BE46 with #BEC346 are triadic colors.