Shades of Inch Worm #BCE10E
Tints of Inch Worm #BCE10E
RGB
CMYK
RGB Variations
Color information
#BCE10E (or 0xBCE10E) is known color: Inch Worm. HEX triplet: BC, E1 and 0E. RGB value is (188,225,14). Sum of RGB (Red+Green+Blue) = 188+225+14=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE10E is #431EF1. Grayscale: #BEBEBE. Windows color (decimal): -4398834 or 975292. OLE color: 975292.
HSL color Cylindrical-coordinate representation of color #BCE10E: hue angle of 70.52º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCE10E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.12 |
| HSL | 70.52º | 0.88% | 0.47% | - |
| HSV(B) | 70.52º | 0.94% | 0.88% | - |
| XYZ | 47.74 | 64.57 | 10.36 | - |
| YUV | 189.88 | 28.74 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 14 | 0.16 | 0 | 0.94 | 0.12 | 70.52 | 0.88 | 0.47 |
| Hex | BC | E1 | E | 10 | 0 | 5E | C | 47 | 58 | 2F |
| Octal | 274 | 341 | 16 | 20 | 0 | 136 | 14 | 107 | 130 | 57 |
| Binary | 10111100 | 11100001 | 1110 | 10000 | 0 | 1011110 | 1100 | 1000111 | 1011000 | 101111 |
Color Harmonies of #BCE10E
Complementary color
Monochromatic Colors of #BCE10E
Black with #BCE10E
Text Example
Text Example
White with #BCE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE10E; }
p { color: rgb(188,225,14); }
H1.HeaderClassName
{
color: #BCE10E;
}
.AnyTagClassName
{
color: #BCE10E;
}
</style>
background-color css
<style>
a { background-color: #BCE10E; }
a { background-color: rgb(188,225,14); }
div.DivClassName
{
background-color: #BCE10E;
}
.BgClassName
{
background-color: #BCE10E;
}
</style>
border-color css
<style>
span { border-color: #BCE10E; }
span { border-color: rgb(188,225,14); }
td.TdClassName
{
border-color: #BCE10E;
}
.TagClassName
{
border-color: #BCE10E;
}
</style>