Shades of Inch Worm #BCEC1D
Tints of Inch Worm #BCEC1D
RGB
CMYK
RGB Variations
Color information
#BCEC1D (or 0xBCEC1D) is known color: Inch Worm. HEX triplet: BC, EC and 1D. RGB value is (188,236,29). Sum of RGB (Red+Green+Blue) = 188+236+29=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC1D is #4313E2. Grayscale: #C6C6C6. Windows color (decimal): -4396003 or 1961148. OLE color: 1961148.
HSL color Cylindrical-coordinate representation of color #BCEC1D: hue angle of 73.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCEC1D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 29 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.07 |
| HSL | 73.91º | 0.84% | 0.52% | - |
| HSV(B) | 73.91º | 0.88% | 0.93% | - |
| XYZ | 50.96 | 70.77 | 12.14 | - |
| YUV | 198.05 | 32.6 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 29 | 0.20 | 0 | 0.88 | 0.07 | 73.91 | 0.84 | 0.52 |
| Hex | BC | EC | 1D | 14 | 0 | 58 | 7 | 4A | 54 | 34 |
| Octal | 274 | 354 | 35 | 24 | 0 | 130 | 7 | 112 | 124 | 64 |
| Binary | 10111100 | 11101100 | 11101 | 10100 | 0 | 1011000 | 111 | 1001010 | 1010100 | 110100 |
Color Harmonies of #BCEC1D
Complementary color
Monochromatic Colors of #BCEC1D
Black with #BCEC1D
Text Example
Text Example
White with #BCEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC1D; }
p { color: rgb(188,236,29); }
H1.HeaderClassName
{
color: #BCEC1D;
}
.AnyTagClassName
{
color: #BCEC1D;
}
</style>
background-color css
<style>
a { background-color: #BCEC1D; }
a { background-color: rgb(188,236,29); }
div.DivClassName
{
background-color: #BCEC1D;
}
.BgClassName
{
background-color: #BCEC1D;
}
</style>
border-color css
<style>
span { border-color: #BCEC1D; }
span { border-color: rgb(188,236,29); }
td.TdClassName
{
border-color: #BCEC1D;
}
.TagClassName
{
border-color: #BCEC1D;
}
</style>