Shades of Inch Worm #BCE41B
Tints of Inch Worm #BCE41B
RGB
CMYK
RGB Variations
Color information
#BCE41B (or 0xBCE41B) is known color: Inch Worm. HEX triplet: BC, E4 and 1B. RGB value is (188,228,27). Sum of RGB (Red+Green+Blue) = 188+228+27=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE41B is #431BE4. Grayscale: #C1C1C1. Windows color (decimal): -4398053 or 1828028. OLE color: 1828028.
HSL color Cylindrical-coordinate representation of color #BCE41B: hue angle of 71.94º degrees, saturation: 0.79, 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 #BCE41B is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 27 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.11 |
| HSL | 71.94º | 0.79% | 0.5% | - |
| HSV(B) | 71.94º | 0.88% | 0.89% | - |
| XYZ | 48.68 | 66.26 | 11.26 | - |
| YUV | 193.13 | 34.25 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 27 | 0.18 | 0 | 0.88 | 0.11 | 71.94 | 0.79 | 0.5 |
| Hex | BC | E4 | 1B | 12 | 0 | 58 | B | 48 | 4F | 32 |
| Octal | 274 | 344 | 33 | 22 | 0 | 130 | 13 | 110 | 117 | 62 |
| Binary | 10111100 | 11100100 | 11011 | 10010 | 0 | 1011000 | 1011 | 1001000 | 1001111 | 110010 |
Color Harmonies of #BCE41B
Complementary color
Monochromatic Colors of #BCE41B
Black with #BCE41B
Text Example
Text Example
White with #BCE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE41B; }
p { color: rgb(188,228,27); }
H1.HeaderClassName
{
color: #BCE41B;
}
.AnyTagClassName
{
color: #BCE41B;
}
</style>
background-color css
<style>
a { background-color: #BCE41B; }
a { background-color: rgb(188,228,27); }
div.DivClassName
{
background-color: #BCE41B;
}
.BgClassName
{
background-color: #BCE41B;
}
</style>
border-color css
<style>
span { border-color: #BCE41B; }
span { border-color: rgb(188,228,27); }
td.TdClassName
{
border-color: #BCE41B;
}
.TagClassName
{
border-color: #BCE41B;
}
</style>