Shades of Inch Worm #BCEC16
Tints of Inch Worm #BCEC16
RGB
CMYK
RGB Variations
Color information
#BCEC16 (or 0xBCEC16) is known color: Inch Worm. HEX triplet: BC, EC and 16. RGB value is (188,236,22). Sum of RGB (Red+Green+Blue) = 188+236+22=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC16 is #4313E9. Grayscale: #C6C6C6. Windows color (decimal): -4396010 or 1502396. OLE color: 1502396.
HSL color Cylindrical-coordinate representation of color #BCEC16: hue angle of 73.46º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCEC16 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.07 |
| HSL | 73.46º | 0.85% | 0.51% | - |
| HSV(B) | 73.46º | 0.91% | 0.93% | - |
| XYZ | 50.88 | 70.74 | 11.73 | - |
| YUV | 197.25 | 29.1 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 22 | 0.20 | 0 | 0.91 | 0.07 | 73.46 | 0.85 | 0.51 |
| Hex | BC | EC | 16 | 14 | 0 | 5B | 7 | 49 | 55 | 33 |
| Octal | 274 | 354 | 26 | 24 | 0 | 133 | 7 | 111 | 125 | 63 |
| Binary | 10111100 | 11101100 | 10110 | 10100 | 0 | 1011011 | 111 | 1001001 | 1010101 | 110011 |
Color Harmonies of #BCEC16
Complementary color
Monochromatic Colors of #BCEC16
Black with #BCEC16
Text Example
Text Example
White with #BCEC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC16; }
p { color: rgb(188,236,22); }
H1.HeaderClassName
{
color: #BCEC16;
}
.AnyTagClassName
{
color: #BCEC16;
}
</style>
background-color css
<style>
a { background-color: #BCEC16; }
a { background-color: rgb(188,236,22); }
div.DivClassName
{
background-color: #BCEC16;
}
.BgClassName
{
background-color: #BCEC16;
}
</style>
border-color css
<style>
span { border-color: #BCEC16; }
span { border-color: rgb(188,236,22); }
td.TdClassName
{
border-color: #BCEC16;
}
.TagClassName
{
border-color: #BCEC16;
}
</style>