COLOR #B4D85F

HEX: #B4D85F RGB: (180,216,95)

Color info

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

RGB color model

#B4D85F color RGB value is (180,216,95).

RGB: (180,216,95) (71%, 85%, 37%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 95 of 255 = 37%

180
216
95

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

Portions of RGB colors in percentages

R + G + B = 180 + 216 + 95 = 491 (100%)
R 180 of 491 ~ 36.66%
G 216 of 491 ~ 43.99%
B 95 of 491 ~ 19.35'%

%36.66
%43.99
%19.35

CMYK color model

#B4D85F color CMYK value is (17,0,56,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 15.29%
CMYK: (17,0,56,15) C17M0Y56K15 (17%,0%,56%,15%) (0.17/0.00/0.56/0.15) 

CMYK percentages

%16.67
%0
%56.02
%15.29

Codes

Color #B4D85F in popluar color models

B4 D8 5F
RGB 180 216 95
HSL 78° 60.80% 60.98%
HSB/HSV 78° 56.02% 84.71%
CMYK 16.67% 0.00% 56.02%
15.29%

Color #B4D85F in popluar number systems.

HEX B4 D8 5F
Decimal 180 216 95
Binary 10110100 11011000 1011111
Octal 264 330 137

Shades and tints

Shades of #B4D85F

#B4D85F
(180,216,95)
#A4C557
(164,197,87)
#94B24F
(148,178,79)
#849F47
(132,159,71)
#748C3F
(116,140,63)
#647937
(100,121,55)
#54662F
(84,102,47)
#445327
(68,83,39)
#34401F
(52,64,31)
#242D17
(36,45,23)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #B4D85F

#B4D85F
(180,216,95)
#BADB6D
(186,219,109)
#C0DE7B
(192,222,123)
#C6E189
(198,225,137)
#CCE497
(204,228,151)
#D2E7A5
(210,231,165)
#D8EAB3
(216,234,179)
#DEEDC1
(222,237,193)
#E4F0CF
(228,240,207)
#EAF3DD
(234,243,221)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D85F color. Also use rgb(180,216,95) instead hex code.

Text Font Color

.myTextColor { color: #B4D85F; }

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

This text font color is #B4D85F.

Background Color

.myBgColor { background-color: #B4D85F; }

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

This div background color is #B4D85F.

Border color

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

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

This div border color is #B4D85F.

Opacity

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

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

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

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

This text has shadow with #B4D85F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D85F.

Preview

Color preview on black background

This text has color #B4D85F on black background.


Color preview on white background

This text has color #B4D85F on white background.


Black color preview on #B4D85F background

This text has black color on #B4D85F background.


White color preview on #B4D85F background

This text has white color on #B4D85F background.


Related colors

Complementary color

Complementary color for #hex is #4B27A0.


I love getcolorcode.com

Triadic colors

1 #5FB4D8 and #D85FB4 with #B4D85F are triadic colors.

2 #5FD8B4 and #D8B45F with #B4D85F are triadic colors.