Shades of Inch Worm #BBE100
Tints of Inch Worm #BBE100
RGB
CMYK
RGB Variations
Color information
#BBE100 (or 0xBBE100) is known color: Inch Worm. HEX triplet: BB, E1 and 00. RGB value is (187,225,0). Sum of RGB (Red+Green+Blue) = 187+225+0=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE100 is #441EFF. Grayscale: #BCBCBC. Windows color (decimal): -4464384 or 57787. OLE color: 57787.
HSL color Cylindrical-coordinate representation of color #BBE100: hue angle of 70.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBE100 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.12 |
| HSL | 70.13º | 1% | 0.44% | - |
| HSV(B) | 70.13º | 1% | 0.88% | - |
| XYZ | 47.42 | 64.42 | 9.93 | - |
| YUV | 187.99 | 21.91 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 0 | 0.17 | 0 | 1 | 0.12 | 70.13 | 1 | 0.44 |
| Hex | BB | E1 | 0 | 11 | 0 | 64 | C | 46 | 64 | 2C |
| Octal | 273 | 341 | 0 | 21 | 0 | 144 | 14 | 106 | 144 | 54 |
| Binary | 10111011 | 11100001 | 0 | 10001 | 0 | 1100100 | 1100 | 1000110 | 1100100 | 101100 |
Color Harmonies of #BBE100
Complementary color
Monochromatic Colors of #BBE100
Black with #BBE100
Text Example
Text Example
White with #BBE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE100; }
p { color: rgb(187,225,0); }
H1.HeaderClassName
{
color: #BBE100;
}
.AnyTagClassName
{
color: #BBE100;
}
</style>
background-color css
<style>
a { background-color: #BBE100; }
a { background-color: rgb(187,225,0); }
div.DivClassName
{
background-color: #BBE100;
}
.BgClassName
{
background-color: #BBE100;
}
</style>
border-color css
<style>
span { border-color: #BBE100; }
span { border-color: rgb(187,225,0); }
td.TdClassName
{
border-color: #BBE100;
}
.TagClassName
{
border-color: #BBE100;
}
</style>