COLOR #BDDB70

HEX: #BDDB70
RGB: (189,219,112)

Color info

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

RGB color model

#BDDB70 color RGB value is (189,219,112).

  • red value is 189;
  • green value is 219;
  • blue value is 112.
RGB:
(189,219,112)
(74%,86%,44%)

RGB channels and saturation

R 189 of 255 = 74%
G 219 of 255 = 86%
B 112 of 255 = 44%

189
219
112

R + G + B ~ 68%. #BDDB70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 219 + 112 = 520 (100%)
R 189 of 520 ~ 36.35%
G 219 of 520 ~ 42.12%
B 112 of 520 ~ 21.54%

%36.35
%42.12
%21.54

CMYK color model

#BDDB70 color CMYK value is (14,0,49,14).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 14.12%
CMYK:
(14,0,49,14)
C14M0Y49K14 
(14%,0%,49%,14%)
(0.14/0.00/0.49/0.14)	

CMYK percentages

%13.7
%0
%48.86
%14.12

Codes

Color #BDDB70 in popluar color models

BDDB70
RGB189219112
HSL77°59.78%64.90%
HSB/HSV77°48.86%85.88%
CMYK13.70%0.00%48.86%
14.12%

Color #BDDB70 in popluar number systems.

HEXBDDB70
Decimal189219112
Binary10111101110110111110000
Octal275333160

Shades and tints

Shades of #BDDB70

#BDDB70
(189,219,112)
#ACC866
(172,200,102)
#9BB55C
(155,181,92)
#8AA252
(138,162,82)
#798F48
(121,143,72)
#687C3E
(104,124,62)
#576934
(87,105,52)
#46562A
(70,86,42)
#354320
(53,67,32)
#243016
(36,48,22)
#131D0C
(19,29,12)
#000000
(0,0,0)

Tints of #BDDB70

#BDDB70
(189,219,112)
#C3DE7D
(195,222,125)
#C9E18A
(201,225,138)
#CFE497
(207,228,151)
#D5E7A4
(213,231,164)
#DBEAB1
(219,234,177)
#E1EDBE
(225,237,190)
#E7F0CB
(231,240,203)
#EDF3D8
(237,243,216)
#F3F6E5
(243,246,229)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDB70 color. Also use rgb(189,219,112) instead hex code.

Text Font Color

.myTextColor { color: #BDDB70; }

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

This text font color is #BDDB70.


Background Color

.myBgColor { background-color: #BDDB70; }

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

This div background color is #BDDB70.


Border color

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

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

This div border color is #BDDB70.


Opacity

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

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

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

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

This text has shadow with #BDDB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDB70 on black background.


Color preview on white background

This text has color #BDDB70 on white background.



Black color preview on #BDDB70 background

This text has black color on #BDDB70 background.


White color preview on #BDDB70 background

This text has white color on #BDDB70 background.