Shades of Inch Worm #BBD916
Tints of Inch Worm #BBD916
RGB
CMYK
RGB Variations
Color information
#BBD916 (or 0xBBD916) is known color: Inch Worm. HEX triplet: BB, D9 and 16. RGB value is (187,217,22). Sum of RGB (Red+Green+Blue) = 187+217+22=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD916 is #4426E9. Grayscale: #BABABA. Windows color (decimal): -4466410 or 1497531. OLE color: 1497531.
HSL color Cylindrical-coordinate representation of color #BBD916: hue angle of 69.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBD916 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 22 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.15 |
| HSL | 69.23º | 0.82% | 0.47% | - |
| HSV(B) | 69.23º | 0.9% | 0.85% | - |
| XYZ | 45.45 | 60.25 | 9.99 | - |
| YUV | 185.8 | 35.56 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 22 | 0.14 | 0 | 0.90 | 0.15 | 69.23 | 0.82 | 0.47 |
| Hex | BB | D9 | 16 | E | 0 | 5A | F | 45 | 52 | 2F |
| Octal | 273 | 331 | 26 | 16 | 0 | 132 | 17 | 105 | 122 | 57 |
| Binary | 10111011 | 11011001 | 10110 | 1110 | 0 | 1011010 | 1111 | 1000101 | 1010010 | 101111 |
Color Harmonies of #BBD916
Complementary color
Monochromatic Colors of #BBD916
Black with #BBD916
Text Example
Text Example
White with #BBD916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD916; }
p { color: rgb(187,217,22); }
H1.HeaderClassName
{
color: #BBD916;
}
.AnyTagClassName
{
color: #BBD916;
}
</style>
background-color css
<style>
a { background-color: #BBD916; }
a { background-color: rgb(187,217,22); }
div.DivClassName
{
background-color: #BBD916;
}
.BgClassName
{
background-color: #BBD916;
}
</style>
border-color css
<style>
span { border-color: #BBD916; }
span { border-color: rgb(187,217,22); }
td.TdClassName
{
border-color: #BBD916;
}
.TagClassName
{
border-color: #BBD916;
}
</style>