COLOR #BDCC84

HEX: #BDCC84 RGB: (189,204,132)

Color info

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

RGB color model

#BDCC84 color RGB value is (189,204,132).

RGB: (189,204,132) (74%, 80%, 52%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 132 of 255 = 52%

189
204
132

R + G + B ~ 69%. #BDCC84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 204 + 132 = 525 (100%)
R 189 of 525 ~ 36%
G 204 of 525 ~ 38.86%
B 132 of 525 ~ 25.14'%

%36
%38.86
%25.14

CMYK color model

#BDCC84 color CMYK value is (7,0,35,20).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 20.00%

CMYK: (7,0,35,20)
C7M0Y35K20 (7%, 0%, 35%, 20%)
(0.07 / 0.00 / 0.35 / 0.20)

CMYK percentages

%7.35
%0
%35.29
%20

Codes

Color #BDCC84 in popluar color models

BD CC 84
RGB 189 204 132
HSL 73° 41.38% 65.88%
HSB/HSV 73° 35.29% 80.00%
CMYK 7.35% 0.00% 35.29%
20.00%

Color #BDCC84 in popluar number systems.

HEX BD CC 84
Decimal 189 204 132
Binary 10111101 11001100 10000100
Octal 275 314 204

Shades and tints

Shades of #BDCC84

#BDCC84
(189,204,132)
#ACBA78
(172,186,120)
#9BA86C
(155,168,108)
#8A9660
(138,150,96)
#798454
(121,132,84)
#687248
(104,114,72)
#57603C
(87,96,60)
#464E30
(70,78,48)
#353C24
(53,60,36)
#242A18
(36,42,24)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #BDCC84

#BDCC84
(189,204,132)
#C3D08F
(195,208,143)
#C9D49A
(201,212,154)
#CFD8A5
(207,216,165)
#D5DCB0
(213,220,176)
#DBE0BB
(219,224,187)
#E1E4C6
(225,228,198)
#E7E8D1
(231,232,209)
#EDECDC
(237,236,220)
#F3F0E7
(243,240,231)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCC84 color. Also use rgb(189,204,132) instead hex code.

Text Font Color

.myTextColor { color: #BDCC84; }

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

This text font color is #BDCC84.

Background Color

.myBgColor { background-color: #BDCC84; }

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

This div background color is #BDCC84.

Border color

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

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

This div border color is #BDCC84.

Opacity

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

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

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

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

This text has shadow with #BDCC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCC84.

Preview

Color preview on black background

This text has color #BDCC84 on black background.


Color preview on white background

This text has color #BDCC84 on white background.


Black color preview on #BDCC84 background

This text has black color on #BDCC84 background.


White color preview on #BDCC84 background

This text has white color on #BDCC84 background.


Related colors

Complementary color

Complementary color for #hex is #42337B.


I love getcolorcode.com

Triadic colors

1 #84BDCC and #CC84BD with #BDCC84 are triadic colors.

2 #84CCBD and #CCBD84 with #BDCC84 are triadic colors.