COLOR #B4C658

HEX: #B4C658
RGB: (180,198,88)

Color info

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

RGB color model

#B4C658 color RGB value is (180,198,88).

  • red value is 180;
  • green value is 198;
  • blue value is 88.
RGB:
(180,198,88)
(71%,78%,35%)

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 88 of 255 = 35%

180
198
88

R + G + B ~ 61%. #B4C658 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 88 = 466 (100%)
R 180 of 466 ~ 38.63%
G 198 of 466 ~ 42.49%
B 88 of 466 ~ 18.88%

%38.63
%42.49
%18.88

CMYK color model

#B4C658 color CMYK value is (9,0,56,22).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 22.35%
CMYK:
(9,0,56,22)
C9M0Y56K22 
(9%,0%,56%,22%)
(0.09/0.00/0.56/0.22)	

CMYK percentages

%9.09
%0
%55.56
%22.35

Codes

Color #B4C658 in popluar color models

B4C658
RGB18019888
HSL70°49.11%56.08%
HSB/HSV70°55.56%77.65%
CMYK9.09%0.00%55.56%
22.35%

Color #B4C658 in popluar number systems.

HEXB4C658
Decimal18019888
Binary10110100110001101011000
Octal264306130

Shades and tints

Shades of #B4C658

#B4C658
(180,198,88)
#A4B450
(164,180,80)
#94A248
(148,162,72)
#849040
(132,144,64)
#747E38
(116,126,56)
#646C30
(100,108,48)
#545A28
(84,90,40)
#444820
(68,72,32)
#343618
(52,54,24)
#242410
(36,36,16)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #B4C658

#B4C658
(180,198,88)
#BACB67
(186,203,103)
#C0D076
(192,208,118)
#C6D585
(198,213,133)
#CCDA94
(204,218,148)
#D2DFA3
(210,223,163)
#D8E4B2
(216,228,178)
#DEE9C1
(222,233,193)
#E4EED0
(228,238,208)
#EAF3DF
(234,243,223)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C658 color. Also use rgb(180,198,88) instead hex code.

Text Font Color

.myTextColor { color: #B4C658; }

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

This text font color is #B4C658.


Background Color

.myBgColor { background-color: #B4C658; }

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

This div background color is #B4C658.


Border color

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

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

This div border color is #B4C658.


Opacity

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

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

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

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

This text has shadow with #B4C658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C658 on black background.


Color preview on white background

This text has color #B4C658 on white background.



Black color preview on #B4C658 background

This text has black color on #B4C658 background.


White color preview on #B4C658 background

This text has white color on #B4C658 background.