Shades of Inch Worm #BCE113
Tints of Inch Worm #BCE113
RGB
CMYK
RGB Variations
Color information
#BCE113 (or 0xBCE113) is known color: Inch Worm. HEX triplet: BC, E1 and 13. RGB value is (188,225,19). Sum of RGB (Red+Green+Blue) = 188+225+19=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE113 is #431EEC. Grayscale: #BFBFBF. Windows color (decimal): -4398829 or 1302972. OLE color: 1302972.
HSL color Cylindrical-coordinate representation of color #BCE113: hue angle of 70.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCE113 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.12 |
| HSL | 70.78º | 0.84% | 0.48% | - |
| HSV(B) | 70.78º | 0.92% | 0.88% | - |
| XYZ | 47.78 | 64.59 | 10.56 | - |
| YUV | 190.45 | 31.24 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 19 | 0.16 | 0 | 0.92 | 0.12 | 70.78 | 0.84 | 0.48 |
| Hex | BC | E1 | 13 | 10 | 0 | 5C | C | 47 | 54 | 30 |
| Octal | 274 | 341 | 23 | 20 | 0 | 134 | 14 | 107 | 124 | 60 |
| Binary | 10111100 | 11100001 | 10011 | 10000 | 0 | 1011100 | 1100 | 1000111 | 1010100 | 110000 |
Color Harmonies of #BCE113
Complementary color
Monochromatic Colors of #BCE113
Black with #BCE113
Text Example
Text Example
White with #BCE113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE113; }
p { color: rgb(188,225,19); }
H1.HeaderClassName
{
color: #BCE113;
}
.AnyTagClassName
{
color: #BCE113;
}
</style>
background-color css
<style>
a { background-color: #BCE113; }
a { background-color: rgb(188,225,19); }
div.DivClassName
{
background-color: #BCE113;
}
.BgClassName
{
background-color: #BCE113;
}
</style>
border-color css
<style>
span { border-color: #BCE113; }
span { border-color: rgb(188,225,19); }
td.TdClassName
{
border-color: #BCE113;
}
.TagClassName
{
border-color: #BCE113;
}
</style>