COLOR #B4D231

HEX: #B4D231
RGB: (180,210,49)

Color info

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

RGB color model

#B4D231 color RGB value is (180,210,49).

  • red value is 180;
  • green value is 210;
  • blue value is 49.
RGB:
(180,210,49)
(71%,82%,19%)

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 49 of 255 = 19%

180
210
49

R + G + B ~ 57%. #B4D231 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 210 + 49 = 439 (100%)
R 180 of 439 ~ 41%
G 210 of 439 ~ 47.84%
B 49 of 439 ~ 11.16%

%41
%47.84
%11.16

CMYK color model

#B4D231 color CMYK value is (14,0,77,18).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 76.67%
  • key color value is 17.65%
CMYK:
(14,0,77,18)
C14M0Y77K18 
(14%,0%,77%,18%)
(0.14/0.00/0.77/0.18)	

CMYK percentages

%14.29
%0
%76.67
%17.65

Codes

Color #B4D231 in popluar color models

B4D231
RGB18021049
HSL71°64.14%50.78%
HSB/HSV71°76.67%82.35%
CMYK14.29%0.00%76.67%
17.65%

Color #B4D231 in popluar number systems.

HEXB4D231
Decimal18021049
Binary1011010011010010110001
Octal26432261

Shades and tints

Shades of #B4D231

#B4D231
(180,210,49)
#A4BF2D
(164,191,45)
#94AC29
(148,172,41)
#849925
(132,153,37)
#748621
(116,134,33)
#64731D
(100,115,29)
#546019
(84,96,25)
#444D15
(68,77,21)
#343A11
(52,58,17)
#24270D
(36,39,13)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #B4D231

#B4D231
(180,210,49)
#BAD643
(186,214,67)
#C0DA55
(192,218,85)
#C6DE67
(198,222,103)
#CCE279
(204,226,121)
#D2E68B
(210,230,139)
#D8EA9D
(216,234,157)
#DEEEAF
(222,238,175)
#E4F2C1
(228,242,193)
#EAF6D3
(234,246,211)
#F0FAE5
(240,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D231 color. Also use rgb(180,210,49) instead hex code.

Text Font Color

.myTextColor { color: #B4D231; }

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

This text font color is #B4D231.


Background Color

.myBgColor { background-color: #B4D231; }

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

This div background color is #B4D231.


Border color

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

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

This div border color is #B4D231.


Opacity

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

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

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

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

This text has shadow with #B4D231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D231 on black background.


Color preview on white background

This text has color #B4D231 on white background.



Black color preview on #B4D231 background

This text has black color on #B4D231 background.


White color preview on #B4D231 background

This text has white color on #B4D231 background.