Shades of Inch Worm #BCE408
Tints of Inch Worm #BCE408
RGB
CMYK
RGB Variations
Color information
#BCE408 (or 0xBCE408) is known color: Inch Worm. HEX triplet: BC, E4 and 08. RGB value is (188,228,8). Sum of RGB (Red+Green+Blue) = 188+228+8=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE408 is #431BF7. Grayscale: #BFBFBF. Windows color (decimal): -4398072 or 582844. OLE color: 582844.
HSL color Cylindrical-coordinate representation of color #BCE408: hue angle of 70.91º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCE408 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.11 |
| HSL | 70.91º | 0.93% | 0.46% | - |
| HSV(B) | 70.91º | 0.96% | 0.89% | - |
| XYZ | 48.53 | 66.2 | 10.45 | - |
| YUV | 190.96 | 24.75 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 8 | 0.18 | 0 | 0.96 | 0.11 | 70.91 | 0.93 | 0.46 |
| Hex | BC | E4 | 8 | 12 | 0 | 60 | B | 47 | 5D | 2E |
| Octal | 274 | 344 | 10 | 22 | 0 | 140 | 13 | 107 | 135 | 56 |
| Binary | 10111100 | 11100100 | 1000 | 10010 | 0 | 1100000 | 1011 | 1000111 | 1011101 | 101110 |
Color Harmonies of #BCE408
Complementary color
Monochromatic Colors of #BCE408
Black with #BCE408
Text Example
Text Example
White with #BCE408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE408; }
p { color: rgb(188,228,8); }
H1.HeaderClassName
{
color: #BCE408;
}
.AnyTagClassName
{
color: #BCE408;
}
</style>
background-color css
<style>
a { background-color: #BCE408; }
a { background-color: rgb(188,228,8); }
div.DivClassName
{
background-color: #BCE408;
}
.BgClassName
{
background-color: #BCE408;
}
</style>
border-color css
<style>
span { border-color: #BCE408; }
span { border-color: rgb(188,228,8); }
td.TdClassName
{
border-color: #BCE408;
}
.TagClassName
{
border-color: #BCE408;
}
</style>