COLOR #BDD374

HEX: #BDD374
RGB: (189,211,116)

Color info

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

RGB color model

#BDD374 color RGB value is (189,211,116).

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

RGB channels and saturation

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

189
211
116

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

Portions of RGB colors in percentages

R + G + B =
189 + 211 + 116 = 516 (100%)
R 189 of 516 ~ 36.63%
G 211 of 516 ~ 40.89%
B 116 of 516 ~ 22.48%

%36.63
%40.89
%22.48

CMYK color model

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

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 45.02%
  • 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.02
%17.25

Codes

Color #BDD374 in popluar color models

BDD374
RGB189211116
HSL74°51.91%64.12%
HSB/HSV74°45.02%82.75%
CMYK10.43%0.00%45.02%
17.25%

Color #BDD374 in popluar number systems.

HEXBDD374
Decimal189211116
Binary10111101110100111110100
Octal275323164

Shades and tints

Shades of #BDD374

#BDD374
(189,211,116)
#ACC06A
(172,192,106)
#9BAD60
(155,173,96)
#8A9A56
(138,154,86)
#79874C
(121,135,76)
#687442
(104,116,66)
#576138
(87,97,56)
#464E2E
(70,78,46)
#353B24
(53,59,36)
#24281A
(36,40,26)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BDD374

#BDD374
(189,211,116)
#C3D780
(195,215,128)
#C9DB8C
(201,219,140)
#CFDF98
(207,223,152)
#D5E3A4
(213,227,164)
#DBE7B0
(219,231,176)
#E1EBBC
(225,235,188)
#E7EFC8
(231,239,200)
#EDF3D4
(237,243,212)
#F3F7E0
(243,247,224)
#F9FBEC
(249,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD374; }

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

This text font color is #BDD374.


Background Color

.myBgColor { background-color: #BDD374; }

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

This div background color is #BDD374.


Border color

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

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

This div border color is #BDD374.


Opacity

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

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

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

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

This text has shadow with #BDD374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD374 on black background.


Color preview on white background

This text has color #BDD374 on white background.



Black color preview on #BDD374 background

This text has black color on #BDD374 background.


White color preview on #BDD374 background

This text has white color on #BDD374 background.