Shades of Inch Worm #BBF022
Tints of Inch Worm #BBF022
RGB
CMYK
RGB Variations
Color information
#BBF022 (or 0xBBF022) is known color: Inch Worm. HEX triplet: BB, F0 and 22. RGB value is (187,240,34). Sum of RGB (Red+Green+Blue) = 187+240+34=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF022 is #440FDD. Grayscale: #C9C9C9. Windows color (decimal): -4460510 or 2289851. OLE color: 2289851.
HSL color Cylindrical-coordinate representation of color #BBF022: hue angle of 75.44º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBF022 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 34 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.06 |
| HSL | 75.44º | 0.87% | 0.54% | - |
| HSV(B) | 75.44º | 0.86% | 0.94% | - |
| XYZ | 51.94 | 73 | 12.87 | - |
| YUV | 200.67 | 33.94 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 34 | 0.22 | 0 | 0.86 | 0.06 | 75.44 | 0.87 | 0.54 |
| Hex | BB | F0 | 22 | 16 | 0 | 56 | 6 | 4B | 57 | 36 |
| Octal | 273 | 360 | 42 | 26 | 0 | 126 | 6 | 113 | 127 | 66 |
| Binary | 10111011 | 11110000 | 100010 | 10110 | 0 | 1010110 | 110 | 1001011 | 1010111 | 110110 |
Color Harmonies of #BBF022
Complementary color
Monochromatic Colors of #BBF022
Black with #BBF022
Text Example
Text Example
White with #BBF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF022; }
p { color: rgb(187,240,34); }
H1.HeaderClassName
{
color: #BBF022;
}
.AnyTagClassName
{
color: #BBF022;
}
</style>
background-color css
<style>
a { background-color: #BBF022; }
a { background-color: rgb(187,240,34); }
div.DivClassName
{
background-color: #BBF022;
}
.BgClassName
{
background-color: #BBF022;
}
</style>
border-color css
<style>
span { border-color: #BBF022; }
span { border-color: rgb(187,240,34); }
td.TdClassName
{
border-color: #BBF022;
}
.TagClassName
{
border-color: #BBF022;
}
</style>