COLOR #BDC079

HEX: #BDC079
RGB: (189,192,121)

Color info

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

RGB color model

#BDC079 color RGB value is (189,192,121).

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

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 121 of 255 = 47%

189
192
121

R + G + B ~ 65%. #BDC079 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 121 = 502 (100%)
R 189 of 502 ~ 37.65%
G 192 of 502 ~ 38.25%
B 121 of 502 ~ 24.1%

%37.65
%38.25
%24.1

CMYK color model

#BDC079 color CMYK value is (2,0,37,25).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 36.98%
  • key color value is 24.71%
CMYK:
(2,0,37,25)
C2M0Y37K25 
(2%,0%,37%,25%)
(0.02/0.00/0.37/0.25)	

CMYK percentages

%1.56
%0
%36.98
%24.71

Codes

Color #BDC079 in popluar color models

BDC079
RGB189192121
HSL63°36.04%61.37%
HSB/HSV63°36.98%75.29%
CMYK1.56%0.00%36.98%
24.71%

Color #BDC079 in popluar number systems.

HEXBDC079
Decimal189192121
Binary10111101110000001111001
Octal275300171

Shades and tints

Shades of #BDC079

#BDC079
(189,192,121)
#ACAF6E
(172,175,110)
#9B9E63
(155,158,99)
#8A8D58
(138,141,88)
#797C4D
(121,124,77)
#686B42
(104,107,66)
#575A37
(87,90,55)
#46492C
(70,73,44)
#353821
(53,56,33)
#242716
(36,39,22)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #BDC079

#BDC079
(189,192,121)
#C3C585
(195,197,133)
#C9CA91
(201,202,145)
#CFCF9D
(207,207,157)
#D5D4A9
(213,212,169)
#DBD9B5
(219,217,181)
#E1DEC1
(225,222,193)
#E7E3CD
(231,227,205)
#EDE8D9
(237,232,217)
#F3EDE5
(243,237,229)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC079; }

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

This text font color is #BDC079.


Background Color

.myBgColor { background-color: #BDC079; }

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

This div background color is #BDC079.


Border color

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

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

This div border color is #BDC079.


Opacity

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

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

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

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

This text has shadow with #BDC079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC079 on black background.


Color preview on white background

This text has color #BDC079 on white background.



Black color preview on #BDC079 background

This text has black color on #BDC079 background.


White color preview on #BDC079 background

This text has white color on #BDC079 background.