COLOR #B4CA57

HEX: #B4CA57
RGB: (180,202,87)

Color info

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

RGB color model

#B4CA57 color RGB value is (180,202,87).

  • red value is 180;
  • green value is 202;
  • blue value is 87.
RGB:
(180,202,87)
(71%,79%,34%)

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 87 of 255 = 34%

180
202
87

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

Portions of RGB colors in percentages

R + G + B =
180 + 202 + 87 = 469 (100%)
R 180 of 469 ~ 38.38%
G 202 of 469 ~ 43.07%
B 87 of 469 ~ 18.55%

%38.38
%43.07
%18.55

CMYK color model

#B4CA57 color CMYK value is (11,0,57,21).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 56.93%
  • key color value is 20.78%
CMYK:
(11,0,57,21)
C11M0Y57K21 
(11%,0%,57%,21%)
(0.11/0.00/0.57/0.21)	

CMYK percentages

%10.89
%0
%56.93
%20.78

Codes

Color #B4CA57 in popluar color models

B4CA57
RGB18020287
HSL71°52.04%56.67%
HSB/HSV71°56.93%79.22%
CMYK10.89%0.00%56.93%
20.78%

Color #B4CA57 in popluar number systems.

HEXB4CA57
Decimal18020287
Binary10110100110010101010111
Octal264312127

Shades and tints

Shades of #B4CA57

#B4CA57
(180,202,87)
#A4B850
(164,184,80)
#94A649
(148,166,73)
#849442
(132,148,66)
#74823B
(116,130,59)
#647034
(100,112,52)
#545E2D
(84,94,45)
#444C26
(68,76,38)
#343A1F
(52,58,31)
#242818
(36,40,24)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #B4CA57

#B4CA57
(180,202,87)
#BACE66
(186,206,102)
#C0D275
(192,210,117)
#C6D684
(198,214,132)
#CCDA93
(204,218,147)
#D2DEA2
(210,222,162)
#D8E2B1
(216,226,177)
#DEE6C0
(222,230,192)
#E4EACF
(228,234,207)
#EAEEDE
(234,238,222)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CA57 color. Also use rgb(180,202,87) instead hex code.

Text Font Color

.myTextColor { color: #B4CA57; }

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

This text font color is #B4CA57.


Background Color

.myBgColor { background-color: #B4CA57; }

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

This div background color is #B4CA57.


Border color

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

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

This div border color is #B4CA57.


Opacity

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

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

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

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

This text has shadow with #B4CA57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CA57 on black background.


Color preview on white background

This text has color #B4CA57 on white background.



Black color preview on #B4CA57 background

This text has black color on #B4CA57 background.


White color preview on #B4CA57 background

This text has white color on #B4CA57 background.