Shades of Inch Worm #BCE600
Tints of Inch Worm #BCE600
RGB
CMYK
RGB Variations
Color information
#BCE600 (or 0xBCE600) is known color: Inch Worm. HEX triplet: BC, E6 and 00. RGB value is (188,230,0). Sum of RGB (Red+Green+Blue) = 188+230+0=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 230 (90.23% from 255 or 55.02% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE600 is #4319FF. Grayscale: #C0C0C0. Windows color (decimal): -4397568 or 59068. OLE color: 59068.
HSL color Cylindrical-coordinate representation of color #BCE600: hue angle of 70.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE600 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.10 |
| HSL | 70.96º | 1% | 0.45% | - |
| HSV(B) | 70.96º | 1% | 0.9% | - |
| XYZ | 49.04 | 67.29 | 10.4 | - |
| YUV | 191.22 | 20.09 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 0 | 0.18 | 0 | 1 | 0.10 | 70.96 | 1 | 0.45 |
| Hex | BC | E6 | 0 | 12 | 0 | 64 | A | 47 | 64 | 2D |
| Octal | 274 | 346 | 0 | 22 | 0 | 144 | 12 | 107 | 144 | 55 |
| Binary | 10111100 | 11100110 | 0 | 10010 | 0 | 1100100 | 1010 | 1000111 | 1100100 | 101101 |
Color Harmonies of #BCE600
Complementary color
Monochromatic Colors of #BCE600
Black with #BCE600
Text Example
Text Example
White with #BCE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE600; }
p { color: rgb(188,230,0); }
H1.HeaderClassName
{
color: #BCE600;
}
.AnyTagClassName
{
color: #BCE600;
}
</style>
background-color css
<style>
a { background-color: #BCE600; }
a { background-color: rgb(188,230,0); }
div.DivClassName
{
background-color: #BCE600;
}
.BgClassName
{
background-color: #BCE600;
}
</style>
border-color css
<style>
span { border-color: #BCE600; }
span { border-color: rgb(188,230,0); }
td.TdClassName
{
border-color: #BCE600;
}
.TagClassName
{
border-color: #BCE600;
}
</style>