Shades of Inch Worm #BBF616
Tints of Inch Worm #BBF616
RGB
CMYK
RGB Variations
Color information
#BBF616 (or 0xBBF616) is known color: Inch Worm. HEX triplet: BB, F6 and 16. RGB value is (187,246,22). Sum of RGB (Red+Green+Blue) = 187+246+22=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF616 is #4409E9. Grayscale: #CBCBCB. Windows color (decimal): -4458986 or 1504955. OLE color: 1504955.
HSL color Cylindrical-coordinate representation of color #BBF616: hue angle of 75.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBF616 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 22 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.04 |
| HSL | 75.8º | 0.93% | 0.53% | - |
| HSV(B) | 75.8º | 0.91% | 0.96% | - |
| XYZ | 53.59 | 76.53 | 12.71 | - |
| YUV | 202.82 | 25.95 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 22 | 0.24 | 0 | 0.91 | 0.04 | 75.8 | 0.93 | 0.53 |
| Hex | BB | F6 | 16 | 18 | 0 | 5B | 4 | 4C | 5D | 35 |
| Octal | 273 | 366 | 26 | 30 | 0 | 133 | 4 | 114 | 135 | 65 |
| Binary | 10111011 | 11110110 | 10110 | 11000 | 0 | 1011011 | 100 | 1001100 | 1011101 | 110101 |
Color Harmonies of #BBF616
Complementary color
Monochromatic Colors of #BBF616
Black with #BBF616
Text Example
Text Example
White with #BBF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF616; }
p { color: rgb(187,246,22); }
H1.HeaderClassName
{
color: #BBF616;
}
.AnyTagClassName
{
color: #BBF616;
}
</style>
background-color css
<style>
a { background-color: #BBF616; }
a { background-color: rgb(187,246,22); }
div.DivClassName
{
background-color: #BBF616;
}
.BgClassName
{
background-color: #BBF616;
}
</style>
border-color css
<style>
span { border-color: #BBF616; }
span { border-color: rgb(187,246,22); }
td.TdClassName
{
border-color: #BBF616;
}
.TagClassName
{
border-color: #BBF616;
}
</style>