Shades of Inch Worm #BCE11F
Tints of Inch Worm #BCE11F
RGB
CMYK
RGB Variations
Color information
#BCE11F (or 0xBCE11F) is known color: Inch Worm. HEX triplet: BC, E1 and 1F. RGB value is (188,225,31). Sum of RGB (Red+Green+Blue) = 188+225+31=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE11F is #431EE0. Grayscale: #C0C0C0. Windows color (decimal): -4398817 or 2089404. OLE color: 2089404.
HSL color Cylindrical-coordinate representation of color #BCE11F: hue angle of 71.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE11F is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 31 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.12 |
| HSL | 71.44º | 0.76% | 0.5% | - |
| HSV(B) | 71.44º | 0.86% | 0.88% | - |
| XYZ | 47.91 | 64.64 | 11.25 | - |
| YUV | 191.82 | 37.24 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 31 | 0.16 | 0 | 0.86 | 0.12 | 71.44 | 0.76 | 0.5 |
| Hex | BC | E1 | 1F | 10 | 0 | 56 | C | 47 | 4C | 32 |
| Octal | 274 | 341 | 37 | 20 | 0 | 126 | 14 | 107 | 114 | 62 |
| Binary | 10111100 | 11100001 | 11111 | 10000 | 0 | 1010110 | 1100 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BCE11F
Complementary color
Monochromatic Colors of #BCE11F
Black with #BCE11F
Text Example
Text Example
White with #BCE11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE11F; }
p { color: rgb(188,225,31); }
H1.HeaderClassName
{
color: #BCE11F;
}
.AnyTagClassName
{
color: #BCE11F;
}
</style>
background-color css
<style>
a { background-color: #BCE11F; }
a { background-color: rgb(188,225,31); }
div.DivClassName
{
background-color: #BCE11F;
}
.BgClassName
{
background-color: #BCE11F;
}
</style>
border-color css
<style>
span { border-color: #BCE11F; }
span { border-color: rgb(188,225,31); }
td.TdClassName
{
border-color: #BCE11F;
}
.TagClassName
{
border-color: #BCE11F;
}
</style>