COLOR #B8D85C

HEX: #B8D85C RGB: (184,216,92)

Color info

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

RGB color model

#B8D85C color RGB value is (184,216,92).

RGB: (184,216,92) (72%, 85%, 36%)

RGB channels and saturation

R 184 of 255 = 72%
G 216 of 255 = 85%
B 92 of 255 = 36%

184
216
92

R + G + B ~ 64%. #B8D85C is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 216 + 92 = 492 (100%)
R 184 of 492 ~ 37.4%
G 216 of 492 ~ 43.9%
B 92 of 492 ~ 18.7'%

%37.4
%43.9
%18.7

CMYK color model

#B8D85C color CMYK value is (15,0,57,15).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 57.41%
  • key color value is 15.29%

CMYK: (15,0,57,15)
C15M0Y57K15 (15%, 0%, 57%, 15%)
(0.15 / 0.00 / 0.57 / 0.15)

CMYK percentages

%14.81
%0
%57.41
%15.29

Codes

Color #B8D85C in popluar color models

B8 D8 5C
RGB 184 216 92
HSL 75° 61.39% 60.39%
HSB/HSV 75° 57.41% 84.71%
CMYK 14.81% 0.00% 57.41%
15.29%

Color #B8D85C in popluar number systems.

HEX B8 D8 5C
Decimal 184 216 92
Binary 10111000 11011000 1011100
Octal 270 330 134

Shades and tints

Shades of #B8D85C

#B8D85C
(184,216,92)
#A8C554
(168,197,84)
#98B24C
(152,178,76)
#889F44
(136,159,68)
#788C3C
(120,140,60)
#687934
(104,121,52)
#58662C
(88,102,44)
#485324
(72,83,36)
#38401C
(56,64,28)
#282D14
(40,45,20)
#181A0C
(24,26,12)
#000000
(0,0,0)

Tints of #B8D85C

#B8D85C
(184,216,92)
#BEDB6A
(190,219,106)
#C4DE78
(196,222,120)
#CAE186
(202,225,134)
#D0E494
(208,228,148)
#D6E7A2
(214,231,162)
#DCEAB0
(220,234,176)
#E2EDBE
(226,237,190)
#E8F0CC
(232,240,204)
#EEF3DA
(238,243,218)
#F4F6E8
(244,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D85C color. Also use rgb(184,216,92) instead hex code.

Text Font Color

.myTextColor { color: #B8D85C; }

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

This text font color is #B8D85C.

Background Color

.myBgColor { background-color: #B8D85C; }

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

This div background color is #B8D85C.

Border color

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

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

This div border color is #B8D85C.

Opacity

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

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

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

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

This text has shadow with #B8D85C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8D85C.

Preview

Color preview on black background

This text has color #B8D85C on black background.


Color preview on white background

This text has color #B8D85C on white background.


Black color preview on #B8D85C background

This text has black color on #B8D85C background.


White color preview on #B8D85C background

This text has white color on #B8D85C background.


Related colors

Complementary color

Complementary color for #hex is #4727A3.


I love getcolorcode.com

Triadic colors

1 #5CB8D8 and #D85CB8 with #B8D85C are triadic colors.

2 #5CD8B8 and #D8B85C with #B8D85C are triadic colors.