Shades of Inch Worm #BBF320
Tints of Inch Worm #BBF320
RGB
CMYK
RGB Variations
Color information
#BBF320 (or 0xBBF320) is known color: Inch Worm. HEX triplet: BB, F3 and 20. RGB value is (187,243,32). Sum of RGB (Red+Green+Blue) = 187+243+32=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF320 is #440CDF. Grayscale: #CACACA. Windows color (decimal): -4459744 or 2159547. OLE color: 2159547.
HSL color Cylindrical-coordinate representation of color #BBF320: hue angle of 75.92º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBF320 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 32 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.05 |
| HSL | 75.92º | 0.9% | 0.54% | - |
| HSV(B) | 75.92º | 0.87% | 0.95% | - |
| XYZ | 52.8 | 74.77 | 13.02 | - |
| YUV | 202.2 | 31.95 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 32 | 0.23 | 0 | 0.87 | 0.05 | 75.92 | 0.9 | 0.54 |
| Hex | BB | F3 | 20 | 17 | 0 | 57 | 5 | 4C | 5A | 36 |
| Octal | 273 | 363 | 40 | 27 | 0 | 127 | 5 | 114 | 132 | 66 |
| Binary | 10111011 | 11110011 | 100000 | 10111 | 0 | 1010111 | 101 | 1001100 | 1011010 | 110110 |
Color Harmonies of #BBF320
Complementary color
Monochromatic Colors of #BBF320
Black with #BBF320
Text Example
Text Example
White with #BBF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF320; }
p { color: rgb(187,243,32); }
H1.HeaderClassName
{
color: #BBF320;
}
.AnyTagClassName
{
color: #BBF320;
}
</style>
background-color css
<style>
a { background-color: #BBF320; }
a { background-color: rgb(187,243,32); }
div.DivClassName
{
background-color: #BBF320;
}
.BgClassName
{
background-color: #BBF320;
}
</style>
border-color css
<style>
span { border-color: #BBF320; }
span { border-color: rgb(187,243,32); }
td.TdClassName
{
border-color: #BBF320;
}
.TagClassName
{
border-color: #BBF320;
}
</style>