Shades of Inch Worm #BCE119
Tints of Inch Worm #BCE119
RGB
CMYK
RGB Variations
Color information
#BCE119 (or 0xBCE119) is known color: Inch Worm. HEX triplet: BC, E1 and 19. RGB value is (188,225,25). Sum of RGB (Red+Green+Blue) = 188+225+25=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE119 is #431EE6. Grayscale: #BFBFBF. Windows color (decimal): -4398823 or 1696188. OLE color: 1696188.
HSL color Cylindrical-coordinate representation of color #BCE119: hue angle of 71.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCE119 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 25 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.12 |
| HSL | 71.1º | 0.8% | 0.49% | - |
| HSV(B) | 71.1º | 0.89% | 0.88% | - |
| XYZ | 47.84 | 64.61 | 10.87 | - |
| YUV | 191.14 | 34.24 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 25 | 0.16 | 0 | 0.89 | 0.12 | 71.1 | 0.8 | 0.49 |
| Hex | BC | E1 | 19 | 10 | 0 | 59 | C | 47 | 50 | 31 |
| Octal | 274 | 341 | 31 | 20 | 0 | 131 | 14 | 107 | 120 | 61 |
| Binary | 10111100 | 11100001 | 11001 | 10000 | 0 | 1011001 | 1100 | 1000111 | 1010000 | 110001 |
Color Harmonies of #BCE119
Complementary color
Monochromatic Colors of #BCE119
Black with #BCE119
Text Example
Text Example
White with #BCE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE119; }
p { color: rgb(188,225,25); }
H1.HeaderClassName
{
color: #BCE119;
}
.AnyTagClassName
{
color: #BCE119;
}
</style>
background-color css
<style>
a { background-color: #BCE119; }
a { background-color: rgb(188,225,25); }
div.DivClassName
{
background-color: #BCE119;
}
.BgClassName
{
background-color: #BCE119;
}
</style>
border-color css
<style>
span { border-color: #BCE119; }
span { border-color: rgb(188,225,25); }
td.TdClassName
{
border-color: #BCE119;
}
.TagClassName
{
border-color: #BCE119;
}
</style>