COLOR #B8CE0A

HEX: #B8CE0A
RGB: (184,206,10)

Color info

#B8CE0A contains mainly red and green colors. Web safe color of #B8CE0A is #CCCC00 (or #CC0).

RGB color model

#B8CE0A color RGB value is (184,206,10).

  • red value is 184;
  • green value is 206;
  • blue value is 10.
RGB:
(184,206,10)
(72%,81%,4%)

RGB channels and saturation

R 184 of 255 = 72%
G 206 of 255 = 81%
B 10 of 255 = 4%

184
206
10

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

Portions of RGB colors in percentages

R + G + B =
184 + 206 + 10 = 400 (100%)
R 184 of 400 ~ 46%
G 206 of 400 ~ 51.5%
B 10 of 400 ~ 2.5%

%46
%51.5

CMYK color model

#B8CE0A color CMYK value is (11,0,95,19).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 95.15%
  • key color value is 19.22%
CMYK:
(11,0,95,19)
C11M0Y95K19 
(11%,0%,95%,19%)
(0.11/0.00/0.95/0.19)	

CMYK percentages

%10.68
%0
%95.15
%19.22

Codes

Color #B8CE0A in popluar color models

B8CE0A
RGB18420610
HSL67°90.74%42.35%
HSB/HSV67°95.15%80.78%
CMYK10.68%0.00%95.15%
19.22%

Color #B8CE0A in popluar number systems.

HEXB8CE0A
Decimal18420610
Binary10111000110011101010
Octal27031612

Shades and tints

Shades of #B8CE0A

#B8CE0A
(184,206,10)
#A8BC0A
(168,188,10)
#98AA0A
(152,170,10)
#88980A
(136,152,10)
#78860A
(120,134,10)
#68740A
(104,116,10)
#58620A
(88,98,10)
#48500A
(72,80,10)
#383E0A
(56,62,10)
#282C0A
(40,44,10)
#181A0A
(24,26,10)
#000000
(0,0,0)

Tints of #B8CE0A

#B8CE0A
(184,206,10)
#BED220
(190,210,32)
#C4D636
(196,214,54)
#CADA4C
(202,218,76)
#D0DE62
(208,222,98)
#D6E278
(214,226,120)
#DCE68E
(220,230,142)
#E2EAA4
(226,234,164)
#E8EEBA
(232,238,186)
#EEF2D0
(238,242,208)
#F4F6E6
(244,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CE0A color. Also use rgb(184,206,10) instead hex code.

Text Font Color

.myTextColor { color: #B8CE0A; }

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

This text font color is #B8CE0A.


Background Color

.myBgColor { background-color: #B8CE0A; }

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

This div background color is #B8CE0A.


Border color

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

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

This div border color is #B8CE0A.


Opacity

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

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

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

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

This text has shadow with #B8CE0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CE0A on black background.


Color preview on white background

This text has color #B8CE0A on white background.



Black color preview on #B8CE0A background

This text has black color on #B8CE0A background.


White color preview on #B8CE0A background

This text has white color on #B8CE0A background.