COLOR #BDD373

HEX: #BDD373
RGB: (189,211,115)

Color info

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

RGB color model

#BDD373 color RGB value is (189,211,115).

  • red value is 189;
  • green value is 211;
  • blue value is 115.
RGB:
(189,211,115)
(74%,83%,45%)

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 115 of 255 = 45%

189
211
115

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

Portions of RGB colors in percentages

R + G + B =
189 + 211 + 115 = 515 (100%)
R 189 of 515 ~ 36.7%
G 211 of 515 ~ 40.97%
B 115 of 515 ~ 22.33%

%36.7
%40.97
%22.33

CMYK color model

#BDD373 color CMYK value is (10,0,45,17).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 45.50%
  • key color value is 17.25%
CMYK:
(10,0,45,17)
C10M0Y45K17 
(10%,0%,45%,17%)
(0.10/0.00/0.45/0.17)	

CMYK percentages

%10.43
%0
%45.5
%17.25

Codes

Color #BDD373 in popluar color models

BDD373
RGB189211115
HSL74°52.17%63.92%
HSB/HSV74°45.50%82.75%
CMYK10.43%0.00%45.50%
17.25%

Color #BDD373 in popluar number systems.

HEXBDD373
Decimal189211115
Binary10111101110100111110011
Octal275323163

Shades and tints

Shades of #BDD373

#BDD373
(189,211,115)
#ACC069
(172,192,105)
#9BAD5F
(155,173,95)
#8A9A55
(138,154,85)
#79874B
(121,135,75)
#687441
(104,116,65)
#576137
(87,97,55)
#464E2D
(70,78,45)
#353B23
(53,59,35)
#242819
(36,40,25)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #BDD373

#BDD373
(189,211,115)
#C3D77F
(195,215,127)
#C9DB8B
(201,219,139)
#CFDF97
(207,223,151)
#D5E3A3
(213,227,163)
#DBE7AF
(219,231,175)
#E1EBBB
(225,235,187)
#E7EFC7
(231,239,199)
#EDF3D3
(237,243,211)
#F3F7DF
(243,247,223)
#F9FBEB
(249,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD373 color. Also use rgb(189,211,115) instead hex code.

Text Font Color

.myTextColor { color: #BDD373; }

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

This text font color is #BDD373.


Background Color

.myBgColor { background-color: #BDD373; }

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

This div background color is #BDD373.


Border color

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

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

This div border color is #BDD373.


Opacity

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

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

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

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

This text has shadow with #BDD373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD373 on black background.


Color preview on white background

This text has color #BDD373 on white background.



Black color preview on #BDD373 background

This text has black color on #BDD373 background.


White color preview on #BDD373 background

This text has white color on #BDD373 background.