COLOR #BDD060

HEX: #BDD060
RGB: (189,208,96)

Color info

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

RGB color model

#BDD060 color RGB value is (189,208,96).

  • red value is 189;
  • green value is 208;
  • blue value is 96.
RGB:
(189,208,96)
(74%,82%,38%)

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 96 of 255 = 38%

189
208
96

R + G + B ~ 65%. #BDD060 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 96 = 493 (100%)
R 189 of 493 ~ 38.34%
G 208 of 493 ~ 42.19%
B 96 of 493 ~ 19.47%

%38.34
%42.19
%19.47

CMYK color model

#BDD060 color CMYK value is (9,0,54,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 18.43%
CMYK:
(9,0,54,18)
C9M0Y54K18 
(9%,0%,54%,18%)
(0.09/0.00/0.54/0.18)	

CMYK percentages

%9.13
%0
%53.85
%18.43

Codes

Color #BDD060 in popluar color models

BDD060
RGB18920896
HSL70°54.37%59.61%
HSB/HSV70°53.85%81.57%
CMYK9.13%0.00%53.85%
18.43%

Color #BDD060 in popluar number systems.

HEXBDD060
Decimal18920896
Binary10111101110100001100000
Octal275320140

Shades and tints

Shades of #BDD060

#BDD060
(189,208,96)
#ACBE58
(172,190,88)
#9BAC50
(155,172,80)
#8A9A48
(138,154,72)
#798840
(121,136,64)
#687638
(104,118,56)
#576430
(87,100,48)
#465228
(70,82,40)
#354020
(53,64,32)
#242E18
(36,46,24)
#131C10
(19,28,16)
#000000
(0,0,0)

Tints of #BDD060

#BDD060
(189,208,96)
#C3D46E
(195,212,110)
#C9D87C
(201,216,124)
#CFDC8A
(207,220,138)
#D5E098
(213,224,152)
#DBE4A6
(219,228,166)
#E1E8B4
(225,232,180)
#E7ECC2
(231,236,194)
#EDF0D0
(237,240,208)
#F3F4DE
(243,244,222)
#F9F8EC
(249,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD060 color. Also use rgb(189,208,96) instead hex code.

Text Font Color

.myTextColor { color: #BDD060; }

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

This text font color is #BDD060.


Background Color

.myBgColor { background-color: #BDD060; }

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

This div background color is #BDD060.


Border color

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

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

This div border color is #BDD060.


Opacity

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

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

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

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

This text has shadow with #BDD060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD060 on black background.


Color preview on white background

This text has color #BDD060 on white background.



Black color preview on #BDD060 background

This text has black color on #BDD060 background.


White color preview on #BDD060 background

This text has white color on #BDD060 background.