COLOR #BDD83B

HEX: #BDD83B
RGB: (189,216,59)

Color info

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

RGB color model

#BDD83B color RGB value is (189,216,59).

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

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 59 of 255 = 23%

189
216
59

R + G + B ~ 61%. #BDD83B is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 216 + 59 = 464 (100%)
R 189 of 464 ~ 40.73%
G 216 of 464 ~ 46.55%
B 59 of 464 ~ 12.72%

%40.73
%46.55
%12.72

CMYK color model

#BDD83B color CMYK value is (13,0,73,15).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 72.69%
  • key color value is 15.29%
CMYK:
(13,0,73,15)
C13M0Y73K15 
(13%,0%,73%,15%)
(0.13/0.00/0.73/0.15)	

CMYK percentages

%12.5
%0
%72.69
%15.29

Codes

Color #BDD83B in popluar color models

BDD83B
RGB18921659
HSL70°66.81%53.92%
HSB/HSV70°72.69%84.71%
CMYK12.50%0.00%72.69%
15.29%

Color #BDD83B in popluar number systems.

HEXBDD83B
Decimal18921659
Binary1011110111011000111011
Octal27533073

Shades and tints

Shades of #BDD83B

#BDD83B
(189,216,59)
#ACC536
(172,197,54)
#9BB231
(155,178,49)
#8A9F2C
(138,159,44)
#798C27
(121,140,39)
#687922
(104,121,34)
#57661D
(87,102,29)
#465318
(70,83,24)
#354013
(53,64,19)
#242D0E
(36,45,14)
#131A09
(19,26,9)
#000000
(0,0,0)

Tints of #BDD83B

#BDD83B
(189,216,59)
#C3DB4C
(195,219,76)
#C9DE5D
(201,222,93)
#CFE16E
(207,225,110)
#D5E47F
(213,228,127)
#DBE790
(219,231,144)
#E1EAA1
(225,234,161)
#E7EDB2
(231,237,178)
#EDF0C3
(237,240,195)
#F3F3D4
(243,243,212)
#F9F6E5
(249,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD83B; }

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

This text font color is #BDD83B.


Background Color

.myBgColor { background-color: #BDD83B; }

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

This div background color is #BDD83B.


Border color

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

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

This div border color is #BDD83B.


Opacity

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

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

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

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

This text has shadow with #BDD83B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD83B on black background.


Color preview on white background

This text has color #BDD83B on white background.



Black color preview on #BDD83B background

This text has black color on #BDD83B background.


White color preview on #BDD83B background

This text has white color on #BDD83B background.