COLOR #B0CB77

HEX: #B0CB77
RGB: (176,203,119)

Color info

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

RGB color model

#B0CB77 color RGB value is (176,203,119).

  • red value is 176;
  • green value is 203;
  • blue value is 119.
RGB:
(176,203,119)
(69%,80%,47%)

RGB channels and saturation

R 176 of 255 = 69%
G 203 of 255 = 80%
B 119 of 255 = 47%

176
203
119

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

Portions of RGB colors in percentages

R + G + B =
176 + 203 + 119 = 498 (100%)
R 176 of 498 ~ 35.34%
G 203 of 498 ~ 40.76%
B 119 of 498 ~ 23.9%

%35.34
%40.76
%23.9

CMYK color model

#B0CB77 color CMYK value is (13,0,41,20).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 20.39%
CMYK:
(13,0,41,20)
C13M0Y41K20 
(13%,0%,41%,20%)
(0.13/0.00/0.41/0.20)	

CMYK percentages

%13.3
%0
%41.38
%20.39

Codes

Color #B0CB77 in popluar color models

B0CB77
RGB176203119
HSL79°44.68%63.14%
HSB/HSV79°41.38%79.61%
CMYK13.30%0.00%41.38%
20.39%

Color #B0CB77 in popluar number systems.

HEXB0CB77
Decimal176203119
Binary10110000110010111110111
Octal260313167

Shades and tints

Shades of #B0CB77

#B0CB77
(176,203,119)
#A0B96D
(160,185,109)
#90A763
(144,167,99)
#809559
(128,149,89)
#70834F
(112,131,79)
#607145
(96,113,69)
#505F3B
(80,95,59)
#404D31
(64,77,49)
#303B27
(48,59,39)
#20291D
(32,41,29)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0CB77

#B0CB77
(176,203,119)
#B7CF83
(183,207,131)
#BED38F
(190,211,143)
#C5D79B
(197,215,155)
#CCDBA7
(204,219,167)
#D3DFB3
(211,223,179)
#DAE3BF
(218,227,191)
#E1E7CB
(225,231,203)
#E8EBD7
(232,235,215)
#EFEFE3
(239,239,227)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CB77 color. Also use rgb(176,203,119) instead hex code.

Text Font Color

.myTextColor { color: #B0CB77; }

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

This text font color is #B0CB77.


Background Color

.myBgColor { background-color: #B0CB77; }

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

This div background color is #B0CB77.


Border color

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

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

This div border color is #B0CB77.


Opacity

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

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

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

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

This text has shadow with #B0CB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CB77 on black background.


Color preview on white background

This text has color #B0CB77 on white background.



Black color preview on #B0CB77 background

This text has black color on #B0CB77 background.


White color preview on #B0CB77 background

This text has white color on #B0CB77 background.