COLOR #BEC13C

HEX: #BEC13C RGB: (190,193,60)

Color info

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

RGB color model

#BEC13C color RGB value is (190,193,60).

RGB: (190,193,60) (75%, 76%, 24%)

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 60 of 255 = 24%

190
193
60

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

Portions of RGB colors in percentages

R + G + B = 190 + 193 + 60 = 443 (100%)
R 190 of 443 ~ 42.89%
G 193 of 443 ~ 43.57%
B 60 of 443 ~ 13.54'%

%42.89
%43.57
%13.54

CMYK color model

#BEC13C color CMYK value is (2,0,69,24).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 68.91%
  • key color value is 24.31%

CMYK: (2,0,69,24)
C2M0Y69K24 (2%, 0%, 69%, 24%)
(0.02 / 0.00 / 0.69 / 0.24)

CMYK percentages

%1.55
%0
%68.91
%24.31

Codes

Color #BEC13C in popluar color models

BE C1 3C
RGB 190 193 60
HSL 61° 52.57% 49.61%
HSB/HSV 61° 68.91% 75.69%
CMYK 1.55% 0.00% 68.91%
24.31%

Color #BEC13C in popluar number systems.

HEX BE C1 3C
Decimal 190 193 60
Binary 10111110 11000001 111100
Octal 276 301 74

Shades and tints

Shades of #BEC13C

#BEC13C
(190,193,60)
#ADB037
(173,176,55)
#9C9F32
(156,159,50)
#8B8E2D
(139,142,45)
#7A7D28
(122,125,40)
#696C23
(105,108,35)
#585B1E
(88,91,30)
#474A19
(71,74,25)
#363914
(54,57,20)
#25280F
(37,40,15)
#14170A
(20,23,10)
#000000
(0,0,0)

Tints of #BEC13C

#BEC13C
(190,193,60)
#C3C64D
(195,198,77)
#C8CB5E
(200,203,94)
#CDD06F
(205,208,111)
#D2D580
(210,213,128)
#D7DA91
(215,218,145)
#DCDFA2
(220,223,162)
#E1E4B3
(225,228,179)
#E6E9C4
(230,233,196)
#EBEED5
(235,238,213)
#F0F3E6
(240,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC13C color. Also use rgb(190,193,60) instead hex code.

Text Font Color

.myTextColor { color: #BEC13C; }

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

This text font color is #BEC13C.

Background Color

.myBgColor { background-color: #BEC13C; }

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

This div background color is #BEC13C.

Border color

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

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

This div border color is #BEC13C.

Opacity

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

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

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

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

This text has shadow with #BEC13C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC13C.

Preview

Color preview on black background

This text has color #BEC13C on black background.


Color preview on white background

This text has color #BEC13C on white background.


Black color preview on #BEC13C background

This text has black color on #BEC13C background.


White color preview on #BEC13C background

This text has white color on #BEC13C background.


Related colors

Complementary color

Complementary color for #hex is #413EC3.


I love getcolorcode.com

Triadic colors

1 #3CBEC1 and #C13CBE with #BEC13C are triadic colors.

2 #3CC1BE and #C1BE3C with #BEC13C are triadic colors.