COLOR #BECC5A

HEX: #BECC5A
RGB: (190,204,90)

Color info

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

RGB color model

#BECC5A color RGB value is (190,204,90).

  • red value is 190;
  • green value is 204;
  • blue value is 90.
RGB:
(190,204,90)
(75%,80%,35%)

RGB channels and saturation

R 190 of 255 = 75%
G 204 of 255 = 80%
B 90 of 255 = 35%

190
204
90

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

Portions of RGB colors in percentages

R + G + B =
190 + 204 + 90 = 484 (100%)
R 190 of 484 ~ 39.26%
G 204 of 484 ~ 42.15%
B 90 of 484 ~ 18.6%

%39.26
%42.15
%18.6

CMYK color model

#BECC5A color CMYK value is (7,0,56,20).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 55.88%
  • key color value is 20.00%
CMYK:
(7,0,56,20)
C7M0Y56K20 
(7%,0%,56%,20%)
(0.07/0.00/0.56/0.20)	

CMYK percentages

%6.86
%0
%55.88
%20

Codes

Color #BECC5A in popluar color models

BECC5A
RGB19020490
HSL67°52.78%57.65%
HSB/HSV67°55.88%80.00%
CMYK6.86%0.00%55.88%
20.00%

Color #BECC5A in popluar number systems.

HEXBECC5A
Decimal19020490
Binary10111110110011001011010
Octal276314132

Shades and tints

Shades of #BECC5A

#BECC5A
(190,204,90)
#ADBA52
(173,186,82)
#9CA84A
(156,168,74)
#8B9642
(139,150,66)
#7A843A
(122,132,58)
#697232
(105,114,50)
#58602A
(88,96,42)
#474E22
(71,78,34)
#363C1A
(54,60,26)
#252A12
(37,42,18)
#14180A
(20,24,10)
#000000
(0,0,0)

Tints of #BECC5A

#BECC5A
(190,204,90)
#C3D069
(195,208,105)
#C8D478
(200,212,120)
#CDD887
(205,216,135)
#D2DC96
(210,220,150)
#D7E0A5
(215,224,165)
#DCE4B4
(220,228,180)
#E1E8C3
(225,232,195)
#E6ECD2
(230,236,210)
#EBF0E1
(235,240,225)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECC5A color. Also use rgb(190,204,90) instead hex code.

Text Font Color

.myTextColor { color: #BECC5A; }

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

This text font color is #BECC5A.


Background Color

.myBgColor { background-color: #BECC5A; }

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

This div background color is #BECC5A.


Border color

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

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

This div border color is #BECC5A.


Opacity

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

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

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

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

This text has shadow with #BECC5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECC5A on black background.


Color preview on white background

This text has color #BECC5A on white background.



Black color preview on #BECC5A background

This text has black color on #BECC5A background.


White color preview on #BECC5A background

This text has white color on #BECC5A background.