COLOR #BDD146

HEX: #BDD146
RGB: (189,209,70)

Color info

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

RGB color model

#BDD146 color RGB value is (189,209,70).

  • red value is 189;
  • green value is 209;
  • blue value is 70.
RGB:
(189,209,70)
(74%,82%,27%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 70 of 255 = 27%

189
209
70

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

Portions of RGB colors in percentages

R + G + B =
189 + 209 + 70 = 468 (100%)
R 189 of 468 ~ 40.38%
G 209 of 468 ~ 44.66%
B 70 of 468 ~ 14.96%

%40.38
%44.66
%14.96

CMYK color model

#BDD146 color CMYK value is (10,0,67,18).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 66.51%
  • key color value is 18.04%
CMYK:
(10,0,67,18)
C10M0Y67K18 
(10%,0%,67%,18%)
(0.10/0.00/0.67/0.18)	

CMYK percentages

%9.57
%0
%66.51
%18.04

Codes

Color #BDD146 in popluar color models

BDD146
RGB18920970
HSL69°60.17%54.71%
HSB/HSV69°66.51%81.96%
CMYK9.57%0.00%66.51%
18.04%

Color #BDD146 in popluar number systems.

HEXBDD146
Decimal18920970
Binary10111101110100011000110
Octal275321106

Shades and tints

Shades of #BDD146

#BDD146
(189,209,70)
#ACBE40
(172,190,64)
#9BAB3A
(155,171,58)
#8A9834
(138,152,52)
#79852E
(121,133,46)
#687228
(104,114,40)
#575F22
(87,95,34)
#464C1C
(70,76,28)
#353916
(53,57,22)
#242610
(36,38,16)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #BDD146

#BDD146
(189,209,70)
#C3D556
(195,213,86)
#C9D966
(201,217,102)
#CFDD76
(207,221,118)
#D5E186
(213,225,134)
#DBE596
(219,229,150)
#E1E9A6
(225,233,166)
#E7EDB6
(231,237,182)
#EDF1C6
(237,241,198)
#F3F5D6
(243,245,214)
#F9F9E6
(249,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD146; }

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

This text font color is #BDD146.


Background Color

.myBgColor { background-color: #BDD146; }

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

This div background color is #BDD146.


Border color

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

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

This div border color is #BDD146.


Opacity

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

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

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

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

This text has shadow with #BDD146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD146 on black background.


Color preview on white background

This text has color #BDD146 on white background.



Black color preview on #BDD146 background

This text has black color on #BDD146 background.


White color preview on #BDD146 background

This text has white color on #BDD146 background.