Shades of Inch Worm #B0EE09
Tints of Inch Worm #B0EE09
RGB
CMYK
RGB Variations
Color information
#B0EE09 (or 0xB0EE09) is known color: Inch Worm. HEX triplet: B0, EE and 09. RGB value is (176,238,9). Sum of RGB (Red+Green+Blue) = 176+238+9=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 238 (93.36% from 255 or 56.26% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EE09 is #4F11F6. Grayscale: #C2C2C2. Windows color (decimal): -5181943 or 650928. OLE color: 650928.
HSL color Cylindrical-coordinate representation of color #B0EE09: hue angle of 76.24º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0EE09 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.07 |
| HSL | 76.24º | 0.93% | 0.48% | - |
| HSV(B) | 76.24º | 0.96% | 0.93% | - |
| XYZ | 48.53 | 70.4 | 11.29 | - |
| YUV | 193.36 | 23.96 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 9 | 0.26 | 0 | 0.96 | 0.07 | 76.24 | 0.93 | 0.48 |
| Hex | B0 | EE | 9 | 1A | 0 | 60 | 7 | 4C | 5D | 30 |
| Octal | 260 | 356 | 11 | 32 | 0 | 140 | 7 | 114 | 135 | 60 |
| Binary | 10110000 | 11101110 | 1001 | 11010 | 0 | 1100000 | 111 | 1001100 | 1011101 | 110000 |
Color Harmonies of #B0EE09
Complementary color
Monochromatic Colors of #B0EE09
Black with #B0EE09
Text Example
Text Example
White with #B0EE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE09; }
p { color: rgb(176,238,9); }
H1.HeaderClassName
{
color: #B0EE09;
}
.AnyTagClassName
{
color: #B0EE09;
}
</style>
background-color css
<style>
a { background-color: #B0EE09; }
a { background-color: rgb(176,238,9); }
div.DivClassName
{
background-color: #B0EE09;
}
.BgClassName
{
background-color: #B0EE09;
}
</style>
border-color css
<style>
span { border-color: #B0EE09; }
span { border-color: rgb(176,238,9); }
td.TdClassName
{
border-color: #B0EE09;
}
.TagClassName
{
border-color: #B0EE09;
}
</style>