COLOR #BDC98A

HEX: #BDC98A RGB: (189,201,138)

Color info

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

RGB color model

#BDC98A color RGB value is (189,201,138).

RGB: (189,201,138) (74%, 79%, 54%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 138 of 255 = 54%

189
201
138

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

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 138 = 528 (100%)
R 189 of 528 ~ 35.8%
G 201 of 528 ~ 38.07%
B 138 of 528 ~ 26.14'%

%35.8
%38.07
%26.14

CMYK color model

#BDC98A color CMYK value is (6,0,31,21).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 21.18%

CMYK: (6,0,31,21)
C6M0Y31K21 (6%, 0%, 31%, 21%)
(0.06 / 0.00 / 0.31 / 0.21)

CMYK percentages

%5.97
%0
%31.34
%21.18

Codes

Color #BDC98A in popluar color models

BD C9 8A
RGB 189 201 138
HSL 71° 36.84% 66.47%
HSB/HSV 71° 31.34% 78.82%
CMYK 5.97% 0.00% 31.34%
21.18%

Color #BDC98A in popluar number systems.

HEX BD C9 8A
Decimal 189 201 138
Binary 10111101 11001001 10001010
Octal 275 311 212

Shades and tints

Shades of #BDC98A

#BDC98A
(189,201,138)
#ACB77E
(172,183,126)
#9BA572
(155,165,114)
#8A9366
(138,147,102)
#79815A
(121,129,90)
#686F4E
(104,111,78)
#575D42
(87,93,66)
#464B36
(70,75,54)
#35392A
(53,57,42)
#24271E
(36,39,30)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #BDC98A

#BDC98A
(189,201,138)
#C3CD94
(195,205,148)
#C9D19E
(201,209,158)
#CFD5A8
(207,213,168)
#D5D9B2
(213,217,178)
#DBDDBC
(219,221,188)
#E1E1C6
(225,225,198)
#E7E5D0
(231,229,208)
#EDE9DA
(237,233,218)
#F3EDE4
(243,237,228)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC98A color. Also use rgb(189,201,138) instead hex code.

Text Font Color

.myTextColor { color: #BDC98A; }

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

This text font color is #BDC98A.

Background Color

.myBgColor { background-color: #BDC98A; }

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

This div background color is #BDC98A.

Border color

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

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

This div border color is #BDC98A.

Opacity

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

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

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

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

This text has shadow with #BDC98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC98A.

Preview

Color preview on black background

This text has color #BDC98A on black background.


Color preview on white background

This text has color #BDC98A on white background.


Black color preview on #BDC98A background

This text has black color on #BDC98A background.


White color preview on #BDC98A background

This text has white color on #BDC98A background.


Related colors

Complementary color

Complementary color for #hex is #423675.


I love getcolorcode.com

Triadic colors

1 #8ABDC9 and #C98ABD with #BDC98A are triadic colors.

2 #8AC9BD and #C9BD8A with #BDC98A are triadic colors.