Shades of Inch Worm #BCE71B
Tints of Inch Worm #BCE71B
RGB
CMYK
RGB Variations
Color information
#BCE71B (or 0xBCE71B) is known color: Inch Worm. HEX triplet: BC, E7 and 1B. RGB value is (188,231,27). Sum of RGB (Red+Green+Blue) = 188+231+27=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE71B is #4318E4. Grayscale: #C3C3C3. Windows color (decimal): -4397285 or 1828796. OLE color: 1828796.
HSL color Cylindrical-coordinate representation of color #BCE71B: hue angle of 72.65º degrees, saturation: 0.81, 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 #BCE71B is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 27 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.09 |
| HSL | 72.65º | 0.81% | 0.51% | - |
| HSV(B) | 72.65º | 0.88% | 0.91% | - |
| XYZ | 49.51 | 67.92 | 11.54 | - |
| YUV | 194.89 | 33.25 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 27 | 0.19 | 0 | 0.88 | 0.09 | 72.65 | 0.81 | 0.51 |
| Hex | BC | E7 | 1B | 13 | 0 | 58 | 9 | 49 | 51 | 33 |
| Octal | 274 | 347 | 33 | 23 | 0 | 130 | 11 | 111 | 121 | 63 |
| Binary | 10111100 | 11100111 | 11011 | 10011 | 0 | 1011000 | 1001 | 1001001 | 1010001 | 110011 |
Color Harmonies of #BCE71B
Complementary color
Monochromatic Colors of #BCE71B
Black with #BCE71B
Text Example
Text Example
White with #BCE71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE71B; }
p { color: rgb(188,231,27); }
H1.HeaderClassName
{
color: #BCE71B;
}
.AnyTagClassName
{
color: #BCE71B;
}
</style>
background-color css
<style>
a { background-color: #BCE71B; }
a { background-color: rgb(188,231,27); }
div.DivClassName
{
background-color: #BCE71B;
}
.BgClassName
{
background-color: #BCE71B;
}
</style>
border-color css
<style>
span { border-color: #BCE71B; }
span { border-color: rgb(188,231,27); }
td.TdClassName
{
border-color: #BCE71B;
}
.TagClassName
{
border-color: #BCE71B;
}
</style>