Shades of Inch Worm #BCE20C
Tints of Inch Worm #BCE20C
RGB
CMYK
RGB Variations
Color information
#BCE20C (or 0xBCE20C) is known color: Inch Worm. HEX triplet: BC, E2 and 0C. RGB value is (188,226,12). Sum of RGB (Red+Green+Blue) = 188+226+12=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE20C is #431DF3. Grayscale: #BFBFBF. Windows color (decimal): -4398580 or 844476. OLE color: 844476.
HSL color Cylindrical-coordinate representation of color #BCE20C: hue angle of 70.65º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCE20C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.11 |
| HSL | 70.65º | 0.9% | 0.47% | - |
| HSV(B) | 70.65º | 0.95% | 0.89% | - |
| XYZ | 48 | 65.11 | 10.39 | - |
| YUV | 190.24 | 27.41 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 12 | 0.17 | 0 | 0.95 | 0.11 | 70.65 | 0.9 | 0.47 |
| Hex | BC | E2 | C | 11 | 0 | 5F | B | 47 | 5A | 2F |
| Octal | 274 | 342 | 14 | 21 | 0 | 137 | 13 | 107 | 132 | 57 |
| Binary | 10111100 | 11100010 | 1100 | 10001 | 0 | 1011111 | 1011 | 1000111 | 1011010 | 101111 |
Color Harmonies of #BCE20C
Complementary color
Monochromatic Colors of #BCE20C
Black with #BCE20C
Text Example
Text Example
White with #BCE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE20C; }
p { color: rgb(188,226,12); }
H1.HeaderClassName
{
color: #BCE20C;
}
.AnyTagClassName
{
color: #BCE20C;
}
</style>
background-color css
<style>
a { background-color: #BCE20C; }
a { background-color: rgb(188,226,12); }
div.DivClassName
{
background-color: #BCE20C;
}
.BgClassName
{
background-color: #BCE20C;
}
</style>
border-color css
<style>
span { border-color: #BCE20C; }
span { border-color: rgb(188,226,12); }
td.TdClassName
{
border-color: #BCE20C;
}
.TagClassName
{
border-color: #BCE20C;
}
</style>