COLOR #B0CB01

HEX: #B0CB01
RGB: (176,203,1)

Color info

#B0CB01 contains mainly red and green colors. Web safe color of #B0CB01 is #99CC00 (or #9C0).

RGB color model

#B0CB01 color RGB value is (176,203,1).

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

RGB channels and saturation

R 176 of 255 = 69%
G 203 of 255 = 80%
B 1 of 255 = 0%

176
203
1

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

Portions of RGB colors in percentages

R + G + B =
176 + 203 + 1 = 380 (100%)
R 176 of 380 ~ 46.32%
G 203 of 380 ~ 53.42%
B 1 of 380 ~ 0.26%

%46.32
%53.42

CMYK color model

#B0CB01 color CMYK value is (13,0,100,20).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 99.51%
  • key color value is 20.39%
CMYK:
(13,0,100,20)
C13M0Y100K20 
(13%,0%,100%,20%)
(0.13/0.00/1.00/0.20)	

CMYK percentages

%13.3
%0
%99.51
%20.39

Codes

Color #B0CB01 in popluar color models

B0CB01
RGB1762031
HSL68°99.02%40.00%
HSB/HSV68°99.51%79.61%
CMYK13.30%0.00%99.51%
20.39%

Color #B0CB01 in popluar number systems.

HEXB0CB01
Decimal1762031
Binary10110000110010111
Octal2603131

Shades and tints

Shades of #B0CB01

#B0CB01
(176,203,1)
#A0B901
(160,185,1)
#90A701
(144,167,1)
#809501
(128,149,1)
#708301
(112,131,1)
#607101
(96,113,1)
#505F01
(80,95,1)
#404D01
(64,77,1)
#303B01
(48,59,1)
#202901
(32,41,1)
#101701
(16,23,1)
#000000
(0,0,0)

Tints of #B0CB01

#B0CB01
(176,203,1)
#B7CF18
(183,207,24)
#BED32F
(190,211,47)
#C5D746
(197,215,70)
#CCDB5D
(204,219,93)
#D3DF74
(211,223,116)
#DAE38B
(218,227,139)
#E1E7A2
(225,231,162)
#E8EBB9
(232,235,185)
#EFEFD0
(239,239,208)
#F6F3E7
(246,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CB01; }

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

This text font color is #B0CB01.


Background Color

.myBgColor { background-color: #B0CB01; }

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

This div background color is #B0CB01.


Border color

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

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

This div border color is #B0CB01.


Opacity

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

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

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

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

This text has shadow with #B0CB01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CB01 on black background.


Color preview on white background

This text has color #B0CB01 on white background.



Black color preview on #B0CB01 background

This text has black color on #B0CB01 background.


White color preview on #B0CB01 background

This text has white color on #B0CB01 background.