COLOR #BDC599

HEX: #BDC599 RGB: (189,197,153)

Color info

#BDC599 contains red, green and blue colors in about the same proportion. Web safe color of #BDC599 is #CCCC99 (or #CC9).

RGB color model

#BDC599 color RGB value is (189,197,153).

RGB: (189,197,153) (74%, 77%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 153 of 255 = 60%

189
197
153

R + G + B ~ 70%. #BDC599 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 197 + 153 = 539 (100%)
R 189 of 539 ~ 35.06%
G 197 of 539 ~ 36.55%
B 153 of 539 ~ 28.39'%

%35.06
%36.55
%28.39

CMYK color model

#BDC599 color CMYK value is (4,0,22,23).

  • cyan value is 4.06%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 22.75%

CMYK: (4,0,22,23)
C4M0Y22K23 (4%, 0%, 22%, 23%)
(0.04 / 0.00 / 0.22 / 0.23)

CMYK percentages

%4.06
%0
%22.34
%22.75

Codes

Color #BDC599 in popluar color models

BD C5 99
RGB 189 197 153
HSL 71° 27.50% 68.63%
HSB/HSV 71° 22.34% 77.25%
CMYK 4.06% 0.00% 22.34%
22.75%

Color #BDC599 in popluar number systems.

HEX BD C5 99
Decimal 189 197 153
Binary 10111101 11000101 10011001
Octal 275 305 231

Shades and tints

Shades of #BDC599

#BDC599
(189,197,153)
#ACB48C
(172,180,140)
#9BA37F
(155,163,127)
#8A9272
(138,146,114)
#798165
(121,129,101)
#687058
(104,112,88)
#575F4B
(87,95,75)
#464E3E
(70,78,62)
#353D31
(53,61,49)
#242C24
(36,44,36)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #BDC599

#BDC599
(189,197,153)
#C3CAA2
(195,202,162)
#C9CFAB
(201,207,171)
#CFD4B4
(207,212,180)
#D5D9BD
(213,217,189)
#DBDEC6
(219,222,198)
#E1E3CF
(225,227,207)
#E7E8D8
(231,232,216)
#EDEDE1
(237,237,225)
#F3F2EA
(243,242,234)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC599 color. Also use rgb(189,197,153) instead hex code.

Text Font Color

.myTextColor { color: #BDC599; }

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

This text font color is #BDC599.

Background Color

.myBgColor { background-color: #BDC599; }

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

This div background color is #BDC599.

Border color

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

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

This div border color is #BDC599.

Opacity

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

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

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

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

This text has shadow with #BDC599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC599.

Preview

Color preview on black background

This text has color #BDC599 on black background.


Color preview on white background

This text has color #BDC599 on white background.


Black color preview on #BDC599 background

This text has black color on #BDC599 background.


White color preview on #BDC599 background

This text has white color on #BDC599 background.


Related colors

Complementary color

Complementary color for #hex is #423A66.


I love getcolorcode.com

Triadic colors

1 #99BDC5 and #C599BD with #BDC599 are triadic colors.

2 #99C5BD and #C5BD99 with #BDC599 are triadic colors.