COLOR #BDD272

HEX: #BDD272
RGB: (189,210,114)

Color info

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

RGB color model

#BDD272 color RGB value is (189,210,114).

  • red value is 189;
  • green value is 210;
  • blue value is 114.
RGB:
(189,210,114)
(74%,82%,45%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 114 of 255 = 45%

189
210
114

R + G + B ~ 67%. #BDD272 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 114 = 513 (100%)
R 189 of 513 ~ 36.84%
G 210 of 513 ~ 40.94%
B 114 of 513 ~ 22.22%

%36.84
%40.94
%22.22

CMYK color model

#BDD272 color CMYK value is (10,0,46,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 17.65%
CMYK:
(10,0,46,18)
C10M0Y46K18 
(10%,0%,46%,18%)
(0.10/0.00/0.46/0.18)	

CMYK percentages

%10
%0
%45.71
%17.65

Codes

Color #BDD272 in popluar color models

BDD272
RGB189210114
HSL73°51.61%63.53%
HSB/HSV73°45.71%82.35%
CMYK10.00%0.00%45.71%
17.65%

Color #BDD272 in popluar number systems.

HEXBDD272
Decimal189210114
Binary10111101110100101110010
Octal275322162

Shades and tints

Shades of #BDD272

#BDD272
(189,210,114)
#ACBF68
(172,191,104)
#9BAC5E
(155,172,94)
#8A9954
(138,153,84)
#79864A
(121,134,74)
#687340
(104,115,64)
#576036
(87,96,54)
#464D2C
(70,77,44)
#353A22
(53,58,34)
#242718
(36,39,24)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #BDD272

#BDD272
(189,210,114)
#C3D67E
(195,214,126)
#C9DA8A
(201,218,138)
#CFDE96
(207,222,150)
#D5E2A2
(213,226,162)
#DBE6AE
(219,230,174)
#E1EABA
(225,234,186)
#E7EEC6
(231,238,198)
#EDF2D2
(237,242,210)
#F3F6DE
(243,246,222)
#F9FAEA
(249,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD272 color. Also use rgb(189,210,114) instead hex code.

Text Font Color

.myTextColor { color: #BDD272; }

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

This text font color is #BDD272.


Background Color

.myBgColor { background-color: #BDD272; }

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

This div background color is #BDD272.


Border color

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

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

This div border color is #BDD272.


Opacity

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

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

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

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

This text has shadow with #BDD272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD272 on black background.


Color preview on white background

This text has color #BDD272 on white background.



Black color preview on #BDD272 background

This text has black color on #BDD272 background.


White color preview on #BDD272 background

This text has white color on #BDD272 background.