Shades of Inch Worm #B0E816
Tints of Inch Worm #B0E816
RGB
CMYK
RGB Variations
Color information
#B0E816 (or 0xB0E816) is known color: Inch Worm. HEX triplet: B0, E8 and 16. RGB value is (176,232,22). Sum of RGB (Red+Green+Blue) = 176+232+22=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E816 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0E816 is #4F17E9. Grayscale: #C0C0C0. Windows color (decimal): -5183466 or 1501360. OLE color: 1501360.
HSL color Cylindrical-coordinate representation of color #B0E816: hue angle of 76º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0E816 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 22 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.09 |
| HSL | 76º | 0.83% | 0.5% | - |
| HSV(B) | 76º | 0.91% | 0.91% | - |
| XYZ | 46.91 | 67 | 11.22 | - |
| YUV | 191.32 | 32.45 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 22 | 0.24 | 0 | 0.91 | 0.09 | 76 | 0.83 | 0.5 |
| Hex | B0 | E8 | 16 | 18 | 0 | 5B | 9 | 4C | 53 | 32 |
| Octal | 260 | 350 | 26 | 30 | 0 | 133 | 11 | 114 | 123 | 62 |
| Binary | 10110000 | 11101000 | 10110 | 11000 | 0 | 1011011 | 1001 | 1001100 | 1010011 | 110010 |
Color Harmonies of #B0E816
Complementary color
Monochromatic Colors of #B0E816
Black with #B0E816
Text Example
Text Example
White with #B0E816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E816; }
p { color: rgb(176,232,22); }
H1.HeaderClassName
{
color: #B0E816;
}
.AnyTagClassName
{
color: #B0E816;
}
</style>
background-color css
<style>
a { background-color: #B0E816; }
a { background-color: rgb(176,232,22); }
div.DivClassName
{
background-color: #B0E816;
}
.BgClassName
{
background-color: #B0E816;
}
</style>
border-color css
<style>
span { border-color: #B0E816; }
span { border-color: rgb(176,232,22); }
td.TdClassName
{
border-color: #B0E816;
}
.TagClassName
{
border-color: #B0E816;
}
</style>