COLOR #B8C972

HEX: #B8C972 RGB: (184,201,114)

Color info

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

RGB color model

#B8C972 color RGB value is (184,201,114).

RGB: (184,201,114) (72%, 79%, 45%)

RGB channels and saturation

R 184 of 255 = 72%
G 201 of 255 = 79%
B 114 of 255 = 45%

184
201
114

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

Portions of RGB colors in percentages

R + G + B = 184 + 201 + 114 = 499 (100%)
R 184 of 499 ~ 36.87%
G 201 of 499 ~ 40.28%
B 114 of 499 ~ 22.85'%

%36.87
%40.28
%22.85

CMYK color model

#B8C972 color CMYK value is (8,0,43,21).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 43.28%
  • key color value is 21.18%
CMYK: (8,0,43,21) C8M0Y43K21 (8%,0%,43%,21%) (0.08/0.00/0.43/0.21) 

CMYK percentages

%8.46
%0
%43.28
%21.18

Codes

Color #B8C972 in popluar color models

B8 C9 72
RGB 184 201 114
HSL 72° 44.62% 61.76%
HSB/HSV 72° 43.28% 78.82%
CMYK 8.46% 0.00% 43.28%
21.18%

Color #B8C972 in popluar number systems.

HEX B8 C9 72
Decimal 184 201 114
Binary 10111000 11001001 1110010
Octal 270 311 162

Shades and tints

Shades of #B8C972

#B8C972
(184,201,114)
#A8B768
(168,183,104)
#98A55E
(152,165,94)
#889354
(136,147,84)
#78814A
(120,129,74)
#686F40
(104,111,64)
#585D36
(88,93,54)
#484B2C
(72,75,44)
#383922
(56,57,34)
#282718
(40,39,24)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #B8C972

#B8C972
(184,201,114)
#BECD7E
(190,205,126)
#C4D18A
(196,209,138)
#CAD596
(202,213,150)
#D0D9A2
(208,217,162)
#D6DDAE
(214,221,174)
#DCE1BA
(220,225,186)
#E2E5C6
(226,229,198)
#E8E9D2
(232,233,210)
#EEEDDE
(238,237,222)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C972 color. Also use rgb(184,201,114) instead hex code.

Text Font Color

.myTextColor { color: #B8C972; }

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

This text font color is #B8C972.

Background Color

.myBgColor { background-color: #B8C972; }

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

This div background color is #B8C972.

Border color

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

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

This div border color is #B8C972.

Opacity

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

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

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

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

This text has shadow with #B8C972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C972.

Preview

Color preview on black background

This text has color #B8C972 on black background.


Color preview on white background

This text has color #B8C972 on white background.


Black color preview on #B8C972 background

This text has black color on #B8C972 background.


White color preview on #B8C972 background

This text has white color on #B8C972 background.


Related colors

Complementary color

Complementary color for #hex is #47368D.


I love getcolorcode.com

Triadic colors

1 #72B8C9 and #C972B8 with #B8C972 are triadic colors.

2 #72C9B8 and #C9B872 with #B8C972 are triadic colors.