Shades of Inch Worm #BCEB16
Tints of Inch Worm #BCEB16
RGB
CMYK
RGB Variations
Color information
#BCEB16 (or 0xBCEB16) is known color: Inch Worm. HEX triplet: BC, EB and 16. RGB value is (188,235,22). Sum of RGB (Red+Green+Blue) = 188+235+22=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEB16 is #4314E9. Grayscale: #C5C5C5. Windows color (decimal): -4396266 or 1502140. OLE color: 1502140.
HSL color Cylindrical-coordinate representation of color #BCEB16: hue angle of 73.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCEB16 is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 22 | - |
| CMYK | 0.2 | 0 | 0.91 | 0.08 |
| HSL | 73.24º | 0.84% | 0.5% | - |
| HSV(B) | 73.24º | 0.91% | 0.92% | - |
| XYZ | 50.59 | 70.17 | 11.64 | - |
| YUV | 196.67 | 29.43 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 22 | 0.2 | 0 | 0.91 | 0.08 | 73.24 | 0.84 | 0.5 |
| Hex | BC | EB | 16 | 14 | 0 | 5B | 8 | 49 | 54 | 32 |
| Octal | 274 | 353 | 26 | 24 | 0 | 133 | 10 | 111 | 124 | 62 |
| Binary | 10111100 | 11101011 | 10110 | 10100 | 0 | 1011011 | 1000 | 1001001 | 1010100 | 110010 |
Color Harmonies of #BCEB16
Complementary color
Monochromatic Colors of #BCEB16
Black with #BCEB16
Text Example
Text Example
White with #BCEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB16; }
p { color: rgb(188,235,22); }
H1.HeaderClassName
{
color: #BCEB16;
}
.AnyTagClassName
{
color: #BCEB16;
}
</style>
background-color css
<style>
a { background-color: #BCEB16; }
a { background-color: rgb(188,235,22); }
div.DivClassName
{
background-color: #BCEB16;
}
.BgClassName
{
background-color: #BCEB16;
}
</style>
border-color css
<style>
span { border-color: #BCEB16; }
span { border-color: rgb(188,235,22); }
td.TdClassName
{
border-color: #BCEB16;
}
.TagClassName
{
border-color: #BCEB16;
}
</style>