COLOR #B4C14F

HEX: #B4C14F RGB: (180,193,79)

Color info

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

RGB color model

#B4C14F color RGB value is (180,193,79).

RGB: (180,193,79) (71%, 76%, 31%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 79 of 255 = 31%

180
193
79

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

Portions of RGB colors in percentages

R + G + B = 180 + 193 + 79 = 452 (100%)
R 180 of 452 ~ 39.82%
G 193 of 452 ~ 42.7%
B 79 of 452 ~ 17.48'%

%39.82
%42.7
%17.48

CMYK color model

#B4C14F color CMYK value is (7,0,59,24).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 59.07%
  • key color value is 24.31%
CMYK: (7,0,59,24) C7M0Y59K24 (7%,0%,59%,24%) (0.07/0.00/0.59/0.24) 

CMYK percentages

%6.74
%0
%59.07
%24.31

Codes

Color #B4C14F in popluar color models

B4 C1 4F
RGB 180 193 79
HSL 67° 47.90% 53.33%
HSB/HSV 67° 59.07% 75.69%
CMYK 6.74% 0.00% 59.07%
24.31%

Color #B4C14F in popluar number systems.

HEX B4 C1 4F
Decimal 180 193 79
Binary 10110100 11000001 1001111
Octal 264 301 117

Shades and tints

Shades of #B4C14F

#B4C14F
(180,193,79)
#A4B048
(164,176,72)
#949F41
(148,159,65)
#848E3A
(132,142,58)
#747D33
(116,125,51)
#646C2C
(100,108,44)
#545B25
(84,91,37)
#444A1E
(68,74,30)
#343917
(52,57,23)
#242810
(36,40,16)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #B4C14F

#B4C14F
(180,193,79)
#BAC65F
(186,198,95)
#C0CB6F
(192,203,111)
#C6D07F
(198,208,127)
#CCD58F
(204,213,143)
#D2DA9F
(210,218,159)
#D8DFAF
(216,223,175)
#DEE4BF
(222,228,191)
#E4E9CF
(228,233,207)
#EAEEDF
(234,238,223)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C14F color. Also use rgb(180,193,79) instead hex code.

Text Font Color

.myTextColor { color: #B4C14F; }

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

This text font color is #B4C14F.

Background Color

.myBgColor { background-color: #B4C14F; }

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

This div background color is #B4C14F.

Border color

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

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

This div border color is #B4C14F.

Opacity

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

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

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

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

This text has shadow with #B4C14F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C14F.

Preview

Color preview on black background

This text has color #B4C14F on black background.


Color preview on white background

This text has color #B4C14F on white background.


Black color preview on #B4C14F background

This text has black color on #B4C14F background.


White color preview on #B4C14F background

This text has white color on #B4C14F background.


Related colors

Complementary color

Complementary color for #hex is #4B3EB0.


I love getcolorcode.com

Triadic colors

1 #4FB4C1 and #C14FB4 with #B4C14F are triadic colors.

2 #4FC1B4 and #C1B44F with #B4C14F are triadic colors.