Shades of Inch Worm #BCE21C
Tints of Inch Worm #BCE21C
RGB
CMYK
RGB Variations
Color information
#BCE21C (or 0xBCE21C) is known color: Inch Worm. HEX triplet: BC, E2 and 1C. RGB value is (188,226,28). Sum of RGB (Red+Green+Blue) = 188+226+28=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 226 (88.67% from 255 or 51.13% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE21C is #431DE3. Grayscale: #C0C0C0. Windows color (decimal): -4398564 or 1893052. OLE color: 1893052.
HSL color Cylindrical-coordinate representation of color #BCE21C: hue angle of 71.52º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCE21C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 28 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.11 |
| HSL | 71.52º | 0.78% | 0.5% | - |
| HSV(B) | 71.52º | 0.88% | 0.89% | - |
| XYZ | 48.15 | 65.17 | 11.14 | - |
| YUV | 192.07 | 35.41 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 28 | 0.17 | 0 | 0.88 | 0.11 | 71.52 | 0.78 | 0.5 |
| Hex | BC | E2 | 1C | 11 | 0 | 58 | B | 48 | 4E | 32 |
| Octal | 274 | 342 | 34 | 21 | 0 | 130 | 13 | 110 | 116 | 62 |
| Binary | 10111100 | 11100010 | 11100 | 10001 | 0 | 1011000 | 1011 | 1001000 | 1001110 | 110010 |
Color Harmonies of #BCE21C
Complementary color
Monochromatic Colors of #BCE21C
Black with #BCE21C
Text Example
Text Example
White with #BCE21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE21C; }
p { color: rgb(188,226,28); }
H1.HeaderClassName
{
color: #BCE21C;
}
.AnyTagClassName
{
color: #BCE21C;
}
</style>
background-color css
<style>
a { background-color: #BCE21C; }
a { background-color: rgb(188,226,28); }
div.DivClassName
{
background-color: #BCE21C;
}
.BgClassName
{
background-color: #BCE21C;
}
</style>
border-color css
<style>
span { border-color: #BCE21C; }
span { border-color: rgb(188,226,28); }
td.TdClassName
{
border-color: #BCE21C;
}
.TagClassName
{
border-color: #BCE21C;
}
</style>