Shades of Inch Worm #BCE20F
Tints of Inch Worm #BCE20F
RGB
CMYK
RGB Variations
Color information
#BCE20F (or 0xBCE20F) is known color: Inch Worm. HEX triplet: BC, E2 and 0F. RGB value is (188,226,15). Sum of RGB (Red+Green+Blue) = 188+226+15=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE20F is #431DF0. Grayscale: #BFBFBF. Windows color (decimal): -4398577 or 1041084. OLE color: 1041084.
HSL color Cylindrical-coordinate representation of color #BCE20F: hue angle of 70.81º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE20F is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 15 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.11 |
| HSL | 70.81º | 0.88% | 0.47% | - |
| HSV(B) | 70.81º | 0.93% | 0.89% | - |
| XYZ | 48.02 | 65.12 | 10.49 | - |
| YUV | 190.58 | 28.91 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 15 | 0.17 | 0 | 0.93 | 0.11 | 70.81 | 0.88 | 0.47 |
| Hex | BC | E2 | F | 11 | 0 | 5D | B | 47 | 58 | 2F |
| Octal | 274 | 342 | 17 | 21 | 0 | 135 | 13 | 107 | 130 | 57 |
| Binary | 10111100 | 11100010 | 1111 | 10001 | 0 | 1011101 | 1011 | 1000111 | 1011000 | 101111 |
Color Harmonies of #BCE20F
Complementary color
Monochromatic Colors of #BCE20F
Black with #BCE20F
Text Example
Text Example
White with #BCE20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE20F; }
p { color: rgb(188,226,15); }
H1.HeaderClassName
{
color: #BCE20F;
}
.AnyTagClassName
{
color: #BCE20F;
}
</style>
background-color css
<style>
a { background-color: #BCE20F; }
a { background-color: rgb(188,226,15); }
div.DivClassName
{
background-color: #BCE20F;
}
.BgClassName
{
background-color: #BCE20F;
}
</style>
border-color css
<style>
span { border-color: #BCE20F; }
span { border-color: rgb(188,226,15); }
td.TdClassName
{
border-color: #BCE20F;
}
.TagClassName
{
border-color: #BCE20F;
}
</style>