Shades of Inch Worm #BCEB0C
Tints of Inch Worm #BCEB0C
RGB
CMYK
RGB Variations
Color information
#BCEB0C (or 0xBCEB0C) is known color: Inch Worm. HEX triplet: BC, EB and 0C. RGB value is (188,235,12). Sum of RGB (Red+Green+Blue) = 188+235+12=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEB0C is #4314F3. Grayscale: #C4C4C4. Windows color (decimal): -4396276 or 846780. OLE color: 846780.
HSL color Cylindrical-coordinate representation of color #BCEB0C: hue angle of 72.65º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCEB0C is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 12 | - |
| CMYK | 0.2 | 0 | 0.95 | 0.08 |
| HSL | 72.65º | 0.9% | 0.48% | - |
| HSV(B) | 72.65º | 0.95% | 0.92% | - |
| XYZ | 50.51 | 70.13 | 11.22 | - |
| YUV | 195.53 | 24.43 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 12 | 0.2 | 0 | 0.95 | 0.08 | 72.65 | 0.9 | 0.48 |
| Hex | BC | EB | C | 14 | 0 | 5F | 8 | 49 | 5A | 30 |
| Octal | 274 | 353 | 14 | 24 | 0 | 137 | 10 | 111 | 132 | 60 |
| Binary | 10111100 | 11101011 | 1100 | 10100 | 0 | 1011111 | 1000 | 1001001 | 1011010 | 110000 |
Color Harmonies of #BCEB0C
Complementary color
Monochromatic Colors of #BCEB0C
Black with #BCEB0C
Text Example
Text Example
White with #BCEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB0C; }
p { color: rgb(188,235,12); }
H1.HeaderClassName
{
color: #BCEB0C;
}
.AnyTagClassName
{
color: #BCEB0C;
}
</style>
background-color css
<style>
a { background-color: #BCEB0C; }
a { background-color: rgb(188,235,12); }
div.DivClassName
{
background-color: #BCEB0C;
}
.BgClassName
{
background-color: #BCEB0C;
}
</style>
border-color css
<style>
span { border-color: #BCEB0C; }
span { border-color: rgb(188,235,12); }
td.TdClassName
{
border-color: #BCEB0C;
}
.TagClassName
{
border-color: #BCEB0C;
}
</style>