Shades of Inch Worm #B0EA19
Tints of Inch Worm #B0EA19
RGB
CMYK
RGB Variations
Color information
#B0EA19 (or 0xB0EA19) is known color: Inch Worm. HEX triplet: B0, EA and 19. RGB value is (176,234,25). Sum of RGB (Red+Green+Blue) = 176+234+25=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EA19 is #4F15E6. Grayscale: #C1C1C1. Windows color (decimal): -5182951 or 1698480. OLE color: 1698480.
HSL color Cylindrical-coordinate representation of color #B0EA19: hue angle of 76.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0EA19 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 25 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.08 |
| HSL | 76.65º | 0.83% | 0.51% | - |
| HSV(B) | 76.65º | 0.89% | 0.92% | - |
| XYZ | 47.5 | 68.15 | 11.57 | - |
| YUV | 192.83 | 33.28 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 25 | 0.25 | 0 | 0.89 | 0.08 | 76.65 | 0.83 | 0.51 |
| Hex | B0 | EA | 19 | 19 | 0 | 59 | 8 | 4D | 53 | 33 |
| Octal | 260 | 352 | 31 | 31 | 0 | 131 | 10 | 115 | 123 | 63 |
| Binary | 10110000 | 11101010 | 11001 | 11001 | 0 | 1011001 | 1000 | 1001101 | 1010011 | 110011 |
Color Harmonies of #B0EA19
Complementary color
Monochromatic Colors of #B0EA19
Black with #B0EA19
Text Example
Text Example
White with #B0EA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EA19; }
p { color: rgb(176,234,25); }
H1.HeaderClassName
{
color: #B0EA19;
}
.AnyTagClassName
{
color: #B0EA19;
}
</style>
background-color css
<style>
a { background-color: #B0EA19; }
a { background-color: rgb(176,234,25); }
div.DivClassName
{
background-color: #B0EA19;
}
.BgClassName
{
background-color: #B0EA19;
}
</style>
border-color css
<style>
span { border-color: #B0EA19; }
span { border-color: rgb(176,234,25); }
td.TdClassName
{
border-color: #B0EA19;
}
.TagClassName
{
border-color: #B0EA19;
}
</style>