COLOR #BDC644

HEX: #BDC644
RGB: (189,198,68)

Color info

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

RGB color model

#BDC644 color RGB value is (189,198,68).

  • red value is 189;
  • green value is 198;
  • blue value is 68.
RGB:
(189,198,68)
(74%,78%,27%)

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 68 of 255 = 27%

189
198
68

R + G + B ~ 60%. #BDC644 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 198 + 68 = 455 (100%)
R 189 of 455 ~ 41.54%
G 198 of 455 ~ 43.52%
B 68 of 455 ~ 14.95%

%41.54
%43.52
%14.95

CMYK color model

#BDC644 color CMYK value is (5,0,66,22).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 65.66%
  • key color value is 22.35%
CMYK:
(5,0,66,22)
C5M0Y66K22 
(5%,0%,66%,22%)
(0.05/0.00/0.66/0.22)	

CMYK percentages

%4.55
%0
%65.66
%22.35

Codes

Color #BDC644 in popluar color models

BDC644
RGB18919868
HSL64°53.28%52.16%
HSB/HSV64°65.66%77.65%
CMYK4.55%0.00%65.66%
22.35%

Color #BDC644 in popluar number systems.

HEXBDC644
Decimal18919868
Binary10111101110001101000100
Octal275306104

Shades and tints

Shades of #BDC644

#BDC644
(189,198,68)
#ACB43E
(172,180,62)
#9BA238
(155,162,56)
#8A9032
(138,144,50)
#797E2C
(121,126,44)
#686C26
(104,108,38)
#575A20
(87,90,32)
#46481A
(70,72,26)
#353614
(53,54,20)
#24240E
(36,36,14)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #BDC644

#BDC644
(189,198,68)
#C3CB55
(195,203,85)
#C9D066
(201,208,102)
#CFD577
(207,213,119)
#D5DA88
(213,218,136)
#DBDF99
(219,223,153)
#E1E4AA
(225,228,170)
#E7E9BB
(231,233,187)
#EDEECC
(237,238,204)
#F3F3DD
(243,243,221)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC644 color. Also use rgb(189,198,68) instead hex code.

Text Font Color

.myTextColor { color: #BDC644; }

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

This text font color is #BDC644.


Background Color

.myBgColor { background-color: #BDC644; }

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

This div background color is #BDC644.


Border color

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

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

This div border color is #BDC644.


Opacity

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

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

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

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

This text has shadow with #BDC644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC644 on black background.


Color preview on white background

This text has color #BDC644 on white background.



Black color preview on #BDC644 background

This text has black color on #BDC644 background.


White color preview on #BDC644 background

This text has white color on #BDC644 background.