Shades of Inch Worm #BCEB1C
Tints of Inch Worm #BCEB1C
RGB
CMYK
RGB Variations
Color information
#BCEB1C (or 0xBCEB1C) is known color: Inch Worm. HEX triplet: BC, EB and 1C. RGB value is (188,235,28). Sum of RGB (Red+Green+Blue) = 188+235+28=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB1C is #4314E3. Grayscale: #C6C6C6. Windows color (decimal): -4396260 or 1895356. OLE color: 1895356.
HSL color Cylindrical-coordinate representation of color #BCEB1C: hue angle of 73.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCEB1C is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 28 | - |
| CMYK | 0.2 | 0 | 0.88 | 0.08 |
| HSL | 73.62º | 0.84% | 0.52% | - |
| HSV(B) | 73.62º | 0.88% | 0.92% | - |
| XYZ | 50.66 | 70.19 | 11.98 | - |
| YUV | 197.35 | 32.43 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 28 | 0.2 | 0 | 0.88 | 0.08 | 73.62 | 0.84 | 0.52 |
| Hex | BC | EB | 1C | 14 | 0 | 58 | 8 | 4A | 54 | 34 |
| Octal | 274 | 353 | 34 | 24 | 0 | 130 | 10 | 112 | 124 | 64 |
| Binary | 10111100 | 11101011 | 11100 | 10100 | 0 | 1011000 | 1000 | 1001010 | 1010100 | 110100 |
Color Harmonies of #BCEB1C
Complementary color
Monochromatic Colors of #BCEB1C
Black with #BCEB1C
Text Example
Text Example
White with #BCEB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB1C; }
p { color: rgb(188,235,28); }
H1.HeaderClassName
{
color: #BCEB1C;
}
.AnyTagClassName
{
color: #BCEB1C;
}
</style>
background-color css
<style>
a { background-color: #BCEB1C; }
a { background-color: rgb(188,235,28); }
div.DivClassName
{
background-color: #BCEB1C;
}
.BgClassName
{
background-color: #BCEB1C;
}
</style>
border-color css
<style>
span { border-color: #BCEB1C; }
span { border-color: rgb(188,235,28); }
td.TdClassName
{
border-color: #BCEB1C;
}
.TagClassName
{
border-color: #BCEB1C;
}
</style>