Shades of Inch Worm #BCE306
Tints of Inch Worm #BCE306
RGB
CMYK
RGB Variations
Color information
#BCE306 (or 0xBCE306) is known color: Inch Worm. HEX triplet: BC, E3 and 06. RGB value is (188,227,6). Sum of RGB (Red+Green+Blue) = 188+227+6=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE306 is #431CF9. Grayscale: #BEBEBE. Windows color (decimal): -4398330 or 451516. OLE color: 451516.
HSL color Cylindrical-coordinate representation of color #BCE306: hue angle of 70.59º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCE306 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 6 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.11 |
| HSL | 70.59º | 0.95% | 0.46% | - |
| HSV(B) | 70.59º | 0.97% | 0.89% | - |
| XYZ | 48.24 | 65.64 | 10.3 | - |
| YUV | 190.15 | 24.08 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 6 | 0.17 | 0 | 0.97 | 0.11 | 70.59 | 0.95 | 0.46 |
| Hex | BC | E3 | 6 | 11 | 0 | 61 | B | 47 | 5F | 2E |
| Octal | 274 | 343 | 6 | 21 | 0 | 141 | 13 | 107 | 137 | 56 |
| Binary | 10111100 | 11100011 | 110 | 10001 | 0 | 1100001 | 1011 | 1000111 | 1011111 | 101110 |
Color Harmonies of #BCE306
Complementary color
Monochromatic Colors of #BCE306
Black with #BCE306
Text Example
Text Example
White with #BCE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE306; }
p { color: rgb(188,227,6); }
H1.HeaderClassName
{
color: #BCE306;
}
.AnyTagClassName
{
color: #BCE306;
}
</style>
background-color css
<style>
a { background-color: #BCE306; }
a { background-color: rgb(188,227,6); }
div.DivClassName
{
background-color: #BCE306;
}
.BgClassName
{
background-color: #BCE306;
}
</style>
border-color css
<style>
span { border-color: #BCE306; }
span { border-color: rgb(188,227,6); }
td.TdClassName
{
border-color: #BCE306;
}
.TagClassName
{
border-color: #BCE306;
}
</style>