COLOR #BEDB73

HEX: #BEDB73
RGB: (190,219,115)

Color info

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

RGB color model

#BEDB73 color RGB value is (190,219,115).

  • red value is 190;
  • green value is 219;
  • blue value is 115.
RGB:
(190,219,115)
(75%,86%,45%)

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 115 of 255 = 45%

190
219
115

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

Portions of RGB colors in percentages

R + G + B =
190 + 219 + 115 = 524 (100%)
R 190 of 524 ~ 36.26%
G 219 of 524 ~ 41.79%
B 115 of 524 ~ 21.95%

%36.26
%41.79
%21.95

CMYK color model

#BEDB73 color CMYK value is (13,0,47,14).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 47.49%
  • key color value is 14.12%
CMYK:
(13,0,47,14)
C13M0Y47K14 
(13%,0%,47%,14%)
(0.13/0.00/0.47/0.14)	

CMYK percentages

%13.24
%0
%47.49
%14.12

Codes

Color #BEDB73 in popluar color models

BEDB73
RGB190219115
HSL77°59.09%65.49%
HSB/HSV77°47.49%85.88%
CMYK13.24%0.00%47.49%
14.12%

Color #BEDB73 in popluar number systems.

HEXBEDB73
Decimal190219115
Binary10111110110110111110011
Octal276333163

Shades and tints

Shades of #BEDB73

#BEDB73
(190,219,115)
#ADC869
(173,200,105)
#9CB55F
(156,181,95)
#8BA255
(139,162,85)
#7A8F4B
(122,143,75)
#697C41
(105,124,65)
#586937
(88,105,55)
#47562D
(71,86,45)
#364323
(54,67,35)
#253019
(37,48,25)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #BEDB73

#BEDB73
(190,219,115)
#C3DE7F
(195,222,127)
#C8E18B
(200,225,139)
#CDE497
(205,228,151)
#D2E7A3
(210,231,163)
#D7EAAF
(215,234,175)
#DCEDBB
(220,237,187)
#E1F0C7
(225,240,199)
#E6F3D3
(230,243,211)
#EBF6DF
(235,246,223)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDB73 color. Also use rgb(190,219,115) instead hex code.

Text Font Color

.myTextColor { color: #BEDB73; }

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

This text font color is #BEDB73.


Background Color

.myBgColor { background-color: #BEDB73; }

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

This div background color is #BEDB73.


Border color

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

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

This div border color is #BEDB73.


Opacity

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

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

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

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

This text has shadow with #BEDB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDB73 on black background.


Color preview on white background

This text has color #BEDB73 on white background.



Black color preview on #BEDB73 background

This text has black color on #BEDB73 background.


White color preview on #BEDB73 background

This text has white color on #BEDB73 background.