Shades of Inch Worm #BBF316
Tints of Inch Worm #BBF316
RGB
CMYK
RGB Variations
Color information
#BBF316 (or 0xBBF316) is known color: Inch Worm. HEX triplet: BB, F3 and 16. RGB value is (187,243,22). Sum of RGB (Red+Green+Blue) = 187+243+22=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF316 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF316 is #440CE9. Grayscale: #C9C9C9. Windows color (decimal): -4459754 or 1504187. OLE color: 1504187.
HSL color Cylindrical-coordinate representation of color #BBF316: hue angle of 75.2º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBF316 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 22 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.05 |
| HSL | 75.2º | 0.9% | 0.52% | - |
| HSV(B) | 75.2º | 0.91% | 0.95% | - |
| XYZ | 52.69 | 74.72 | 12.41 | - |
| YUV | 201.06 | 26.95 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 22 | 0.23 | 0 | 0.91 | 0.05 | 75.2 | 0.9 | 0.52 |
| Hex | BB | F3 | 16 | 17 | 0 | 5B | 5 | 4B | 5A | 34 |
| Octal | 273 | 363 | 26 | 27 | 0 | 133 | 5 | 113 | 132 | 64 |
| Binary | 10111011 | 11110011 | 10110 | 10111 | 0 | 1011011 | 101 | 1001011 | 1011010 | 110100 |
Color Harmonies of #BBF316
Complementary color
Monochromatic Colors of #BBF316
Black with #BBF316
Text Example
Text Example
White with #BBF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF316; }
p { color: rgb(187,243,22); }
H1.HeaderClassName
{
color: #BBF316;
}
.AnyTagClassName
{
color: #BBF316;
}
</style>
background-color css
<style>
a { background-color: #BBF316; }
a { background-color: rgb(187,243,22); }
div.DivClassName
{
background-color: #BBF316;
}
.BgClassName
{
background-color: #BBF316;
}
</style>
border-color css
<style>
span { border-color: #BBF316; }
span { border-color: rgb(187,243,22); }
td.TdClassName
{
border-color: #BBF316;
}
.TagClassName
{
border-color: #BBF316;
}
</style>