COLOR #B0C455

HEX: #B0C455
RGB: (176,196,85)

Color info

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

RGB color model

#B0C455 color RGB value is (176,196,85).

  • red value is 176;
  • green value is 196;
  • blue value is 85.
RGB:
(176,196,85)
(69%,77%,33%)

RGB channels and saturation

R 176 of 255 = 69%
G 196 of 255 = 77%
B 85 of 255 = 33%

176
196
85

R + G + B ~ 60%. #B0C455 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 196 + 85 = 457 (100%)
R 176 of 457 ~ 38.51%
G 196 of 457 ~ 42.89%
B 85 of 457 ~ 18.6%

%38.51
%42.89
%18.6

CMYK color model

#B0C455 color CMYK value is (10,0,57,23).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 56.63%
  • key color value is 23.14%
CMYK:
(10,0,57,23)
C10M0Y57K23 
(10%,0%,57%,23%)
(0.10/0.00/0.57/0.23)	

CMYK percentages

%10.2
%0
%56.63
%23.14

Codes

Color #B0C455 in popluar color models

B0C455
RGB17619685
HSL71°48.47%55.10%
HSB/HSV71°56.63%76.86%
CMYK10.20%0.00%56.63%
23.14%

Color #B0C455 in popluar number systems.

HEXB0C455
Decimal17619685
Binary10110000110001001010101
Octal260304125

Shades and tints

Shades of #B0C455

#B0C455
(176,196,85)
#A0B34E
(160,179,78)
#90A247
(144,162,71)
#809140
(128,145,64)
#708039
(112,128,57)
#606F32
(96,111,50)
#505E2B
(80,94,43)
#404D24
(64,77,36)
#303C1D
(48,60,29)
#202B16
(32,43,22)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #B0C455

#B0C455
(176,196,85)
#B7C964
(183,201,100)
#BECE73
(190,206,115)
#C5D382
(197,211,130)
#CCD891
(204,216,145)
#D3DDA0
(211,221,160)
#DAE2AF
(218,226,175)
#E1E7BE
(225,231,190)
#E8ECCD
(232,236,205)
#EFF1DC
(239,241,220)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C455 color. Also use rgb(176,196,85) instead hex code.

Text Font Color

.myTextColor { color: #B0C455; }

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

This text font color is #B0C455.


Background Color

.myBgColor { background-color: #B0C455; }

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

This div background color is #B0C455.


Border color

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

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

This div border color is #B0C455.


Opacity

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

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

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

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

This text has shadow with #B0C455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C455 on black background.


Color preview on white background

This text has color #B0C455 on white background.



Black color preview on #B0C455 background

This text has black color on #B0C455 background.


White color preview on #B0C455 background

This text has white color on #B0C455 background.