COLOR #BED178

HEX: #BED178
RGB: (190,209,120)

Color info

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

RGB color model

#BED178 color RGB value is (190,209,120).

  • red value is 190;
  • green value is 209;
  • blue value is 120.
RGB:
(190,209,120)
(75%,82%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 120 of 255 = 47%

190
209
120

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 120 = 519 (100%)
R 190 of 519 ~ 36.61%
G 209 of 519 ~ 40.27%
B 120 of 519 ~ 23.12%

%36.61
%40.27
%23.12

CMYK color model

#BED178 color CMYK value is (9,0,43,18).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 42.58%
  • key color value is 18.04%
CMYK:
(9,0,43,18)
C9M0Y43K18 
(9%,0%,43%,18%)
(0.09/0.00/0.43/0.18)	

CMYK percentages

%9.09
%0
%42.58
%18.04

Codes

Color #BED178 in popluar color models

BED178
RGB190209120
HSL73°49.17%64.51%
HSB/HSV73°42.58%81.96%
CMYK9.09%0.00%42.58%
18.04%

Color #BED178 in popluar number systems.

HEXBED178
Decimal190209120
Binary10111110110100011111000
Octal276321170

Shades and tints

Shades of #BED178

#BED178
(190,209,120)
#ADBE6E
(173,190,110)
#9CAB64
(156,171,100)
#8B985A
(139,152,90)
#7A8550
(122,133,80)
#697246
(105,114,70)
#585F3C
(88,95,60)
#474C32
(71,76,50)
#363928
(54,57,40)
#25261E
(37,38,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BED178

#BED178
(190,209,120)
#C3D584
(195,213,132)
#C8D990
(200,217,144)
#CDDD9C
(205,221,156)
#D2E1A8
(210,225,168)
#D7E5B4
(215,229,180)
#DCE9C0
(220,233,192)
#E1EDCC
(225,237,204)
#E6F1D8
(230,241,216)
#EBF5E4
(235,245,228)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED178; }

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

This text font color is #BED178.


Background Color

.myBgColor { background-color: #BED178; }

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

This div background color is #BED178.


Border color

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

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

This div border color is #BED178.


Opacity

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

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

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

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

This text has shadow with #BED178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED178 on black background.


Color preview on white background

This text has color #BED178 on white background.



Black color preview on #BED178 background

This text has black color on #BED178 background.


White color preview on #BED178 background

This text has white color on #BED178 background.