COLOR #B0C528

HEX: #B0C528
RGB: (176,197,40)

Color info

#B0C528 contains mainly red and green colors. Web safe color of #B0C528 is #99CC33 (or #9C3).

RGB color model

#B0C528 color RGB value is (176,197,40).

  • red value is 176;
  • green value is 197;
  • blue value is 40.
RGB:
(176,197,40)
(69%,77%,16%)

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 40 of 255 = 16%

176
197
40

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

Portions of RGB colors in percentages

R + G + B =
176 + 197 + 40 = 413 (100%)
R 176 of 413 ~ 42.62%
G 197 of 413 ~ 47.7%
B 40 of 413 ~ 9.69%

%42.62
%47.7
%9.69

CMYK color model

#B0C528 color CMYK value is (11,0,80,23).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 79.70%
  • key color value is 22.75%
CMYK:
(11,0,80,23)
C11M0Y80K23 
(11%,0%,80%,23%)
(0.11/0.00/0.80/0.23)	

CMYK percentages

%10.66
%0
%79.7
%22.75

Codes

Color #B0C528 in popluar color models

B0C528
RGB17619740
HSL68°66.24%46.47%
HSB/HSV68°79.70%77.25%
CMYK10.66%0.00%79.70%
22.75%

Color #B0C528 in popluar number systems.

HEXB0C528
Decimal17619740
Binary1011000011000101101000
Octal26030550

Shades and tints

Shades of #B0C528

#B0C528
(176,197,40)
#A0B425
(160,180,37)
#90A322
(144,163,34)
#80921F
(128,146,31)
#70811C
(112,129,28)
#607019
(96,112,25)
#505F16
(80,95,22)
#404E13
(64,78,19)
#303D10
(48,61,16)
#202C0D
(32,44,13)
#101B0A
(16,27,10)
#000000
(0,0,0)

Tints of #B0C528

#B0C528
(176,197,40)
#B7CA3B
(183,202,59)
#BECF4E
(190,207,78)
#C5D461
(197,212,97)
#CCD974
(204,217,116)
#D3DE87
(211,222,135)
#DAE39A
(218,227,154)
#E1E8AD
(225,232,173)
#E8EDC0
(232,237,192)
#EFF2D3
(239,242,211)
#F6F7E6
(246,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C528 color. Also use rgb(176,197,40) instead hex code.

Text Font Color

.myTextColor { color: #B0C528; }

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

This text font color is #B0C528.


Background Color

.myBgColor { background-color: #B0C528; }

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

This div background color is #B0C528.


Border color

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

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

This div border color is #B0C528.


Opacity

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

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

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

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

This text has shadow with #B0C528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C528 on black background.


Color preview on white background

This text has color #B0C528 on white background.



Black color preview on #B0C528 background

This text has black color on #B0C528 background.


White color preview on #B0C528 background

This text has white color on #B0C528 background.