Shades of Inch Worm #B0EC26
Tints of Inch Worm #B0EC26
RGB
CMYK
RGB Variations
Color information
#B0EC26 (or 0xB0EC26) is known color: Inch Worm. HEX triplet: B0, EC and 26. RGB value is (176,236,38). Sum of RGB (Red+Green+Blue) = 176+236+38=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EC26 is #4F13D9. Grayscale: #C4C4C4. Windows color (decimal): -5182426 or 2550960. OLE color: 2550960.
HSL color Cylindrical-coordinate representation of color #B0EC26: hue angle of 78.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0EC26 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 38 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.07 |
| HSL | 78.18º | 0.84% | 0.54% | - |
| HSV(B) | 78.18º | 0.84% | 0.93% | - |
| XYZ | 48.25 | 69.36 | 12.68 | - |
| YUV | 195.49 | 39.12 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 38 | 0.25 | 0 | 0.84 | 0.07 | 78.18 | 0.84 | 0.54 |
| Hex | B0 | EC | 26 | 19 | 0 | 54 | 7 | 4E | 54 | 36 |
| Octal | 260 | 354 | 46 | 31 | 0 | 124 | 7 | 116 | 124 | 66 |
| Binary | 10110000 | 11101100 | 100110 | 11001 | 0 | 1010100 | 111 | 1001110 | 1010100 | 110110 |
Color Harmonies of #B0EC26
Complementary color
Monochromatic Colors of #B0EC26
Black with #B0EC26
Text Example
Text Example
White with #B0EC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC26; }
p { color: rgb(176,236,38); }
H1.HeaderClassName
{
color: #B0EC26;
}
.AnyTagClassName
{
color: #B0EC26;
}
</style>
background-color css
<style>
a { background-color: #B0EC26; }
a { background-color: rgb(176,236,38); }
div.DivClassName
{
background-color: #B0EC26;
}
.BgClassName
{
background-color: #B0EC26;
}
</style>
border-color css
<style>
span { border-color: #B0EC26; }
span { border-color: rgb(176,236,38); }
td.TdClassName
{
border-color: #B0EC26;
}
.TagClassName
{
border-color: #B0EC26;
}
</style>