COLOR #B5C468

HEX: #B5C468
RGB: (181,196,104)

Color info

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

RGB color model

#B5C468 color RGB value is (181,196,104).

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

RGB channels and saturation

R 181 of 255 = 71%
G 196 of 255 = 77%
B 104 of 255 = 41%

181
196
104

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

Portions of RGB colors in percentages

R + G + B =
181 + 196 + 104 = 481 (100%)
R 181 of 481 ~ 37.63%
G 196 of 481 ~ 40.75%
B 104 of 481 ~ 21.62%

%37.63
%40.75
%21.62

CMYK color model

#B5C468 color CMYK value is (8,0,47,23).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 23.14%
CMYK:
(8,0,47,23)
C8M0Y47K23 
(8%,0%,47%,23%)
(0.08/0.00/0.47/0.23)	

CMYK percentages

%7.65
%0
%46.94
%23.14

Codes

Color #B5C468 in popluar color models

B5C468
RGB181196104
HSL70°43.81%58.82%
HSB/HSV70°46.94%76.86%
CMYK7.65%0.00%46.94%
23.14%

Color #B5C468 in popluar number systems.

HEXB5C468
Decimal181196104
Binary10110101110001001101000
Octal265304150

Shades and tints

Shades of #B5C468

#B5C468
(181,196,104)
#A5B35F
(165,179,95)
#95A256
(149,162,86)
#85914D
(133,145,77)
#758044
(117,128,68)
#656F3B
(101,111,59)
#555E32
(85,94,50)
#454D29
(69,77,41)
#353C20
(53,60,32)
#252B17
(37,43,23)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #B5C468

#B5C468
(181,196,104)
#BBC975
(187,201,117)
#C1CE82
(193,206,130)
#C7D38F
(199,211,143)
#CDD89C
(205,216,156)
#D3DDA9
(211,221,169)
#D9E2B6
(217,226,182)
#DFE7C3
(223,231,195)
#E5ECD0
(229,236,208)
#EBF1DD
(235,241,221)
#F1F6EA
(241,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C468; }

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

This text font color is #B5C468.


Background Color

.myBgColor { background-color: #B5C468; }

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

This div background color is #B5C468.


Border color

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

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

This div border color is #B5C468.


Opacity

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

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

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

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

This text has shadow with #B5C468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C468 on black background.


Color preview on white background

This text has color #B5C468 on white background.



Black color preview on #B5C468 background

This text has black color on #B5C468 background.


White color preview on #B5C468 background

This text has white color on #B5C468 background.