Shades of Inch Worm #BCE00E
Tints of Inch Worm #BCE00E
RGB
CMYK
RGB Variations
Color information
#BCE00E (or 0xBCE00E) is known color: Inch Worm. HEX triplet: BC, E0 and 0E. RGB value is (188,224,14). Sum of RGB (Red+Green+Blue) = 188+224+14=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE00E is #431FF1. Grayscale: #BEBEBE. Windows color (decimal): -4399090 or 975036. OLE color: 975036.
HSL color Cylindrical-coordinate representation of color #BCE00E: hue angle of 70.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCE00E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.12 |
| HSL | 70.29º | 0.88% | 0.47% | - |
| HSV(B) | 70.29º | 0.94% | 0.88% | - |
| XYZ | 47.47 | 64.03 | 10.27 | - |
| YUV | 189.3 | 29.07 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 14 | 0.16 | 0 | 0.94 | 0.12 | 70.29 | 0.88 | 0.47 |
| Hex | BC | E0 | E | 10 | 0 | 5E | C | 46 | 58 | 2F |
| Octal | 274 | 340 | 16 | 20 | 0 | 136 | 14 | 106 | 130 | 57 |
| Binary | 10111100 | 11100000 | 1110 | 10000 | 0 | 1011110 | 1100 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BCE00E
Complementary color
Monochromatic Colors of #BCE00E
Black with #BCE00E
Text Example
Text Example
White with #BCE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE00E; }
p { color: rgb(188,224,14); }
H1.HeaderClassName
{
color: #BCE00E;
}
.AnyTagClassName
{
color: #BCE00E;
}
</style>
background-color css
<style>
a { background-color: #BCE00E; }
a { background-color: rgb(188,224,14); }
div.DivClassName
{
background-color: #BCE00E;
}
.BgClassName
{
background-color: #BCE00E;
}
</style>
border-color css
<style>
span { border-color: #BCE00E; }
span { border-color: rgb(188,224,14); }
td.TdClassName
{
border-color: #BCE00E;
}
.TagClassName
{
border-color: #BCE00E;
}
</style>