COLOR #B4D459

HEX: #B4D459
RGB: (180,212,89)

Color info

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

RGB color model

#B4D459 color RGB value is (180,212,89).

  • red value is 180;
  • green value is 212;
  • blue value is 89.
RGB:
(180,212,89)
(71%,83%,35%)

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 89 of 255 = 35%

180
212
89

R + G + B ~ 63%. #B4D459 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 212 + 89 = 481 (100%)
R 180 of 481 ~ 37.42%
G 212 of 481 ~ 44.07%
B 89 of 481 ~ 18.5%

%37.42
%44.07
%18.5

CMYK color model

#B4D459 color CMYK value is (15,0,58,17).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 58.02%
  • key color value is 16.86%
CMYK:
(15,0,58,17)
C15M0Y58K17 
(15%,0%,58%,17%)
(0.15/0.00/0.58/0.17)	

CMYK percentages

%15.09
%0
%58.02
%16.86

Codes

Color #B4D459 in popluar color models

B4D459
RGB18021289
HSL76°58.85%59.02%
HSB/HSV76°58.02%83.14%
CMYK15.09%0.00%58.02%
16.86%

Color #B4D459 in popluar number systems.

HEXB4D459
Decimal18021289
Binary10110100110101001011001
Octal264324131

Shades and tints

Shades of #B4D459

#B4D459
(180,212,89)
#A4C151
(164,193,81)
#94AE49
(148,174,73)
#849B41
(132,155,65)
#748839
(116,136,57)
#647531
(100,117,49)
#546229
(84,98,41)
#444F21
(68,79,33)
#343C19
(52,60,25)
#242911
(36,41,17)
#141609
(20,22,9)
#000000
(0,0,0)

Tints of #B4D459

#B4D459
(180,212,89)
#BAD768
(186,215,104)
#C0DA77
(192,218,119)
#C6DD86
(198,221,134)
#CCE095
(204,224,149)
#D2E3A4
(210,227,164)
#D8E6B3
(216,230,179)
#DEE9C2
(222,233,194)
#E4ECD1
(228,236,209)
#EAEFE0
(234,239,224)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D459 color. Also use rgb(180,212,89) instead hex code.

Text Font Color

.myTextColor { color: #B4D459; }

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

This text font color is #B4D459.


Background Color

.myBgColor { background-color: #B4D459; }

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

This div background color is #B4D459.


Border color

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

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

This div border color is #B4D459.


Opacity

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

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

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

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

This text has shadow with #B4D459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D459 on black background.


Color preview on white background

This text has color #B4D459 on white background.



Black color preview on #B4D459 background

This text has black color on #B4D459 background.


White color preview on #B4D459 background

This text has white color on #B4D459 background.