COLOR #B4BF4C

HEX: #B4BF4C RGB: (180,191,76)

Color info

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

RGB color model

#B4BF4C color RGB value is (180,191,76).

RGB: (180,191,76) (71%, 75%, 30%)

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 76 of 255 = 30%

180
191
76

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

Portions of RGB colors in percentages

R + G + B = 180 + 191 + 76 = 447 (100%)
R 180 of 447 ~ 40.27%
G 191 of 447 ~ 42.73%
B 76 of 447 ~ 17'%

%40.27
%42.73
%17

CMYK color model

#B4BF4C color CMYK value is (6,0,60,25).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 60.21%
  • key color value is 25.10%

CMYK: (6,0,60,25)
C6M0Y60K25 (6%, 0%, 60%, 25%)
(0.06 / 0.00 / 0.60 / 0.25)

CMYK percentages

%5.76
%0
%60.21
%25.1

Codes

Color #B4BF4C in popluar color models

B4 BF 4C
RGB 180 191 76
HSL 66° 47.33% 52.35%
HSB/HSV 66° 60.21% 74.90%
CMYK 5.76% 0.00% 60.21%
25.10%

Color #B4BF4C in popluar number systems.

HEX B4 BF 4C
Decimal 180 191 76
Binary 10110100 10111111 1001100
Octal 264 277 114

Shades and tints

Shades of #B4BF4C

#B4BF4C
(180,191,76)
#A4AE46
(164,174,70)
#949D40
(148,157,64)
#848C3A
(132,140,58)
#747B34
(116,123,52)
#646A2E
(100,106,46)
#545928
(84,89,40)
#444822
(68,72,34)
#34371C
(52,55,28)
#242616
(36,38,22)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #B4BF4C

#B4BF4C
(180,191,76)
#BAC45C
(186,196,92)
#C0C96C
(192,201,108)
#C6CE7C
(198,206,124)
#CCD38C
(204,211,140)
#D2D89C
(210,216,156)
#D8DDAC
(216,221,172)
#DEE2BC
(222,226,188)
#E4E7CC
(228,231,204)
#EAECDC
(234,236,220)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BF4C color. Also use rgb(180,191,76) instead hex code.

Text Font Color

.myTextColor { color: #B4BF4C; }

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

This text font color is #B4BF4C.

Background Color

.myBgColor { background-color: #B4BF4C; }

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

This div background color is #B4BF4C.

Border color

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

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

This div border color is #B4BF4C.

Opacity

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

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

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

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

This text has shadow with #B4BF4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BF4C.

Preview

Color preview on black background

This text has color #B4BF4C on black background.


Color preview on white background

This text has color #B4BF4C on white background.


Black color preview on #B4BF4C background

This text has black color on #B4BF4C background.


White color preview on #B4BF4C background

This text has white color on #B4BF4C background.


Related colors

Complementary color

Complementary color for #hex is #4B40B3.


I love getcolorcode.com

Triadic colors

1 #4CB4BF and #BF4CB4 with #B4BF4C are triadic colors.

2 #4CBFB4 and #BFB44C with #B4BF4C are triadic colors.