Shades of Inch Worm #BCE102
Tints of Inch Worm #BCE102
RGB
CMYK
RGB Variations
Color information
#BCE102 (or 0xBCE102) is known color: Inch Worm. HEX triplet: BC, E1 and 02. RGB value is (188,225,2). Sum of RGB (Red+Green+Blue) = 188+225+2=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE102 is #431EFD. Grayscale: #BDBDBD. Windows color (decimal): -4398846 or 188860. OLE color: 188860.
HSL color Cylindrical-coordinate representation of color #BCE102: hue angle of 69.96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCE102 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.12 |
| HSL | 69.96º | 0.98% | 0.45% | - |
| HSV(B) | 69.96º | 0.99% | 0.88% | - |
| XYZ | 47.68 | 64.55 | 10 | - |
| YUV | 188.52 | 22.74 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 2 | 0.16 | 0 | 0.99 | 0.12 | 69.96 | 0.98 | 0.45 |
| Hex | BC | E1 | 2 | 10 | 0 | 63 | C | 46 | 62 | 2D |
| Octal | 274 | 341 | 2 | 20 | 0 | 143 | 14 | 106 | 142 | 55 |
| Binary | 10111100 | 11100001 | 10 | 10000 | 0 | 1100011 | 1100 | 1000110 | 1100010 | 101101 |
Color Harmonies of #BCE102
Complementary color
Monochromatic Colors of #BCE102
Black with #BCE102
Text Example
Text Example
White with #BCE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE102; }
p { color: rgb(188,225,2); }
H1.HeaderClassName
{
color: #BCE102;
}
.AnyTagClassName
{
color: #BCE102;
}
</style>
background-color css
<style>
a { background-color: #BCE102; }
a { background-color: rgb(188,225,2); }
div.DivClassName
{
background-color: #BCE102;
}
.BgClassName
{
background-color: #BCE102;
}
</style>
border-color css
<style>
span { border-color: #BCE102; }
span { border-color: rgb(188,225,2); }
td.TdClassName
{
border-color: #BCE102;
}
.TagClassName
{
border-color: #BCE102;
}
</style>