COLOR #B0C181

HEX: #B0C181
RGB: (176,193,129)

Color info

#B0C181 contains mainly red and green colors. Web safe color of #B0C181 is #99CC99 (or #9C9).

RGB color model

#B0C181 color RGB value is (176,193,129).

  • red value is 176;
  • green value is 193;
  • blue value is 129.
RGB:
(176,193,129)
(69%,76%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 193 of 255 = 76%
B 129 of 255 = 51%

176
193
129

R + G + B ~ 65%. #B0C181 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 193 + 129 = 498 (100%)
R 176 of 498 ~ 35.34%
G 193 of 498 ~ 38.76%
B 129 of 498 ~ 25.9%

%35.34
%38.76
%25.9

CMYK color model

#B0C181 color CMYK value is (9,0,33,24).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 24.31%
CMYK:
(9,0,33,24)
C9M0Y33K24 
(9%,0%,33%,24%)
(0.09/0.00/0.33/0.24)	

CMYK percentages

%8.81
%0
%33.16
%24.31

Codes

Color #B0C181 in popluar color models

B0C181
RGB176193129
HSL76°34.04%63.14%
HSB/HSV76°33.16%75.69%
CMYK8.81%0.00%33.16%
24.31%

Color #B0C181 in popluar number systems.

HEXB0C181
Decimal176193129
Binary101100001100000110000001
Octal260301201

Shades and tints

Shades of #B0C181

#B0C181
(176,193,129)
#A0B076
(160,176,118)
#909F6B
(144,159,107)
#808E60
(128,142,96)
#707D55
(112,125,85)
#606C4A
(96,108,74)
#505B3F
(80,91,63)
#404A34
(64,74,52)
#303929
(48,57,41)
#20281E
(32,40,30)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0C181

#B0C181
(176,193,129)
#B7C68C
(183,198,140)
#BECB97
(190,203,151)
#C5D0A2
(197,208,162)
#CCD5AD
(204,213,173)
#D3DAB8
(211,218,184)
#DADFC3
(218,223,195)
#E1E4CE
(225,228,206)
#E8E9D9
(232,233,217)
#EFEEE4
(239,238,228)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C181 color. Also use rgb(176,193,129) instead hex code.

Text Font Color

.myTextColor { color: #B0C181; }

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

This text font color is #B0C181.


Background Color

.myBgColor { background-color: #B0C181; }

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

This div background color is #B0C181.


Border color

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

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

This div border color is #B0C181.


Opacity

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

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

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

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

This text has shadow with #B0C181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C181 on black background.


Color preview on white background

This text has color #B0C181 on white background.



Black color preview on #B0C181 background

This text has black color on #B0C181 background.


White color preview on #B0C181 background

This text has white color on #B0C181 background.