Shades of Inch Worm #BCE004
Tints of Inch Worm #BCE004
RGB
CMYK
RGB Variations
Color information
#BCE004 (or 0xBCE004) is known color: Inch Worm. HEX triplet: BC, E0 and 04. RGB value is (188,224,4). Sum of RGB (Red+Green+Blue) = 188+224+4=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE004 is #431FFB. Grayscale: #BDBDBD. Windows color (decimal): -4399100 or 319676. OLE color: 319676.
HSL color Cylindrical-coordinate representation of color #BCE004: hue angle of 69.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCE004 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.12 |
| HSL | 69.82º | 0.96% | 0.45% | - |
| HSV(B) | 69.82º | 0.98% | 0.88% | - |
| XYZ | 47.42 | 64.01 | 9.97 | - |
| YUV | 188.16 | 24.07 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 4 | 0.16 | 0 | 0.98 | 0.12 | 69.82 | 0.96 | 0.45 |
| Hex | BC | E0 | 4 | 10 | 0 | 62 | C | 46 | 60 | 2D |
| Octal | 274 | 340 | 4 | 20 | 0 | 142 | 14 | 106 | 140 | 55 |
| Binary | 10111100 | 11100000 | 100 | 10000 | 0 | 1100010 | 1100 | 1000110 | 1100000 | 101101 |
Color Harmonies of #BCE004
Complementary color
Monochromatic Colors of #BCE004
Black with #BCE004
Text Example
Text Example
White with #BCE004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE004; }
p { color: rgb(188,224,4); }
H1.HeaderClassName
{
color: #BCE004;
}
.AnyTagClassName
{
color: #BCE004;
}
</style>
background-color css
<style>
a { background-color: #BCE004; }
a { background-color: rgb(188,224,4); }
div.DivClassName
{
background-color: #BCE004;
}
.BgClassName
{
background-color: #BCE004;
}
</style>
border-color css
<style>
span { border-color: #BCE004; }
span { border-color: rgb(188,224,4); }
td.TdClassName
{
border-color: #BCE004;
}
.TagClassName
{
border-color: #BCE004;
}
</style>