COLOR #BECA3D

HEX: #BECA3D
RGB: (190,202,61)

Color info

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

RGB color model

#BECA3D color RGB value is (190,202,61).

  • red value is 190;
  • green value is 202;
  • blue value is 61.
RGB:
(190,202,61)
(75%,79%,24%)

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 61 of 255 = 24%

190
202
61

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

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 61 = 453 (100%)
R 190 of 453 ~ 41.94%
G 202 of 453 ~ 44.59%
B 61 of 453 ~ 13.47%

%41.94
%44.59
%13.47

CMYK color model

#BECA3D color CMYK value is (6,0,70,21).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 69.80%
  • key color value is 20.78%
CMYK:
(6,0,70,21)
C6M0Y70K21 
(6%,0%,70%,21%)
(0.06/0.00/0.70/0.21)	

CMYK percentages

%5.94
%0
%69.8
%20.78

Codes

Color #BECA3D in popluar color models

BECA3D
RGB19020261
HSL65°57.09%51.57%
HSB/HSV65°69.80%79.22%
CMYK5.94%0.00%69.80%
20.78%

Color #BECA3D in popluar number systems.

HEXBECA3D
Decimal19020261
Binary1011111011001010111101
Octal27631275

Shades and tints

Shades of #BECA3D

#BECA3D
(190,202,61)
#ADB838
(173,184,56)
#9CA633
(156,166,51)
#8B942E
(139,148,46)
#7A8229
(122,130,41)
#697024
(105,112,36)
#585E1F
(88,94,31)
#474C1A
(71,76,26)
#363A15
(54,58,21)
#252810
(37,40,16)
#14160B
(20,22,11)
#000000
(0,0,0)

Tints of #BECA3D

#BECA3D
(190,202,61)
#C3CE4E
(195,206,78)
#C8D25F
(200,210,95)
#CDD670
(205,214,112)
#D2DA81
(210,218,129)
#D7DE92
(215,222,146)
#DCE2A3
(220,226,163)
#E1E6B4
(225,230,180)
#E6EAC5
(230,234,197)
#EBEED6
(235,238,214)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECA3D color. Also use rgb(190,202,61) instead hex code.

Text Font Color

.myTextColor { color: #BECA3D; }

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

This text font color is #BECA3D.


Background Color

.myBgColor { background-color: #BECA3D; }

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

This div background color is #BECA3D.


Border color

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

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

This div border color is #BECA3D.


Opacity

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

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

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

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

This text has shadow with #BECA3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECA3D on black background.


Color preview on white background

This text has color #BECA3D on white background.



Black color preview on #BECA3D background

This text has black color on #BECA3D background.


White color preview on #BECA3D background

This text has white color on #BECA3D background.