COLOR #BED848

HEX: #BED848
RGB: (190,216,72)

Color info

#BED848 contains mainly red and green colors. Web safe color of #BED848 is #CCCC33 (or #CC3).

RGB color model

#BED848 color RGB value is (190,216,72).

  • red value is 190;
  • green value is 216;
  • blue value is 72.
RGB:
(190,216,72)
(75%,85%,28%)

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 72 of 255 = 28%

190
216
72

R + G + B ~ 63%. #BED848 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 216 + 72 = 478 (100%)
R 190 of 478 ~ 39.75%
G 216 of 478 ~ 45.19%
B 72 of 478 ~ 15.06%

%39.75
%45.19
%15.06

CMYK color model

#BED848 color CMYK value is (12,0,67,15).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 15.29%
CMYK:
(12,0,67,15)
C12M0Y67K15 
(12%,0%,67%,15%)
(0.12/0.00/0.67/0.15)	

CMYK percentages

%12.04
%0
%66.67
%15.29

Codes

Color #BED848 in popluar color models

BED848
RGB19021672
HSL71°64.86%56.47%
HSB/HSV71°66.67%84.71%
CMYK12.04%0.00%66.67%
15.29%

Color #BED848 in popluar number systems.

HEXBED848
Decimal19021672
Binary10111110110110001001000
Octal276330110

Shades and tints

Shades of #BED848

#BED848
(190,216,72)
#ADC542
(173,197,66)
#9CB23C
(156,178,60)
#8B9F36
(139,159,54)
#7A8C30
(122,140,48)
#69792A
(105,121,42)
#586624
(88,102,36)
#47531E
(71,83,30)
#364018
(54,64,24)
#252D12
(37,45,18)
#141A0C
(20,26,12)
#000000
(0,0,0)

Tints of #BED848

#BED848
(190,216,72)
#C3DB58
(195,219,88)
#C8DE68
(200,222,104)
#CDE178
(205,225,120)
#D2E488
(210,228,136)
#D7E798
(215,231,152)
#DCEAA8
(220,234,168)
#E1EDB8
(225,237,184)
#E6F0C8
(230,240,200)
#EBF3D8
(235,243,216)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED848 color. Also use rgb(190,216,72) instead hex code.

Text Font Color

.myTextColor { color: #BED848; }

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

This text font color is #BED848.


Background Color

.myBgColor { background-color: #BED848; }

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

This div background color is #BED848.


Border color

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

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

This div border color is #BED848.


Opacity

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

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

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

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

This text has shadow with #BED848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED848 on black background.


Color preview on white background

This text has color #BED848 on white background.



Black color preview on #BED848 background

This text has black color on #BED848 background.


White color preview on #BED848 background

This text has white color on #BED848 background.