Shades of Inch Worm #BCE81B
Tints of Inch Worm #BCE81B
RGB
CMYK
RGB Variations
Color information
#BCE81B (or 0xBCE81B) is known color: Inch Worm. HEX triplet: BC, E8 and 1B. RGB value is (188,232,27). Sum of RGB (Red+Green+Blue) = 188+232+27=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE81B is #4317E4. Grayscale: #C4C4C4. Windows color (decimal): -4397029 or 1829052. OLE color: 1829052.
HSL color Cylindrical-coordinate representation of color #BCE81B: hue angle of 72.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCE81B is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 27 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.09 |
| HSL | 72.88º | 0.82% | 0.51% | - |
| HSV(B) | 72.88º | 0.88% | 0.91% | - |
| XYZ | 49.79 | 68.48 | 11.63 | - |
| YUV | 195.47 | 32.92 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 27 | 0.19 | 0 | 0.88 | 0.09 | 72.88 | 0.82 | 0.51 |
| Hex | BC | E8 | 1B | 13 | 0 | 58 | 9 | 49 | 52 | 33 |
| Octal | 274 | 350 | 33 | 23 | 0 | 130 | 11 | 111 | 122 | 63 |
| Binary | 10111100 | 11101000 | 11011 | 10011 | 0 | 1011000 | 1001 | 1001001 | 1010010 | 110011 |
Color Harmonies of #BCE81B
Complementary color
Monochromatic Colors of #BCE81B
Black with #BCE81B
Text Example
Text Example
White with #BCE81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE81B; }
p { color: rgb(188,232,27); }
H1.HeaderClassName
{
color: #BCE81B;
}
.AnyTagClassName
{
color: #BCE81B;
}
</style>
background-color css
<style>
a { background-color: #BCE81B; }
a { background-color: rgb(188,232,27); }
div.DivClassName
{
background-color: #BCE81B;
}
.BgClassName
{
background-color: #BCE81B;
}
</style>
border-color css
<style>
span { border-color: #BCE81B; }
span { border-color: rgb(188,232,27); }
td.TdClassName
{
border-color: #BCE81B;
}
.TagClassName
{
border-color: #BCE81B;
}
</style>