Shades of Inch Worm #BCE605
Tints of Inch Worm #BCE605
RGB
CMYK
RGB Variations
Color information
#BCE605 (or 0xBCE605) is known color: Inch Worm. HEX triplet: BC, E6 and 05. RGB value is (188,230,5). Sum of RGB (Red+Green+Blue) = 188+230+5=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE605 is #4319FA. Grayscale: #C0C0C0. Windows color (decimal): -4397563 or 386748. OLE color: 386748.
HSL color Cylindrical-coordinate representation of color #BCE605: hue angle of 71.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCE605 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.10 |
| HSL | 71.2º | 0.96% | 0.46% | - |
| HSV(B) | 71.2º | 0.98% | 0.9% | - |
| XYZ | 49.06 | 67.3 | 10.55 | - |
| YUV | 191.79 | 22.59 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 5 | 0.18 | 0 | 0.98 | 0.10 | 71.2 | 0.96 | 0.46 |
| Hex | BC | E6 | 5 | 12 | 0 | 62 | A | 47 | 60 | 2E |
| Octal | 274 | 346 | 5 | 22 | 0 | 142 | 12 | 107 | 140 | 56 |
| Binary | 10111100 | 11100110 | 101 | 10010 | 0 | 1100010 | 1010 | 1000111 | 1100000 | 101110 |
Color Harmonies of #BCE605
Complementary color
Monochromatic Colors of #BCE605
Black with #BCE605
Text Example
Text Example
White with #BCE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE605; }
p { color: rgb(188,230,5); }
H1.HeaderClassName
{
color: #BCE605;
}
.AnyTagClassName
{
color: #BCE605;
}
</style>
background-color css
<style>
a { background-color: #BCE605; }
a { background-color: rgb(188,230,5); }
div.DivClassName
{
background-color: #BCE605;
}
.BgClassName
{
background-color: #BCE605;
}
</style>
border-color css
<style>
span { border-color: #BCE605; }
span { border-color: rgb(188,230,5); }
td.TdClassName
{
border-color: #BCE605;
}
.TagClassName
{
border-color: #BCE605;
}
</style>