COLOR #BDD594

HEX: #BDD594
RGB: (189,213,148)

Color info

#BDD594 contains mainly red and green colors. Web safe color of #BDD594 is #CCCC99 (or #CC9).

RGB color model

#BDD594 color RGB value is (189,213,148).

  • red value is 189;
  • green value is 213;
  • blue value is 148.
RGB:
(189,213,148)
(74%,84%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 148 of 255 = 58%

189
213
148

R + G + B ~ 72%. #BDD594 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 148 = 550 (100%)
R 189 of 550 ~ 34.36%
G 213 of 550 ~ 38.73%
B 148 of 550 ~ 26.91%

%34.36
%38.73
%26.91

CMYK color model

#BDD594 color CMYK value is (11,0,31,16).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 16.47%
CMYK:
(11,0,31,16)
C11M0Y31K16 
(11%,0%,31%,16%)
(0.11/0.00/0.31/0.16)	

CMYK percentages

%11.27
%0
%30.52
%16.47

Codes

Color #BDD594 in popluar color models

BDD594
RGB189213148
HSL82°43.62%70.78%
HSB/HSV82°30.52%83.53%
CMYK11.27%0.00%30.52%
16.47%

Color #BDD594 in popluar number systems.

HEXBDD594
Decimal189213148
Binary101111011101010110010100
Octal275325224

Shades and tints

Shades of #BDD594

#BDD594
(189,213,148)
#ACC287
(172,194,135)
#9BAF7A
(155,175,122)
#8A9C6D
(138,156,109)
#798960
(121,137,96)
#687653
(104,118,83)
#576346
(87,99,70)
#465039
(70,80,57)
#353D2C
(53,61,44)
#242A1F
(36,42,31)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDD594

#BDD594
(189,213,148)
#C3D89D
(195,216,157)
#C9DBA6
(201,219,166)
#CFDEAF
(207,222,175)
#D5E1B8
(213,225,184)
#DBE4C1
(219,228,193)
#E1E7CA
(225,231,202)
#E7EAD3
(231,234,211)
#EDEDDC
(237,237,220)
#F3F0E5
(243,240,229)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD594 color. Also use rgb(189,213,148) instead hex code.

Text Font Color

.myTextColor { color: #BDD594; }

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

This text font color is #BDD594.


Background Color

.myBgColor { background-color: #BDD594; }

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

This div background color is #BDD594.


Border color

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

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

This div border color is #BDD594.


Opacity

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

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

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

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

This text has shadow with #BDD594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD594 on black background.


Color preview on white background

This text has color #BDD594 on white background.



Black color preview on #BDD594 background

This text has black color on #BDD594 background.


White color preview on #BDD594 background

This text has white color on #BDD594 background.