COLOR #B5CA4E

HEX: #B5CA4E
RGB: (181,202,78)

Color info

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

RGB color model

#B5CA4E color RGB value is (181,202,78).

  • red value is 181;
  • green value is 202;
  • blue value is 78.
RGB:
(181,202,78)
(71%,79%,31%)

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 78 of 255 = 31%

181
202
78

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

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 78 = 461 (100%)
R 181 of 461 ~ 39.26%
G 202 of 461 ~ 43.82%
B 78 of 461 ~ 16.92%

%39.26
%43.82
%16.92

CMYK color model

#B5CA4E color CMYK value is (10,0,61,21).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 61.39%
  • key color value is 20.78%
CMYK:
(10,0,61,21)
C10M0Y61K21 
(10%,0%,61%,21%)
(0.10/0.00/0.61/0.21)	

CMYK percentages

%10.4
%0
%61.39
%20.78

Codes

Color #B5CA4E in popluar color models

B5CA4E
RGB18120278
HSL70°53.91%54.90%
HSB/HSV70°61.39%79.22%
CMYK10.40%0.00%61.39%
20.78%

Color #B5CA4E in popluar number systems.

HEXB5CA4E
Decimal18120278
Binary10110101110010101001110
Octal265312116

Shades and tints

Shades of #B5CA4E

#B5CA4E
(181,202,78)
#A5B847
(165,184,71)
#95A640
(149,166,64)
#859439
(133,148,57)
#758232
(117,130,50)
#65702B
(101,112,43)
#555E24
(85,94,36)
#454C1D
(69,76,29)
#353A16
(53,58,22)
#25280F
(37,40,15)
#151608
(21,22,8)
#000000
(0,0,0)

Tints of #B5CA4E

#B5CA4E
(181,202,78)
#BBCE5E
(187,206,94)
#C1D26E
(193,210,110)
#C7D67E
(199,214,126)
#CDDA8E
(205,218,142)
#D3DE9E
(211,222,158)
#D9E2AE
(217,226,174)
#DFE6BE
(223,230,190)
#E5EACE
(229,234,206)
#EBEEDE
(235,238,222)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CA4E color. Also use rgb(181,202,78) instead hex code.

Text Font Color

.myTextColor { color: #B5CA4E; }

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

This text font color is #B5CA4E.


Background Color

.myBgColor { background-color: #B5CA4E; }

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

This div background color is #B5CA4E.


Border color

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

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

This div border color is #B5CA4E.


Opacity

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

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

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

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

This text has shadow with #B5CA4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CA4E on black background.


Color preview on white background

This text has color #B5CA4E on white background.



Black color preview on #B5CA4E background

This text has black color on #B5CA4E background.


White color preview on #B5CA4E background

This text has white color on #B5CA4E background.