Shades of Inch Worm #BCEB1D
Tints of Inch Worm #BCEB1D
RGB
CMYK
RGB Variations
Color information
#BCEB1D (or 0xBCEB1D) is known color: Inch Worm. HEX triplet: BC, EB and 1D. RGB value is (188,235,29). Sum of RGB (Red+Green+Blue) = 188+235+29=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB1D is #4314E2. Grayscale: #C6C6C6. Windows color (decimal): -4396259 or 1960892. OLE color: 1960892.
HSL color Cylindrical-coordinate representation of color #BCEB1D: hue angle of 73.69º 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 #BCEB1D is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 29 | - |
| CMYK | 0.2 | 0 | 0.88 | 0.08 |
| HSL | 73.69º | 0.84% | 0.52% | - |
| HSV(B) | 73.69º | 0.88% | 0.92% | - |
| XYZ | 50.67 | 70.2 | 12.04 | - |
| YUV | 197.46 | 32.93 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 29 | 0.2 | 0 | 0.88 | 0.08 | 73.69 | 0.84 | 0.52 |
| Hex | BC | EB | 1D | 14 | 0 | 58 | 8 | 4A | 54 | 34 |
| Octal | 274 | 353 | 35 | 24 | 0 | 130 | 10 | 112 | 124 | 64 |
| Binary | 10111100 | 11101011 | 11101 | 10100 | 0 | 1011000 | 1000 | 1001010 | 1010100 | 110100 |
Color Harmonies of #BCEB1D
Complementary color
Monochromatic Colors of #BCEB1D
Black with #BCEB1D
Text Example
Text Example
White with #BCEB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB1D; }
p { color: rgb(188,235,29); }
H1.HeaderClassName
{
color: #BCEB1D;
}
.AnyTagClassName
{
color: #BCEB1D;
}
</style>
background-color css
<style>
a { background-color: #BCEB1D; }
a { background-color: rgb(188,235,29); }
div.DivClassName
{
background-color: #BCEB1D;
}
.BgClassName
{
background-color: #BCEB1D;
}
</style>
border-color css
<style>
span { border-color: #BCEB1D; }
span { border-color: rgb(188,235,29); }
td.TdClassName
{
border-color: #BCEB1D;
}
.TagClassName
{
border-color: #BCEB1D;
}
</style>