COLOR #B0C172

HEX: #B0C172 RGB: (176,193,114)

Color info

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

RGB color model

#B0C172 color RGB value is (176,193,114).

RGB: (176,193,114) (69%, 76%, 45%)

RGB channels and saturation

R 176 of 255 = 69%
G 193 of 255 = 76%
B 114 of 255 = 45%

176
193
114

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

Portions of RGB colors in percentages

R + G + B = 176 + 193 + 114 = 483 (100%)
R 176 of 483 ~ 36.44%
G 193 of 483 ~ 39.96%
B 114 of 483 ~ 23.6'%

%36.44
%39.96
%23.6

CMYK color model

#B0C172 color CMYK value is (9,0,41,24).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 40.93%
  • key color value is 24.31%

CMYK: (9,0,41,24)
C9M0Y41K24 (9%, 0%, 41%, 24%)
(0.09 / 0.00 / 0.41 / 0.24)

CMYK percentages

%8.81
%0
%40.93
%24.31

Codes

Color #B0C172 in popluar color models

B0 C1 72
RGB 176 193 114
HSL 73° 38.92% 60.20%
HSB/HSV 73° 40.93% 75.69%
CMYK 8.81% 0.00% 40.93%
24.31%

Color #B0C172 in popluar number systems.

HEX B0 C1 72
Decimal 176 193 114
Binary 10110000 11000001 1110010
Octal 260 301 162

Shades and tints

Shades of #B0C172

#B0C172
(176,193,114)
#A0B068
(160,176,104)
#909F5E
(144,159,94)
#808E54
(128,142,84)
#707D4A
(112,125,74)
#606C40
(96,108,64)
#505B36
(80,91,54)
#404A2C
(64,74,44)
#303922
(48,57,34)
#202818
(32,40,24)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #B0C172

#B0C172
(176,193,114)
#B7C67E
(183,198,126)
#BECB8A
(190,203,138)
#C5D096
(197,208,150)
#CCD5A2
(204,213,162)
#D3DAAE
(211,218,174)
#DADFBA
(218,223,186)
#E1E4C6
(225,228,198)
#E8E9D2
(232,233,210)
#EFEEDE
(239,238,222)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C172; }

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

This text font color is #B0C172.

Background Color

.myBgColor { background-color: #B0C172; }

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

This div background color is #B0C172.

Border color

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

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

This div border color is #B0C172.

Opacity

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

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

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

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

This text has shadow with #B0C172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C172.

Preview

Color preview on black background

This text has color #B0C172 on black background.


Color preview on white background

This text has color #B0C172 on white background.


Black color preview on #B0C172 background

This text has black color on #B0C172 background.


White color preview on #B0C172 background

This text has white color on #B0C172 background.


Related colors

Complementary color

Complementary color for #hex is #4F3E8D.


I love getcolorcode.com

Triadic colors

1 #72B0C1 and #C172B0 with #B0C172 are triadic colors.

2 #72C1B0 and #C1B072 with #B0C172 are triadic colors.