Shades of Inch Worm #BBEC10
Tints of Inch Worm #BBEC10
RGB
CMYK
RGB Variations
Color information
#BBEC10 (or 0xBBEC10) is known color: Inch Worm. HEX triplet: BB, EC and 10. RGB value is (187,236,16). Sum of RGB (Red+Green+Blue) = 187+236+16=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEC10 is #4413EF. Grayscale: #C5C5C5. Windows color (decimal): -4461552 or 1109179. OLE color: 1109179.
HSL color Cylindrical-coordinate representation of color #BBEC10: hue angle of 73.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBEC10 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 16 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.07 |
| HSL | 73.36º | 0.87% | 0.49% | - |
| HSV(B) | 73.36º | 0.93% | 0.93% | - |
| XYZ | 50.58 | 70.59 | 11.45 | - |
| YUV | 196.27 | 26.27 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 16 | 0.21 | 0 | 0.93 | 0.07 | 73.36 | 0.87 | 0.49 |
| Hex | BB | EC | 10 | 15 | 0 | 5D | 7 | 49 | 57 | 31 |
| Octal | 273 | 354 | 20 | 25 | 0 | 135 | 7 | 111 | 127 | 61 |
| Binary | 10111011 | 11101100 | 10000 | 10101 | 0 | 1011101 | 111 | 1001001 | 1010111 | 110001 |
Color Harmonies of #BBEC10
Complementary color
Monochromatic Colors of #BBEC10
Black with #BBEC10
Text Example
Text Example
White with #BBEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC10; }
p { color: rgb(187,236,16); }
H1.HeaderClassName
{
color: #BBEC10;
}
.AnyTagClassName
{
color: #BBEC10;
}
</style>
background-color css
<style>
a { background-color: #BBEC10; }
a { background-color: rgb(187,236,16); }
div.DivClassName
{
background-color: #BBEC10;
}
.BgClassName
{
background-color: #BBEC10;
}
</style>
border-color css
<style>
span { border-color: #BBEC10; }
span { border-color: rgb(187,236,16); }
td.TdClassName
{
border-color: #BBEC10;
}
.TagClassName
{
border-color: #BBEC10;
}
</style>