COLOR #BEDD7A

HEX: #BEDD7A
RGB: (190,221,122)

Color info

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

RGB color model

#BEDD7A color RGB value is (190,221,122).

  • red value is 190;
  • green value is 221;
  • blue value is 122.
RGB:
(190,221,122)
(75%,87%,48%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 122 of 255 = 48%

190
221
122

R + G + B ~ 70%. #BEDD7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 122 = 533 (100%)
R 190 of 533 ~ 35.65%
G 221 of 533 ~ 41.46%
B 122 of 533 ~ 22.89%

%35.65
%41.46
%22.89

CMYK color model

#BEDD7A color CMYK value is (14,0,45,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 13.33%
CMYK:
(14,0,45,13)
C14M0Y45K13 
(14%,0%,45%,13%)
(0.14/0.00/0.45/0.13)	

CMYK percentages

%14.03
%0
%44.8
%13.33

Codes

Color #BEDD7A in popluar color models

BEDD7A
RGB190221122
HSL79°59.28%67.25%
HSB/HSV79°44.80%86.67%
CMYK14.03%0.00%44.80%
13.33%

Color #BEDD7A in popluar number systems.

HEXBEDD7A
Decimal190221122
Binary10111110110111011111010
Octal276335172

Shades and tints

Shades of #BEDD7A

#BEDD7A
(190,221,122)
#ADC96F
(173,201,111)
#9CB564
(156,181,100)
#8BA159
(139,161,89)
#7A8D4E
(122,141,78)
#697943
(105,121,67)
#586538
(88,101,56)
#47512D
(71,81,45)
#363D22
(54,61,34)
#252917
(37,41,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #BEDD7A

#BEDD7A
(190,221,122)
#C3E086
(195,224,134)
#C8E392
(200,227,146)
#CDE69E
(205,230,158)
#D2E9AA
(210,233,170)
#D7ECB6
(215,236,182)
#DCEFC2
(220,239,194)
#E1F2CE
(225,242,206)
#E6F5DA
(230,245,218)
#EBF8E6
(235,248,230)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDD7A color. Also use rgb(190,221,122) instead hex code.

Text Font Color

.myTextColor { color: #BEDD7A; }

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

This text font color is #BEDD7A.


Background Color

.myBgColor { background-color: #BEDD7A; }

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

This div background color is #BEDD7A.


Border color

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

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

This div border color is #BEDD7A.


Opacity

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

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

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

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

This text has shadow with #BEDD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDD7A on black background.


Color preview on white background

This text has color #BEDD7A on white background.



Black color preview on #BEDD7A background

This text has black color on #BEDD7A background.


White color preview on #BEDD7A background

This text has white color on #BEDD7A background.