Shades of Inch Worm #BBF321
Tints of Inch Worm #BBF321
RGB
CMYK
RGB Variations
Color information
#BBF321 (or 0xBBF321) is known color: Inch Worm. HEX triplet: BB, F3 and 21. RGB value is (187,243,33). Sum of RGB (Red+Green+Blue) = 187+243+33=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF321 is #440CDE. Grayscale: #CBCBCB. Windows color (decimal): -4459743 or 2225083. OLE color: 2225083.
HSL color Cylindrical-coordinate representation of color #BBF321: hue angle of 76º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBF321 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 33 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.05 |
| HSL | 76º | 0.9% | 0.54% | - |
| HSV(B) | 76º | 0.86% | 0.95% | - |
| XYZ | 52.82 | 74.78 | 13.09 | - |
| YUV | 202.32 | 32.45 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 33 | 0.23 | 0 | 0.86 | 0.05 | 76 | 0.9 | 0.54 |
| Hex | BB | F3 | 21 | 17 | 0 | 56 | 5 | 4C | 5A | 36 |
| Octal | 273 | 363 | 41 | 27 | 0 | 126 | 5 | 114 | 132 | 66 |
| Binary | 10111011 | 11110011 | 100001 | 10111 | 0 | 1010110 | 101 | 1001100 | 1011010 | 110110 |
Color Harmonies of #BBF321
Complementary color
Monochromatic Colors of #BBF321
Black with #BBF321
Text Example
Text Example
White with #BBF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF321; }
p { color: rgb(187,243,33); }
H1.HeaderClassName
{
color: #BBF321;
}
.AnyTagClassName
{
color: #BBF321;
}
</style>
background-color css
<style>
a { background-color: #BBF321; }
a { background-color: rgb(187,243,33); }
div.DivClassName
{
background-color: #BBF321;
}
.BgClassName
{
background-color: #BBF321;
}
</style>
border-color css
<style>
span { border-color: #BBF321; }
span { border-color: rgb(187,243,33); }
td.TdClassName
{
border-color: #BBF321;
}
.TagClassName
{
border-color: #BBF321;
}
</style>