Shades of Inch Worm #BCEB1A
Tints of Inch Worm #BCEB1A
RGB
CMYK
RGB Variations
Color information
#BCEB1A (or 0xBCEB1A) is known color: Inch Worm. HEX triplet: BC, EB and 1A. RGB value is (188,235,26). Sum of RGB (Red+Green+Blue) = 188+235+26=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB1A is #4314E5. Grayscale: #C5C5C5. Windows color (decimal): -4396262 or 1764284. OLE color: 1764284.
HSL color Cylindrical-coordinate representation of color #BCEB1A: hue angle of 73.49º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCEB1A is Cyan = 0.2, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 26 | - |
| CMYK | 0.2 | 0 | 0.89 | 0.08 |
| HSL | 73.49º | 0.84% | 0.51% | - |
| HSV(B) | 73.49º | 0.89% | 0.92% | - |
| XYZ | 50.63 | 70.18 | 11.86 | - |
| YUV | 197.12 | 31.43 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 26 | 0.2 | 0 | 0.89 | 0.08 | 73.49 | 0.84 | 0.51 |
| Hex | BC | EB | 1A | 14 | 0 | 59 | 8 | 49 | 54 | 33 |
| Octal | 274 | 353 | 32 | 24 | 0 | 131 | 10 | 111 | 124 | 63 |
| Binary | 10111100 | 11101011 | 11010 | 10100 | 0 | 1011001 | 1000 | 1001001 | 1010100 | 110011 |
Color Harmonies of #BCEB1A
Complementary color
Monochromatic Colors of #BCEB1A
Black with #BCEB1A
Text Example
Text Example
White with #BCEB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB1A; }
p { color: rgb(188,235,26); }
H1.HeaderClassName
{
color: #BCEB1A;
}
.AnyTagClassName
{
color: #BCEB1A;
}
</style>
background-color css
<style>
a { background-color: #BCEB1A; }
a { background-color: rgb(188,235,26); }
div.DivClassName
{
background-color: #BCEB1A;
}
.BgClassName
{
background-color: #BCEB1A;
}
</style>
border-color css
<style>
span { border-color: #BCEB1A; }
span { border-color: rgb(188,235,26); }
td.TdClassName
{
border-color: #BCEB1A;
}
.TagClassName
{
border-color: #BCEB1A;
}
</style>