Shades of Inch Worm #BCE110
Tints of Inch Worm #BCE110
RGB
CMYK
RGB Variations
Color information
#BCE110 (or 0xBCE110) is known color: Inch Worm. HEX triplet: BC, E1 and 10. RGB value is (188,225,16). Sum of RGB (Red+Green+Blue) = 188+225+16=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE110 is #431EEF. Grayscale: #BEBEBE. Windows color (decimal): -4398832 or 1106364. OLE color: 1106364.
HSL color Cylindrical-coordinate representation of color #BCE110: hue angle of 70.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE110 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.12 |
| HSL | 70.62º | 0.87% | 0.47% | - |
| HSV(B) | 70.62º | 0.93% | 0.88% | - |
| XYZ | 47.76 | 64.58 | 10.44 | - |
| YUV | 190.11 | 29.74 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 16 | 0.16 | 0 | 0.93 | 0.12 | 70.62 | 0.87 | 0.47 |
| Hex | BC | E1 | 10 | 10 | 0 | 5D | C | 47 | 57 | 2F |
| Octal | 274 | 341 | 20 | 20 | 0 | 135 | 14 | 107 | 127 | 57 |
| Binary | 10111100 | 11100001 | 10000 | 10000 | 0 | 1011101 | 1100 | 1000111 | 1010111 | 101111 |
Color Harmonies of #BCE110
Complementary color
Monochromatic Colors of #BCE110
Black with #BCE110
Text Example
Text Example
White with #BCE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE110; }
p { color: rgb(188,225,16); }
H1.HeaderClassName
{
color: #BCE110;
}
.AnyTagClassName
{
color: #BCE110;
}
</style>
background-color css
<style>
a { background-color: #BCE110; }
a { background-color: rgb(188,225,16); }
div.DivClassName
{
background-color: #BCE110;
}
.BgClassName
{
background-color: #BCE110;
}
</style>
border-color css
<style>
span { border-color: #BCE110; }
span { border-color: rgb(188,225,16); }
td.TdClassName
{
border-color: #BCE110;
}
.TagClassName
{
border-color: #BCE110;
}
</style>