COLOR #B8D04C

HEX: #B8D04C
RGB: (184,208,76)

Color info

#B8D04C contains mainly red and green colors. Web safe color of #B8D04C is #CCCC33 (or #CC3).

RGB color model

#B8D04C color RGB value is (184,208,76).

  • red value is 184;
  • green value is 208;
  • blue value is 76.
RGB:
(184,208,76)
(72%,82%,30%)

RGB channels and saturation

R 184 of 255 = 72%
G 208 of 255 = 82%
B 76 of 255 = 30%

184
208
76

R + G + B ~ 61%. #B8D04C is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 208 + 76 = 468 (100%)
R 184 of 468 ~ 39.32%
G 208 of 468 ~ 44.44%
B 76 of 468 ~ 16.24%

%39.32
%44.44
%16.24

CMYK color model

#B8D04C color CMYK value is (12,0,63,18).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 63.46%
  • key color value is 18.43%
CMYK:
(12,0,63,18)
C12M0Y63K18 
(12%,0%,63%,18%)
(0.12/0.00/0.63/0.18)	

CMYK percentages

%11.54
%0
%63.46
%18.43

Codes

Color #B8D04C in popluar color models

B8D04C
RGB18420876
HSL71°58.41%55.69%
HSB/HSV71°63.46%81.57%
CMYK11.54%0.00%63.46%
18.43%

Color #B8D04C in popluar number systems.

HEXB8D04C
Decimal18420876
Binary10111000110100001001100
Octal270320114

Shades and tints

Shades of #B8D04C

#B8D04C
(184,208,76)
#A8BE46
(168,190,70)
#98AC40
(152,172,64)
#889A3A
(136,154,58)
#788834
(120,136,52)
#68762E
(104,118,46)
#586428
(88,100,40)
#485222
(72,82,34)
#38401C
(56,64,28)
#282E16
(40,46,22)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #B8D04C

#B8D04C
(184,208,76)
#BED45C
(190,212,92)
#C4D86C
(196,216,108)
#CADC7C
(202,220,124)
#D0E08C
(208,224,140)
#D6E49C
(214,228,156)
#DCE8AC
(220,232,172)
#E2ECBC
(226,236,188)
#E8F0CC
(232,240,204)
#EEF4DC
(238,244,220)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D04C color. Also use rgb(184,208,76) instead hex code.

Text Font Color

.myTextColor { color: #B8D04C; }

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

This text font color is #B8D04C.


Background Color

.myBgColor { background-color: #B8D04C; }

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

This div background color is #B8D04C.


Border color

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

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

This div border color is #B8D04C.


Opacity

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

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

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

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

This text has shadow with #B8D04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D04C on black background.


Color preview on white background

This text has color #B8D04C on white background.



Black color preview on #B8D04C background

This text has black color on #B8D04C background.


White color preview on #B8D04C background

This text has white color on #B8D04C background.