Shades of Inch Worm #BCE211
Tints of Inch Worm #BCE211
RGB
CMYK
RGB Variations
Color information
#BCE211 (or 0xBCE211) is known color: Inch Worm. HEX triplet: BC, E2 and 11. RGB value is (188,226,17). Sum of RGB (Red+Green+Blue) = 188+226+17=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE211 is #431DEE. Grayscale: #BFBFBF. Windows color (decimal): -4398575 or 1172156. OLE color: 1172156.
HSL color Cylindrical-coordinate representation of color #BCE211: hue angle of 70.91º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCE211 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 17 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.11 |
| HSL | 70.91º | 0.86% | 0.48% | - |
| HSV(B) | 70.91º | 0.92% | 0.89% | - |
| XYZ | 48.04 | 65.12 | 10.57 | - |
| YUV | 190.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 17 | 0.17 | 0 | 0.92 | 0.11 | 70.91 | 0.86 | 0.48 |
| Hex | BC | E2 | 11 | 11 | 0 | 5C | B | 47 | 56 | 30 |
| Octal | 274 | 342 | 21 | 21 | 0 | 134 | 13 | 107 | 126 | 60 |
| Binary | 10111100 | 11100010 | 10001 | 10001 | 0 | 1011100 | 1011 | 1000111 | 1010110 | 110000 |
Color Harmonies of #BCE211
Complementary color
Monochromatic Colors of #BCE211
Black with #BCE211
Text Example
Text Example
White with #BCE211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE211; }
p { color: rgb(188,226,17); }
H1.HeaderClassName
{
color: #BCE211;
}
.AnyTagClassName
{
color: #BCE211;
}
</style>
background-color css
<style>
a { background-color: #BCE211; }
a { background-color: rgb(188,226,17); }
div.DivClassName
{
background-color: #BCE211;
}
.BgClassName
{
background-color: #BCE211;
}
</style>
border-color css
<style>
span { border-color: #BCE211; }
span { border-color: rgb(188,226,17); }
td.TdClassName
{
border-color: #BCE211;
}
.TagClassName
{
border-color: #BCE211;
}
</style>