COLOR #B0C17A

HEX: #B0C17A
RGB: (176,193,122)

Color info

#B0C17A contains mainly red and green colors. Web safe color of #B0C17A is #99CC66 (or #9C6).

RGB color model

#B0C17A color RGB value is (176,193,122).

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

RGB channels and saturation

R 176 of 255 = 69%
G 193 of 255 = 76%
B 122 of 255 = 48%

176
193
122

R + G + B ~ 64%. #B0C17A is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 193 + 122 = 491 (100%)
R 176 of 491 ~ 35.85%
G 193 of 491 ~ 39.31%
B 122 of 491 ~ 24.85%

%35.85
%39.31
%24.85

CMYK color model

#B0C17A color CMYK value is (9,0,37,24).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 36.79%
  • key color value is 24.31%
CMYK:
(9,0,37,24)
C9M0Y37K24 
(9%,0%,37%,24%)
(0.09/0.00/0.37/0.24)	

CMYK percentages

%8.81
%0
%36.79
%24.31

Codes

Color #B0C17A in popluar color models

B0C17A
RGB176193122
HSL74°36.41%61.76%
HSB/HSV74°36.79%75.69%
CMYK8.81%0.00%36.79%
24.31%

Color #B0C17A in popluar number systems.

HEXB0C17A
Decimal176193122
Binary10110000110000011111010
Octal260301172

Shades and tints

Shades of #B0C17A

#B0C17A
(176,193,122)
#A0B06F
(160,176,111)
#909F64
(144,159,100)
#808E59
(128,142,89)
#707D4E
(112,125,78)
#606C43
(96,108,67)
#505B38
(80,91,56)
#404A2D
(64,74,45)
#303922
(48,57,34)
#202817
(32,40,23)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #B0C17A

#B0C17A
(176,193,122)
#B7C686
(183,198,134)
#BECB92
(190,203,146)
#C5D09E
(197,208,158)
#CCD5AA
(204,213,170)
#D3DAB6
(211,218,182)
#DADFC2
(218,223,194)
#E1E4CE
(225,228,206)
#E8E9DA
(232,233,218)
#EFEEE6
(239,238,230)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C17A; }

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

This text font color is #B0C17A.


Background Color

.myBgColor { background-color: #B0C17A; }

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

This div background color is #B0C17A.


Border color

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

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

This div border color is #B0C17A.


Opacity

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

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

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

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

This text has shadow with #B0C17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C17A on black background.


Color preview on white background

This text has color #B0C17A on white background.



Black color preview on #B0C17A background

This text has black color on #B0C17A background.


White color preview on #B0C17A background

This text has white color on #B0C17A background.