Shades of Inch Worm #BCE608
Tints of Inch Worm #BCE608
RGB
CMYK
RGB Variations
Color information
#BCE608 (or 0xBCE608) is known color: Inch Worm. HEX triplet: BC, E6 and 08. RGB value is (188,230,8). Sum of RGB (Red+Green+Blue) = 188+230+8=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE608 is #4319F7. Grayscale: #C0C0C0. Windows color (decimal): -4397560 or 583356. OLE color: 583356.
HSL color Cylindrical-coordinate representation of color #BCE608: hue angle of 71.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCE608 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 8 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.10 |
| HSL | 71.35º | 0.93% | 0.47% | - |
| HSV(B) | 71.35º | 0.97% | 0.9% | - |
| XYZ | 49.08 | 67.3 | 10.63 | - |
| YUV | 192.13 | 24.09 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 8 | 0.18 | 0 | 0.97 | 0.10 | 71.35 | 0.93 | 0.47 |
| Hex | BC | E6 | 8 | 12 | 0 | 61 | A | 47 | 5D | 2F |
| Octal | 274 | 346 | 10 | 22 | 0 | 141 | 12 | 107 | 135 | 57 |
| Binary | 10111100 | 11100110 | 1000 | 10010 | 0 | 1100001 | 1010 | 1000111 | 1011101 | 101111 |
Color Harmonies of #BCE608
Complementary color
Monochromatic Colors of #BCE608
Black with #BCE608
Text Example
Text Example
White with #BCE608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE608; }
p { color: rgb(188,230,8); }
H1.HeaderClassName
{
color: #BCE608;
}
.AnyTagClassName
{
color: #BCE608;
}
</style>
background-color css
<style>
a { background-color: #BCE608; }
a { background-color: rgb(188,230,8); }
div.DivClassName
{
background-color: #BCE608;
}
.BgClassName
{
background-color: #BCE608;
}
</style>
border-color css
<style>
span { border-color: #BCE608; }
span { border-color: rgb(188,230,8); }
td.TdClassName
{
border-color: #BCE608;
}
.TagClassName
{
border-color: #BCE608;
}
</style>