COLOR #BDD16B

HEX: #BDD16B RGB: (189,209,107)

Color info

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

RGB color model

#BDD16B color RGB value is (189,209,107).

RGB: (189,209,107) (74%, 82%, 42%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 107 of 255 = 42%

189
209
107

R + G + B ~ 66%. #BDD16B is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 107 = 505 (100%)
R 189 of 505 ~ 37.43%
G 209 of 505 ~ 41.39%
B 107 of 505 ~ 21.19'%

%37.43
%41.39
%21.19

CMYK color model

#BDD16B color CMYK value is (10,0,49,18).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 18.04%

CMYK: (10,0,49,18)
C10M0Y49K18 (10%, 0%, 49%, 18%)
(0.10 / 0.00 / 0.49 / 0.18)

CMYK percentages

%9.57
%0
%48.8
%18.04

Codes

Color #BDD16B in popluar color models

BD D1 6B
RGB 189 209 107
HSL 72° 52.58% 61.96%
HSB/HSV 72° 48.80% 81.96%
CMYK 9.57% 0.00% 48.80%
18.04%

Color #BDD16B in popluar number systems.

HEX BD D1 6B
Decimal 189 209 107
Binary 10111101 11010001 1101011
Octal 275 321 153

Shades and tints

Shades of #BDD16B

#BDD16B
(189,209,107)
#ACBE62
(172,190,98)
#9BAB59
(155,171,89)
#8A9850
(138,152,80)
#798547
(121,133,71)
#68723E
(104,114,62)
#575F35
(87,95,53)
#464C2C
(70,76,44)
#353923
(53,57,35)
#24261A
(36,38,26)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BDD16B

#BDD16B
(189,209,107)
#C3D578
(195,213,120)
#C9D985
(201,217,133)
#CFDD92
(207,221,146)
#D5E19F
(213,225,159)
#DBE5AC
(219,229,172)
#E1E9B9
(225,233,185)
#E7EDC6
(231,237,198)
#EDF1D3
(237,241,211)
#F3F5E0
(243,245,224)
#F9F9ED
(249,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD16B color. Also use rgb(189,209,107) instead hex code.

Text Font Color

.myTextColor { color: #BDD16B; }

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

This text font color is #BDD16B.

Background Color

.myBgColor { background-color: #BDD16B; }

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

This div background color is #BDD16B.

Border color

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

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

This div border color is #BDD16B.

Opacity

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

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

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

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

This text has shadow with #BDD16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD16B.

Preview

Color preview on black background

This text has color #BDD16B on black background.


Color preview on white background

This text has color #BDD16B on white background.


Black color preview on #BDD16B background

This text has black color on #BDD16B background.


White color preview on #BDD16B background

This text has white color on #BDD16B background.


Related colors

Complementary color

Complementary color for #hex is #422E94.


I love getcolorcode.com

Triadic colors

1 #6BBDD1 and #D16BBD with #BDD16B are triadic colors.

2 #6BD1BD and #D1BD6B with #BDD16B are triadic colors.