COLOR #BECE78

HEX: #BECE78 RGB: (190,206,120)

Color info

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

RGB color model

#BECE78 color RGB value is (190,206,120).

RGB: (190,206,120) (75%, 81%, 47%)

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 120 of 255 = 47%

190
206
120

R + G + B ~ 68%. #BECE78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 206 + 120 = 516 (100%)
R 190 of 516 ~ 36.82%
G 206 of 516 ~ 39.92%
B 120 of 516 ~ 23.26'%

%36.82
%39.92
%23.26

CMYK color model

#BECE78 color CMYK value is (8,0,42,19).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 41.75%
  • key color value is 19.22%
CMYK: (8,0,42,19) C8M0Y42K19 (8%,0%,42%,19%) (0.08/0.00/0.42/0.19) 

CMYK percentages

%7.77
%0
%41.75
%19.22

Codes

Color #BECE78 in popluar color models

BE CE 78
RGB 190 206 120
HSL 71° 46.74% 63.92%
HSB/HSV 71° 41.75% 80.78%
CMYK 7.77% 0.00% 41.75%
19.22%

Color #BECE78 in popluar number systems.

HEX BE CE 78
Decimal 190 206 120
Binary 10111110 11001110 1111000
Octal 276 316 170

Shades and tints

Shades of #BECE78

#BECE78
(190,206,120)
#ADBC6E
(173,188,110)
#9CAA64
(156,170,100)
#8B985A
(139,152,90)
#7A8650
(122,134,80)
#697446
(105,116,70)
#58623C
(88,98,60)
#475032
(71,80,50)
#363E28
(54,62,40)
#252C1E
(37,44,30)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #BECE78

#BECE78
(190,206,120)
#C3D284
(195,210,132)
#C8D690
(200,214,144)
#CDDA9C
(205,218,156)
#D2DEA8
(210,222,168)
#D7E2B4
(215,226,180)
#DCE6C0
(220,230,192)
#E1EACC
(225,234,204)
#E6EED8
(230,238,216)
#EBF2E4
(235,242,228)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECE78 color. Also use rgb(190,206,120) instead hex code.

Text Font Color

.myTextColor { color: #BECE78; }

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

This text font color is #BECE78.

Background Color

.myBgColor { background-color: #BECE78; }

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

This div background color is #BECE78.

Border color

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

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

This div border color is #BECE78.

Opacity

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

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

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

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

This text has shadow with #BECE78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECE78.

Preview

Color preview on black background

This text has color #BECE78 on black background.


Color preview on white background

This text has color #BECE78 on white background.


Black color preview on #BECE78 background

This text has black color on #BECE78 background.


White color preview on #BECE78 background

This text has white color on #BECE78 background.


Related colors

Complementary color

Complementary color for #hex is #413187.


I love getcolorcode.com

Triadic colors

1 #78BECE and #CE78BE with #BECE78 are triadic colors.

2 #78CEBE and #CEBE78 with #BECE78 are triadic colors.