COLOR #B0CE0C

HEX: #B0CE0C
RGB: (176,206,12)

Color info

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

RGB color model

#B0CE0C color RGB value is (176,206,12).

  • red value is 176;
  • green value is 206;
  • blue value is 12.
RGB:
(176,206,12)
(69%,81%,5%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 12 of 255 = 5%

176
206
12

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

Portions of RGB colors in percentages

R + G + B =
176 + 206 + 12 = 394 (100%)
R 176 of 394 ~ 44.67%
G 206 of 394 ~ 52.28%
B 12 of 394 ~ 3.05%

%44.67
%52.28

CMYK color model

#B0CE0C color CMYK value is (15,0,94,19).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 94.17%
  • key color value is 19.22%
CMYK:
(15,0,94,19)
C15M0Y94K19 
(15%,0%,94%,19%)
(0.15/0.00/0.94/0.19)	

CMYK percentages

%14.56
%0
%94.17
%19.22

Codes

Color #B0CE0C in popluar color models

B0CE0C
RGB17620612
HSL69°88.99%42.75%
HSB/HSV69°94.17%80.78%
CMYK14.56%0.00%94.17%
19.22%

Color #B0CE0C in popluar number systems.

HEXB0CE0C
Decimal17620612
Binary10110000110011101100
Octal26031614

Shades and tints

Shades of #B0CE0C

#B0CE0C
(176,206,12)
#A0BC0B
(160,188,11)
#90AA0A
(144,170,10)
#809809
(128,152,9)
#708608
(112,134,8)
#607407
(96,116,7)
#506206
(80,98,6)
#405005
(64,80,5)
#303E04
(48,62,4)
#202C03
(32,44,3)
#101A02
(16,26,2)
#000000
(0,0,0)

Tints of #B0CE0C

#B0CE0C
(176,206,12)
#B7D222
(183,210,34)
#BED638
(190,214,56)
#C5DA4E
(197,218,78)
#CCDE64
(204,222,100)
#D3E27A
(211,226,122)
#DAE690
(218,230,144)
#E1EAA6
(225,234,166)
#E8EEBC
(232,238,188)
#EFF2D2
(239,242,210)
#F6F6E8
(246,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CE0C color. Also use rgb(176,206,12) instead hex code.

Text Font Color

.myTextColor { color: #B0CE0C; }

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

This text font color is #B0CE0C.


Background Color

.myBgColor { background-color: #B0CE0C; }

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

This div background color is #B0CE0C.


Border color

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

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

This div border color is #B0CE0C.


Opacity

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

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

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

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

This text has shadow with #B0CE0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CE0C on black background.


Color preview on white background

This text has color #B0CE0C on white background.



Black color preview on #B0CE0C background

This text has black color on #B0CE0C background.


White color preview on #B0CE0C background

This text has white color on #B0CE0C background.