Shades of Inch Worm #BCE419
Tints of Inch Worm #BCE419
RGB
CMYK
RGB Variations
Color information
#BCE419 (or 0xBCE419) is known color: Inch Worm. HEX triplet: BC, E4 and 19. RGB value is (188,228,25). Sum of RGB (Red+Green+Blue) = 188+228+25=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE419 is #431BE6. Grayscale: #C1C1C1. Windows color (decimal): -4398055 or 1696956. OLE color: 1696956.
HSL color Cylindrical-coordinate representation of color #BCE419: hue angle of 71.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCE419 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 25 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.11 |
| HSL | 71.82º | 0.8% | 0.5% | - |
| HSV(B) | 71.82º | 0.89% | 0.89% | - |
| XYZ | 48.66 | 66.25 | 11.14 | - |
| YUV | 192.9 | 33.25 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 25 | 0.18 | 0 | 0.89 | 0.11 | 71.82 | 0.8 | 0.5 |
| Hex | BC | E4 | 19 | 12 | 0 | 59 | B | 48 | 50 | 32 |
| Octal | 274 | 344 | 31 | 22 | 0 | 131 | 13 | 110 | 120 | 62 |
| Binary | 10111100 | 11100100 | 11001 | 10010 | 0 | 1011001 | 1011 | 1001000 | 1010000 | 110010 |
Color Harmonies of #BCE419
Complementary color
Monochromatic Colors of #BCE419
Black with #BCE419
Text Example
Text Example
White with #BCE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE419; }
p { color: rgb(188,228,25); }
H1.HeaderClassName
{
color: #BCE419;
}
.AnyTagClassName
{
color: #BCE419;
}
</style>
background-color css
<style>
a { background-color: #BCE419; }
a { background-color: rgb(188,228,25); }
div.DivClassName
{
background-color: #BCE419;
}
.BgClassName
{
background-color: #BCE419;
}
</style>
border-color css
<style>
span { border-color: #BCE419; }
span { border-color: rgb(188,228,25); }
td.TdClassName
{
border-color: #BCE419;
}
.TagClassName
{
border-color: #BCE419;
}
</style>