COLOR #BDC069

HEX: #BDC069
RGB: (189,192,105)

Color info

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

RGB color model

#BDC069 color RGB value is (189,192,105).

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

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 105 of 255 = 41%

189
192
105

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

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 105 = 486 (100%)
R 189 of 486 ~ 38.89%
G 192 of 486 ~ 39.51%
B 105 of 486 ~ 21.6%

%38.89
%39.51
%21.6

CMYK color model

#BDC069 color CMYK value is (2,0,45,25).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 45.31%
  • key color value is 24.71%
CMYK:
(2,0,45,25)
C2M0Y45K25 
(2%,0%,45%,25%)
(0.02/0.00/0.45/0.25)	

CMYK percentages

%1.56
%0
%45.31
%24.71

Codes

Color #BDC069 in popluar color models

BDC069
RGB189192105
HSL62°40.85%58.24%
HSB/HSV62°45.31%75.29%
CMYK1.56%0.00%45.31%
24.71%

Color #BDC069 in popluar number systems.

HEXBDC069
Decimal189192105
Binary10111101110000001101001
Octal275300151

Shades and tints

Shades of #BDC069

#BDC069
(189,192,105)
#ACAF60
(172,175,96)
#9B9E57
(155,158,87)
#8A8D4E
(138,141,78)
#797C45
(121,124,69)
#686B3C
(104,107,60)
#575A33
(87,90,51)
#46492A
(70,73,42)
#353821
(53,56,33)
#242718
(36,39,24)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #BDC069

#BDC069
(189,192,105)
#C3C576
(195,197,118)
#C9CA83
(201,202,131)
#CFCF90
(207,207,144)
#D5D49D
(213,212,157)
#DBD9AA
(219,217,170)
#E1DEB7
(225,222,183)
#E7E3C4
(231,227,196)
#EDE8D1
(237,232,209)
#F3EDDE
(243,237,222)
#F9F2EB
(249,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC069; }

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

This text font color is #BDC069.


Background Color

.myBgColor { background-color: #BDC069; }

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

This div background color is #BDC069.


Border color

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

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

This div border color is #BDC069.


Opacity

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

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

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

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

This text has shadow with #BDC069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC069 on black background.


Color preview on white background

This text has color #BDC069 on white background.



Black color preview on #BDC069 background

This text has black color on #BDC069 background.


White color preview on #BDC069 background

This text has white color on #BDC069 background.