Shades of Inch Worm #BBF006
Tints of Inch Worm #BBF006
RGB
CMYK
RGB Variations
Color information
#BBF006 (or 0xBBF006) is known color: Inch Worm. HEX triplet: BB, F0 and 06. RGB value is (187,240,6). Sum of RGB (Red+Green+Blue) = 187+240+6=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF006 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF006 is #440FF9. Grayscale: #C6C6C6. Windows color (decimal): -4460538 or 454843. OLE color: 454843.
HSL color Cylindrical-coordinate representation of color #BBF006: hue angle of 73.59º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBF006 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 6 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.06 |
| HSL | 73.59º | 0.95% | 0.48% | - |
| HSV(B) | 73.59º | 0.98% | 0.94% | - |
| XYZ | 51.69 | 72.9 | 11.52 | - |
| YUV | 197.48 | 19.94 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 6 | 0.22 | 0 | 0.98 | 0.06 | 73.59 | 0.95 | 0.48 |
| Hex | BB | F0 | 6 | 16 | 0 | 62 | 6 | 4A | 5F | 30 |
| Octal | 273 | 360 | 6 | 26 | 0 | 142 | 6 | 112 | 137 | 60 |
| Binary | 10111011 | 11110000 | 110 | 10110 | 0 | 1100010 | 110 | 1001010 | 1011111 | 110000 |
Color Harmonies of #BBF006
Complementary color
Monochromatic Colors of #BBF006
Black with #BBF006
Text Example
Text Example
White with #BBF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF006; }
p { color: rgb(187,240,6); }
H1.HeaderClassName
{
color: #BBF006;
}
.AnyTagClassName
{
color: #BBF006;
}
</style>
background-color css
<style>
a { background-color: #BBF006; }
a { background-color: rgb(187,240,6); }
div.DivClassName
{
background-color: #BBF006;
}
.BgClassName
{
background-color: #BBF006;
}
</style>
border-color css
<style>
span { border-color: #BBF006; }
span { border-color: rgb(187,240,6); }
td.TdClassName
{
border-color: #BBF006;
}
.TagClassName
{
border-color: #BBF006;
}
</style>