Shades of Inch Worm #BCEC0D
Tints of Inch Worm #BCEC0D
RGB
CMYK
RGB Variations
Color information
#BCEC0D (or 0xBCEC0D) is known color: Inch Worm. HEX triplet: BC, EC and 0D. RGB value is (188,236,13). Sum of RGB (Red+Green+Blue) = 188+236+13=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC0D is #4313F2. Grayscale: #C5C5C5. Windows color (decimal): -4396019 or 912572. OLE color: 912572.
HSL color Cylindrical-coordinate representation of color #BCEC0D: hue angle of 72.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCEC0D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 13 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.07 |
| HSL | 72.91º | 0.9% | 0.49% | - |
| HSV(B) | 72.91º | 0.94% | 0.93% | - |
| XYZ | 50.81 | 70.71 | 11.35 | - |
| YUV | 196.23 | 24.6 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 13 | 0.20 | 0 | 0.94 | 0.07 | 72.91 | 0.9 | 0.49 |
| Hex | BC | EC | D | 14 | 0 | 5E | 7 | 49 | 5A | 31 |
| Octal | 274 | 354 | 15 | 24 | 0 | 136 | 7 | 111 | 132 | 61 |
| Binary | 10111100 | 11101100 | 1101 | 10100 | 0 | 1011110 | 111 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BCEC0D
Complementary color
Monochromatic Colors of #BCEC0D
Black with #BCEC0D
Text Example
Text Example
White with #BCEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC0D; }
p { color: rgb(188,236,13); }
H1.HeaderClassName
{
color: #BCEC0D;
}
.AnyTagClassName
{
color: #BCEC0D;
}
</style>
background-color css
<style>
a { background-color: #BCEC0D; }
a { background-color: rgb(188,236,13); }
div.DivClassName
{
background-color: #BCEC0D;
}
.BgClassName
{
background-color: #BCEC0D;
}
</style>
border-color css
<style>
span { border-color: #BCEC0D; }
span { border-color: rgb(188,236,13); }
td.TdClassName
{
border-color: #BCEC0D;
}
.TagClassName
{
border-color: #BCEC0D;
}
</style>