COLOR #B5C662

HEX: #B5C662
RGB: (181,198,98)

Color info

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

RGB color model

#B5C662 color RGB value is (181,198,98).

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

RGB channels and saturation

R 181 of 255 = 71%
G 198 of 255 = 78%
B 98 of 255 = 38%

181
198
98

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 98 = 477 (100%)
R 181 of 477 ~ 37.95%
G 198 of 477 ~ 41.51%
B 98 of 477 ~ 20.55%

%37.95
%41.51
%20.55

CMYK color model

#B5C662 color CMYK value is (9,0,51,22).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 22.35%
CMYK:
(9,0,51,22)
C9M0Y51K22 
(9%,0%,51%,22%)
(0.09/0.00/0.51/0.22)	

CMYK percentages

%8.59
%0
%50.51
%22.35

Codes

Color #B5C662 in popluar color models

B5C662
RGB18119898
HSL70°46.73%58.04%
HSB/HSV70°50.51%77.65%
CMYK8.59%0.00%50.51%
22.35%

Color #B5C662 in popluar number systems.

HEXB5C662
Decimal18119898
Binary10110101110001101100010
Octal265306142

Shades and tints

Shades of #B5C662

#B5C662
(181,198,98)
#A5B45A
(165,180,90)
#95A252
(149,162,82)
#85904A
(133,144,74)
#757E42
(117,126,66)
#656C3A
(101,108,58)
#555A32
(85,90,50)
#45482A
(69,72,42)
#353622
(53,54,34)
#25241A
(37,36,26)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #B5C662

#B5C662
(181,198,98)
#BBCB70
(187,203,112)
#C1D07E
(193,208,126)
#C7D58C
(199,213,140)
#CDDA9A
(205,218,154)
#D3DFA8
(211,223,168)
#D9E4B6
(217,228,182)
#DFE9C4
(223,233,196)
#E5EED2
(229,238,210)
#EBF3E0
(235,243,224)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C662; }

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

This text font color is #B5C662.


Background Color

.myBgColor { background-color: #B5C662; }

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

This div background color is #B5C662.


Border color

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

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

This div border color is #B5C662.


Opacity

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

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

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

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

This text has shadow with #B5C662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C662 on black background.


Color preview on white background

This text has color #B5C662 on white background.



Black color preview on #B5C662 background

This text has black color on #B5C662 background.


White color preview on #B5C662 background

This text has white color on #B5C662 background.