COLOR #B4C06C

HEX: #B4C06C
RGB: (180,192,108)

Color info

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

RGB color model

#B4C06C color RGB value is (180,192,108).

  • red value is 180;
  • green value is 192;
  • blue value is 108.
RGB:
(180,192,108)
(71%,75%,42%)

RGB channels and saturation

R 180 of 255 = 71%
G 192 of 255 = 75%
B 108 of 255 = 42%

180
192
108

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

Portions of RGB colors in percentages

R + G + B =
180 + 192 + 108 = 480 (100%)
R 180 of 480 ~ 37.5%
G 192 of 480 ~ 40%
B 108 of 480 ~ 22.5%

%37.5
%40
%22.5

CMYK color model

#B4C06C color CMYK value is (6,0,44,25).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 24.71%
CMYK:
(6,0,44,25)
C6M0Y44K25 
(6%,0%,44%,25%)
(0.06/0.00/0.44/0.25)	

CMYK percentages

%6.25
%0
%43.75
%24.71

Codes

Color #B4C06C in popluar color models

B4C06C
RGB180192108
HSL69°40.00%58.82%
HSB/HSV69°43.75%75.29%
CMYK6.25%0.00%43.75%
24.71%

Color #B4C06C in popluar number systems.

HEXB4C06C
Decimal180192108
Binary10110100110000001101100
Octal264300154

Shades and tints

Shades of #B4C06C

#B4C06C
(180,192,108)
#A4AF63
(164,175,99)
#949E5A
(148,158,90)
#848D51
(132,141,81)
#747C48
(116,124,72)
#646B3F
(100,107,63)
#545A36
(84,90,54)
#44492D
(68,73,45)
#343824
(52,56,36)
#24271B
(36,39,27)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #B4C06C

#B4C06C
(180,192,108)
#BAC579
(186,197,121)
#C0CA86
(192,202,134)
#C6CF93
(198,207,147)
#CCD4A0
(204,212,160)
#D2D9AD
(210,217,173)
#D8DEBA
(216,222,186)
#DEE3C7
(222,227,199)
#E4E8D4
(228,232,212)
#EAEDE1
(234,237,225)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C06C color. Also use rgb(180,192,108) instead hex code.

Text Font Color

.myTextColor { color: #B4C06C; }

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

This text font color is #B4C06C.


Background Color

.myBgColor { background-color: #B4C06C; }

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

This div background color is #B4C06C.


Border color

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

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

This div border color is #B4C06C.


Opacity

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

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

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

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

This text has shadow with #B4C06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C06C on black background.


Color preview on white background

This text has color #B4C06C on white background.



Black color preview on #B4C06C background

This text has black color on #B4C06C background.


White color preview on #B4C06C background

This text has white color on #B4C06C background.