COLOR #B5C167

HEX: #B5C167 RGB: (181,193,103)

Color info

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

RGB color model

#B5C167 color RGB value is (181,193,103).

RGB: (181,193,103) (71%, 76%, 40%)

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 103 of 255 = 40%

181
193
103

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

Portions of RGB colors in percentages

R + G + B = 181 + 193 + 103 = 477 (100%)
R 181 of 477 ~ 37.95%
G 193 of 477 ~ 40.46%
B 103 of 477 ~ 21.59'%

%37.95
%40.46
%21.59

CMYK color model

#B5C167 color CMYK value is (6,0,47,24).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 24.31%

CMYK: (6,0,47,24)
C6M0Y47K24 (6%, 0%, 47%, 24%)
(0.06 / 0.00 / 0.47 / 0.24)

CMYK percentages

%6.22
%0
%46.63
%24.31

Codes

Color #B5C167 in popluar color models

B5 C1 67
RGB 181 193 103
HSL 68° 42.06% 58.04%
HSB/HSV 68° 46.63% 75.69%
CMYK 6.22% 0.00% 46.63%
24.31%

Color #B5C167 in popluar number systems.

HEX B5 C1 67
Decimal 181 193 103
Binary 10110101 11000001 1100111
Octal 265 301 147

Shades and tints

Shades of #B5C167

#B5C167
(181,193,103)
#A5B05E
(165,176,94)
#959F55
(149,159,85)
#858E4C
(133,142,76)
#757D43
(117,125,67)
#656C3A
(101,108,58)
#555B31
(85,91,49)
#454A28
(69,74,40)
#35391F
(53,57,31)
#252816
(37,40,22)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #B5C167

#B5C167
(181,193,103)
#BBC674
(187,198,116)
#C1CB81
(193,203,129)
#C7D08E
(199,208,142)
#CDD59B
(205,213,155)
#D3DAA8
(211,218,168)
#D9DFB5
(217,223,181)
#DFE4C2
(223,228,194)
#E5E9CF
(229,233,207)
#EBEEDC
(235,238,220)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C167 color. Also use rgb(181,193,103) instead hex code.

Text Font Color

.myTextColor { color: #B5C167; }

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

This text font color is #B5C167.

Background Color

.myBgColor { background-color: #B5C167; }

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

This div background color is #B5C167.

Border color

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

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

This div border color is #B5C167.

Opacity

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

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

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

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

This text has shadow with #B5C167 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C167.

Preview

Color preview on black background

This text has color #B5C167 on black background.


Color preview on white background

This text has color #B5C167 on white background.


Black color preview on #B5C167 background

This text has black color on #B5C167 background.


White color preview on #B5C167 background

This text has white color on #B5C167 background.


Related colors

Complementary color

Complementary color for #hex is #4A3E98.


I love getcolorcode.com

Triadic colors

1 #67B5C1 and #C167B5 with #B5C167 are triadic colors.

2 #67C1B5 and #C1B567 with #B5C167 are triadic colors.