COLOR #BCC98D

HEX: #BCC98D RGB: (188,201,141)

Color info

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

RGB color model

#BCC98D color RGB value is (188,201,141).

RGB: (188,201,141) (74%, 79%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 201 of 255 = 79%
B 141 of 255 = 55%

188
201
141

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

Portions of RGB colors in percentages

R + G + B = 188 + 201 + 141 = 530 (100%)
R 188 of 530 ~ 35.47%
G 201 of 530 ~ 37.92%
B 141 of 530 ~ 26.6'%

%35.47
%37.92
%26.6

CMYK color model

#BCC98D color CMYK value is (6,0,30,21).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 21.18%

CMYK: (6,0,30,21)
C6M0Y30K21 (6%, 0%, 30%, 21%)
(0.06 / 0.00 / 0.30 / 0.21)

CMYK percentages

%6.47
%0
%29.85
%21.18

Codes

Color #BCC98D in popluar color models

BC C9 8D
RGB 188 201 141
HSL 73° 35.71% 67.06%
HSB/HSV 73° 29.85% 78.82%
CMYK 6.47% 0.00% 29.85%
21.18%

Color #BCC98D in popluar number systems.

HEX BC C9 8D
Decimal 188 201 141
Binary 10111100 11001001 10001101
Octal 274 311 215

Shades and tints

Shades of #BCC98D

#BCC98D
(188,201,141)
#ABB781
(171,183,129)
#9AA575
(154,165,117)
#899369
(137,147,105)
#78815D
(120,129,93)
#676F51
(103,111,81)
#565D45
(86,93,69)
#454B39
(69,75,57)
#34392D
(52,57,45)
#232721
(35,39,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCC98D

#BCC98D
(188,201,141)
#C2CD97
(194,205,151)
#C8D1A1
(200,209,161)
#CED5AB
(206,213,171)
#D4D9B5
(212,217,181)
#DADDBF
(218,221,191)
#E0E1C9
(224,225,201)
#E6E5D3
(230,229,211)
#ECE9DD
(236,233,221)
#F2EDE7
(242,237,231)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC98D color. Also use rgb(188,201,141) instead hex code.

Text Font Color

.myTextColor { color: #BCC98D; }

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

This text font color is #BCC98D.

Background Color

.myBgColor { background-color: #BCC98D; }

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

This div background color is #BCC98D.

Border color

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

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

This div border color is #BCC98D.

Opacity

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

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

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

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

This text has shadow with #BCC98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC98D.

Preview

Color preview on black background

This text has color #BCC98D on black background.


Color preview on white background

This text has color #BCC98D on white background.


Black color preview on #BCC98D background

This text has black color on #BCC98D background.


White color preview on #BCC98D background

This text has white color on #BCC98D background.


Related colors

Complementary color

Complementary color for #hex is #433672.


I love getcolorcode.com

Triadic colors

1 #8DBCC9 and #C98DBC with #BCC98D are triadic colors.

2 #8DC9BC and #C9BC8D with #BCC98D are triadic colors.