COLOR #BDD63B

HEX: #BDD63B
RGB: (189,214,59)

Color info

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

RGB color model

#BDD63B color RGB value is (189,214,59).

  • red value is 189;
  • green value is 214;
  • blue value is 59.
RGB:
(189,214,59)
(74%,84%,23%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 59 of 255 = 23%

189
214
59

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

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 59 = 462 (100%)
R 189 of 462 ~ 40.91%
G 214 of 462 ~ 46.32%
B 59 of 462 ~ 12.77%

%40.91
%46.32
%12.77

CMYK color model

#BDD63B color CMYK value is (12,0,72,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 72.43%
  • key color value is 16.08%
CMYK:
(12,0,72,16)
C12M0Y72K16 
(12%,0%,72%,16%)
(0.12/0.00/0.72/0.16)	

CMYK percentages

%11.68
%0
%72.43
%16.08

Codes

Color #BDD63B in popluar color models

BDD63B
RGB18921459
HSL70°65.40%53.53%
HSB/HSV70°72.43%83.92%
CMYK11.68%0.00%72.43%
16.08%

Color #BDD63B in popluar number systems.

HEXBDD63B
Decimal18921459
Binary1011110111010110111011
Octal27532673

Shades and tints

Shades of #BDD63B

#BDD63B
(189,214,59)
#ACC336
(172,195,54)
#9BB031
(155,176,49)
#8A9D2C
(138,157,44)
#798A27
(121,138,39)
#687722
(104,119,34)
#57641D
(87,100,29)
#465118
(70,81,24)
#353E13
(53,62,19)
#242B0E
(36,43,14)
#131809
(19,24,9)
#000000
(0,0,0)

Tints of #BDD63B

#BDD63B
(189,214,59)
#C3D94C
(195,217,76)
#C9DC5D
(201,220,93)
#CFDF6E
(207,223,110)
#D5E27F
(213,226,127)
#DBE590
(219,229,144)
#E1E8A1
(225,232,161)
#E7EBB2
(231,235,178)
#EDEEC3
(237,238,195)
#F3F1D4
(243,241,212)
#F9F4E5
(249,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD63B color. Also use rgb(189,214,59) instead hex code.

Text Font Color

.myTextColor { color: #BDD63B; }

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

This text font color is #BDD63B.


Background Color

.myBgColor { background-color: #BDD63B; }

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

This div background color is #BDD63B.


Border color

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

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

This div border color is #BDD63B.


Opacity

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

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

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

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

This text has shadow with #BDD63B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD63B on black background.


Color preview on white background

This text has color #BDD63B on white background.



Black color preview on #BDD63B background

This text has black color on #BDD63B background.


White color preview on #BDD63B background

This text has white color on #BDD63B background.