Shades of Inch Worm #BCE311
Tints of Inch Worm #BCE311
RGB
CMYK
RGB Variations
Color information
#BCE311 (or 0xBCE311) is known color: Inch Worm. HEX triplet: BC, E3 and 11. RGB value is (188,227,17). Sum of RGB (Red+Green+Blue) = 188+227+17=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE311 is #431CEE. Grayscale: #C0C0C0. Windows color (decimal): -4398319 or 1172412. OLE color: 1172412.
HSL color Cylindrical-coordinate representation of color #BCE311: hue angle of 71.14º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE311 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.11 |
| HSL | 71.14º | 0.86% | 0.48% | - |
| HSV(B) | 71.14º | 0.93% | 0.89% | - |
| XYZ | 48.31 | 65.67 | 10.66 | - |
| YUV | 191.4 | 29.58 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 17 | 0.17 | 0 | 0.93 | 0.11 | 71.14 | 0.86 | 0.48 |
| Hex | BC | E3 | 11 | 11 | 0 | 5D | B | 47 | 56 | 30 |
| Octal | 274 | 343 | 21 | 21 | 0 | 135 | 13 | 107 | 126 | 60 |
| Binary | 10111100 | 11100011 | 10001 | 10001 | 0 | 1011101 | 1011 | 1000111 | 1010110 | 110000 |
Color Harmonies of #BCE311
Complementary color
Monochromatic Colors of #BCE311
Black with #BCE311
Text Example
Text Example
White with #BCE311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE311; }
p { color: rgb(188,227,17); }
H1.HeaderClassName
{
color: #BCE311;
}
.AnyTagClassName
{
color: #BCE311;
}
</style>
background-color css
<style>
a { background-color: #BCE311; }
a { background-color: rgb(188,227,17); }
div.DivClassName
{
background-color: #BCE311;
}
.BgClassName
{
background-color: #BCE311;
}
</style>
border-color css
<style>
span { border-color: #BCE311; }
span { border-color: rgb(188,227,17); }
td.TdClassName
{
border-color: #BCE311;
}
.TagClassName
{
border-color: #BCE311;
}
</style>