Shades of Inch Worm #BCE307
Tints of Inch Worm #BCE307
RGB
CMYK
RGB Variations
Color information
#BCE307 (or 0xBCE307) is known color: Inch Worm. HEX triplet: BC, E3 and 07. RGB value is (188,227,7). Sum of RGB (Red+Green+Blue) = 188+227+7=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE307 is #431CF8. Grayscale: #BFBFBF. Windows color (decimal): -4398329 or 517052. OLE color: 517052.
HSL color Cylindrical-coordinate representation of color #BCE307: hue angle of 70.64º degrees, saturation: 0.94, 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 #BCE307 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.11 |
| HSL | 70.64º | 0.94% | 0.46% | - |
| HSV(B) | 70.64º | 0.97% | 0.89% | - |
| XYZ | 48.25 | 65.64 | 10.33 | - |
| YUV | 190.26 | 24.58 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 7 | 0.17 | 0 | 0.97 | 0.11 | 70.64 | 0.94 | 0.46 |
| Hex | BC | E3 | 7 | 11 | 0 | 61 | B | 47 | 5E | 2E |
| Octal | 274 | 343 | 7 | 21 | 0 | 141 | 13 | 107 | 136 | 56 |
| Binary | 10111100 | 11100011 | 111 | 10001 | 0 | 1100001 | 1011 | 1000111 | 1011110 | 101110 |
Color Harmonies of #BCE307
Complementary color
Monochromatic Colors of #BCE307
Black with #BCE307
Text Example
Text Example
White with #BCE307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE307; }
p { color: rgb(188,227,7); }
H1.HeaderClassName
{
color: #BCE307;
}
.AnyTagClassName
{
color: #BCE307;
}
</style>
background-color css
<style>
a { background-color: #BCE307; }
a { background-color: rgb(188,227,7); }
div.DivClassName
{
background-color: #BCE307;
}
.BgClassName
{
background-color: #BCE307;
}
</style>
border-color css
<style>
span { border-color: #BCE307; }
span { border-color: rgb(188,227,7); }
td.TdClassName
{
border-color: #BCE307;
}
.TagClassName
{
border-color: #BCE307;
}
</style>