COLOR #BDCE79

HEX: #BDCE79
RGB: (189,206,121)

Color info

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

RGB color model

#BDCE79 color RGB value is (189,206,121).

  • red value is 189;
  • green value is 206;
  • blue value is 121.
RGB:
(189,206,121)
(74%,81%,47%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 121 of 255 = 47%

189
206
121

R + G + B ~ 67%. #BDCE79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 121 = 516 (100%)
R 189 of 516 ~ 36.63%
G 206 of 516 ~ 39.92%
B 121 of 516 ~ 23.45%

%36.63
%39.92
%23.45

CMYK color model

#BDCE79 color CMYK value is (8,0,41,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 41.26%
  • key color value is 19.22%
CMYK:
(8,0,41,19)
C8M0Y41K19 
(8%,0%,41%,19%)
(0.08/0.00/0.41/0.19)	

CMYK percentages

%8.25
%0
%41.26
%19.22

Codes

Color #BDCE79 in popluar color models

BDCE79
RGB189206121
HSL72°46.45%64.12%
HSB/HSV72°41.26%80.78%
CMYK8.25%0.00%41.26%
19.22%

Color #BDCE79 in popluar number systems.

HEXBDCE79
Decimal189206121
Binary10111101110011101111001
Octal275316171

Shades and tints

Shades of #BDCE79

#BDCE79
(189,206,121)
#ACBC6E
(172,188,110)
#9BAA63
(155,170,99)
#8A9858
(138,152,88)
#79864D
(121,134,77)
#687442
(104,116,66)
#576237
(87,98,55)
#46502C
(70,80,44)
#353E21
(53,62,33)
#242C16
(36,44,22)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #BDCE79

#BDCE79
(189,206,121)
#C3D285
(195,210,133)
#C9D691
(201,214,145)
#CFDA9D
(207,218,157)
#D5DEA9
(213,222,169)
#DBE2B5
(219,226,181)
#E1E6C1
(225,230,193)
#E7EACD
(231,234,205)
#EDEED9
(237,238,217)
#F3F2E5
(243,242,229)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCE79 color. Also use rgb(189,206,121) instead hex code.

Text Font Color

.myTextColor { color: #BDCE79; }

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

This text font color is #BDCE79.


Background Color

.myBgColor { background-color: #BDCE79; }

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

This div background color is #BDCE79.


Border color

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

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

This div border color is #BDCE79.


Opacity

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

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

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

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

This text has shadow with #BDCE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCE79 on black background.


Color preview on white background

This text has color #BDCE79 on white background.



Black color preview on #BDCE79 background

This text has black color on #BDCE79 background.


White color preview on #BDCE79 background

This text has white color on #BDCE79 background.