Shades of Inch Worm #B0E908
Tints of Inch Worm #B0E908
RGB
CMYK
RGB Variations
Color information
#B0E908 (or 0xB0E908) is known color: Inch Worm. HEX triplet: B0, E9 and 08. RGB value is (176,233,8). Sum of RGB (Red+Green+Blue) = 176+233+8=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 233 (91.41% from 255 or 55.88% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0E908 is #4F16F7. Grayscale: #BFBFBF. Windows color (decimal): -5183224 or 584112. OLE color: 584112.
HSL color Cylindrical-coordinate representation of color #B0E908: hue angle of 75.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0E908 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 233 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.09 |
| HSL | 75.2º | 0.93% | 0.47% | - |
| HSV(B) | 75.2º | 0.97% | 0.91% | - |
| XYZ | 47.09 | 67.53 | 10.78 | - |
| YUV | 190.31 | 25.12 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 233 | 8 | 0.24 | 0 | 0.97 | 0.09 | 75.2 | 0.93 | 0.47 |
| Hex | B0 | E9 | 8 | 18 | 0 | 61 | 9 | 4B | 5D | 2F |
| Octal | 260 | 351 | 10 | 30 | 0 | 141 | 11 | 113 | 135 | 57 |
| Binary | 10110000 | 11101001 | 1000 | 11000 | 0 | 1100001 | 1001 | 1001011 | 1011101 | 101111 |
Color Harmonies of #B0E908
Complementary color
Monochromatic Colors of #B0E908
Black with #B0E908
Text Example
Text Example
White with #B0E908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E908; }
p { color: rgb(176,233,8); }
H1.HeaderClassName
{
color: #B0E908;
}
.AnyTagClassName
{
color: #B0E908;
}
</style>
background-color css
<style>
a { background-color: #B0E908; }
a { background-color: rgb(176,233,8); }
div.DivClassName
{
background-color: #B0E908;
}
.BgClassName
{
background-color: #B0E908;
}
</style>
border-color css
<style>
span { border-color: #B0E908; }
span { border-color: rgb(176,233,8); }
td.TdClassName
{
border-color: #B0E908;
}
.TagClassName
{
border-color: #B0E908;
}
</style>