COLOR #BEC589

HEX: #BEC589
RGB: (190,197,137)

Color info

#BEC589 contains mainly red and green colors. Web safe color of #BEC589 is #CCCC99 (or #CC9).

RGB color model

#BEC589 color RGB value is (190,197,137).

  • red value is 190;
  • green value is 197;
  • blue value is 137.
RGB:
(190,197,137)
(75%,77%,54%)

RGB channels and saturation

R 190 of 255 = 75%
G 197 of 255 = 77%
B 137 of 255 = 54%

190
197
137

R + G + B ~ 69%. #BEC589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 197 + 137 = 524 (100%)
R 190 of 524 ~ 36.26%
G 197 of 524 ~ 37.6%
B 137 of 524 ~ 26.15%

%36.26
%37.6
%26.15

CMYK color model

#BEC589 color CMYK value is (4,0,30,23).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(4,0,30,23)
C4M0Y30K23 
(4%,0%,30%,23%)
(0.04/0.00/0.30/0.23)	

CMYK percentages

%3.55
%0
%30.46
%22.75

Codes

Color #BEC589 in popluar color models

BEC589
RGB190197137
HSL67°34.09%65.49%
HSB/HSV67°30.46%77.25%
CMYK3.55%0.00%30.46%
22.75%

Color #BEC589 in popluar number systems.

HEXBEC589
Decimal190197137
Binary101111101100010110001001
Octal276305211

Shades and tints

Shades of #BEC589

#BEC589
(190,197,137)
#ADB47D
(173,180,125)
#9CA371
(156,163,113)
#8B9265
(139,146,101)
#7A8159
(122,129,89)
#69704D
(105,112,77)
#585F41
(88,95,65)
#474E35
(71,78,53)
#363D29
(54,61,41)
#252C1D
(37,44,29)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #BEC589

#BEC589
(190,197,137)
#C3CA93
(195,202,147)
#C8CF9D
(200,207,157)
#CDD4A7
(205,212,167)
#D2D9B1
(210,217,177)
#D7DEBB
(215,222,187)
#DCE3C5
(220,227,197)
#E1E8CF
(225,232,207)
#E6EDD9
(230,237,217)
#EBF2E3
(235,242,227)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC589 color. Also use rgb(190,197,137) instead hex code.

Text Font Color

.myTextColor { color: #BEC589; }

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

This text font color is #BEC589.


Background Color

.myBgColor { background-color: #BEC589; }

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

This div background color is #BEC589.


Border color

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

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

This div border color is #BEC589.


Opacity

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

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

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

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

This text has shadow with #BEC589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC589 on black background.


Color preview on white background

This text has color #BEC589 on white background.



Black color preview on #BEC589 background

This text has black color on #BEC589 background.


White color preview on #BEC589 background

This text has white color on #BEC589 background.