COLOR #B5C462

HEX: #B5C462
RGB: (181,196,98)

Color info

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

RGB color model

#B5C462 color RGB value is (181,196,98).

  • red value is 181;
  • green value is 196;
  • blue value is 98.
RGB:
(181,196,98)
(71%,77%,38%)

RGB channels and saturation

R 181 of 255 = 71%
G 196 of 255 = 77%
B 98 of 255 = 38%

181
196
98

R + G + B ~ 62%. #B5C462 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 196 + 98 = 475 (100%)
R 181 of 475 ~ 38.11%
G 196 of 475 ~ 41.26%
B 98 of 475 ~ 20.63%

%38.11
%41.26
%20.63

CMYK color model

#B5C462 color CMYK value is (8,0,50,23).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 23.14%
CMYK:
(8,0,50,23)
C8M0Y50K23 
(8%,0%,50%,23%)
(0.08/0.00/0.50/0.23)	

CMYK percentages

%7.65
%0
%50
%23.14

Codes

Color #B5C462 in popluar color models

B5C462
RGB18119698
HSL69°45.37%57.65%
HSB/HSV69°50.00%76.86%
CMYK7.65%0.00%50.00%
23.14%

Color #B5C462 in popluar number systems.

HEXB5C462
Decimal18119698
Binary10110101110001001100010
Octal265304142

Shades and tints

Shades of #B5C462

#B5C462
(181,196,98)
#A5B35A
(165,179,90)
#95A252
(149,162,82)
#85914A
(133,145,74)
#758042
(117,128,66)
#656F3A
(101,111,58)
#555E32
(85,94,50)
#454D2A
(69,77,42)
#353C22
(53,60,34)
#252B1A
(37,43,26)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #B5C462

#B5C462
(181,196,98)
#BBC970
(187,201,112)
#C1CE7E
(193,206,126)
#C7D38C
(199,211,140)
#CDD89A
(205,216,154)
#D3DDA8
(211,221,168)
#D9E2B6
(217,226,182)
#DFE7C4
(223,231,196)
#E5ECD2
(229,236,210)
#EBF1E0
(235,241,224)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C462 color. Also use rgb(181,196,98) instead hex code.

Text Font Color

.myTextColor { color: #B5C462; }

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

This text font color is #B5C462.


Background Color

.myBgColor { background-color: #B5C462; }

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

This div background color is #B5C462.


Border color

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

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

This div border color is #B5C462.


Opacity

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

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

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

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

This text has shadow with #B5C462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C462 on black background.


Color preview on white background

This text has color #B5C462 on white background.



Black color preview on #B5C462 background

This text has black color on #B5C462 background.


White color preview on #B5C462 background

This text has white color on #B5C462 background.