COLOR #B8CB72

HEX: #B8CB72
RGB: (184,203,114)

Color info

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

RGB color model

#B8CB72 color RGB value is (184,203,114).

  • red value is 184;
  • green value is 203;
  • blue value is 114.
RGB:
(184,203,114)
(72%,80%,45%)

RGB channels and saturation

R 184 of 255 = 72%
G 203 of 255 = 80%
B 114 of 255 = 45%

184
203
114

R + G + B ~ 66%. #B8CB72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 203 + 114 = 501 (100%)
R 184 of 501 ~ 36.73%
G 203 of 501 ~ 40.52%
B 114 of 501 ~ 22.75%

%36.73
%40.52
%22.75

CMYK color model

#B8CB72 color CMYK value is (9,0,44,20).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 20.39%
CMYK:
(9,0,44,20)
C9M0Y44K20 
(9%,0%,44%,20%)
(0.09/0.00/0.44/0.20)	

CMYK percentages

%9.36
%0
%43.84
%20.39

Codes

Color #B8CB72 in popluar color models

B8CB72
RGB184203114
HSL73°46.11%62.16%
HSB/HSV73°43.84%79.61%
CMYK9.36%0.00%43.84%
20.39%

Color #B8CB72 in popluar number systems.

HEXB8CB72
Decimal184203114
Binary10111000110010111110010
Octal270313162

Shades and tints

Shades of #B8CB72

#B8CB72
(184,203,114)
#A8B968
(168,185,104)
#98A75E
(152,167,94)
#889554
(136,149,84)
#78834A
(120,131,74)
#687140
(104,113,64)
#585F36
(88,95,54)
#484D2C
(72,77,44)
#383B22
(56,59,34)
#282918
(40,41,24)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #B8CB72

#B8CB72
(184,203,114)
#BECF7E
(190,207,126)
#C4D38A
(196,211,138)
#CAD796
(202,215,150)
#D0DBA2
(208,219,162)
#D6DFAE
(214,223,174)
#DCE3BA
(220,227,186)
#E2E7C6
(226,231,198)
#E8EBD2
(232,235,210)
#EEEFDE
(238,239,222)
#F4F3EA
(244,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CB72; }

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

This text font color is #B8CB72.


Background Color

.myBgColor { background-color: #B8CB72; }

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

This div background color is #B8CB72.


Border color

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

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

This div border color is #B8CB72.


Opacity

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

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

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

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

This text has shadow with #B8CB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CB72 on black background.


Color preview on white background

This text has color #B8CB72 on white background.



Black color preview on #B8CB72 background

This text has black color on #B8CB72 background.


White color preview on #B8CB72 background

This text has white color on #B8CB72 background.