Shades of Inch Worm #BCE701
Tints of Inch Worm #BCE701
RGB
CMYK
RGB Variations
Color information
#BCE701 (or 0xBCE701) is known color: Inch Worm. HEX triplet: BC, E7 and 01. RGB value is (188,231,1). Sum of RGB (Red+Green+Blue) = 188+231+1=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE701 is #4318FE. Grayscale: #C0C0C0. Windows color (decimal): -4397311 or 124860. OLE color: 124860.
HSL color Cylindrical-coordinate representation of color #BCE701: hue angle of 71.22º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE701 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.09 |
| HSL | 71.22º | 0.99% | 0.45% | - |
| HSV(B) | 71.22º | 1% | 0.91% | - |
| XYZ | 49.32 | 67.85 | 10.52 | - |
| YUV | 191.92 | 20.25 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 1 | 0.19 | 0 | 1.00 | 0.09 | 71.22 | 0.99 | 0.45 |
| Hex | BC | E7 | 1 | 13 | 0 | 64 | 9 | 47 | 63 | 2D |
| Octal | 274 | 347 | 1 | 23 | 0 | 144 | 11 | 107 | 143 | 55 |
| Binary | 10111100 | 11100111 | 1 | 10011 | 0 | 1100100 | 1001 | 1000111 | 1100011 | 101101 |
Color Harmonies of #BCE701
Complementary color
Monochromatic Colors of #BCE701
Black with #BCE701
Text Example
Text Example
White with #BCE701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE701; }
p { color: rgb(188,231,1); }
H1.HeaderClassName
{
color: #BCE701;
}
.AnyTagClassName
{
color: #BCE701;
}
</style>
background-color css
<style>
a { background-color: #BCE701; }
a { background-color: rgb(188,231,1); }
div.DivClassName
{
background-color: #BCE701;
}
.BgClassName
{
background-color: #BCE701;
}
</style>
border-color css
<style>
span { border-color: #BCE701; }
span { border-color: rgb(188,231,1); }
td.TdClassName
{
border-color: #BCE701;
}
.TagClassName
{
border-color: #BCE701;
}
</style>