Shades of Inch Worm #BBDC16
Tints of Inch Worm #BBDC16
RGB
CMYK
RGB Variations
Color information
#BBDC16 (or 0xBBDC16) is known color: Inch Worm. HEX triplet: BB, DC and 16. RGB value is (187,220,22). Sum of RGB (Red+Green+Blue) = 187+220+22=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC16 is #4423E9. Grayscale: #BCBCBC. Windows color (decimal): -4465642 or 1498299. OLE color: 1498299.
HSL color Cylindrical-coordinate representation of color #BBDC16: hue angle of 70º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBDC16 is Cyan = 0.15, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 22 | - |
| CMYK | 0.15 | 0 | 0.9 | 0.14 |
| HSL | 70º | 0.82% | 0.47% | - |
| HSV(B) | 70º | 0.9% | 0.86% | - |
| XYZ | 46.23 | 61.81 | 10.25 | - |
| YUV | 187.56 | 34.57 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 22 | 0.15 | 0 | 0.9 | 0.14 | 70 | 0.82 | 0.47 |
| Hex | BB | DC | 16 | F | 0 | 5A | E | 46 | 52 | 2F |
| Octal | 273 | 334 | 26 | 17 | 0 | 132 | 16 | 106 | 122 | 57 |
| Binary | 10111011 | 11011100 | 10110 | 1111 | 0 | 1011010 | 1110 | 1000110 | 1010010 | 101111 |
Color Harmonies of #BBDC16
Complementary color
Monochromatic Colors of #BBDC16
Black with #BBDC16
Text Example
Text Example
White with #BBDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC16; }
p { color: rgb(187,220,22); }
H1.HeaderClassName
{
color: #BBDC16;
}
.AnyTagClassName
{
color: #BBDC16;
}
</style>
background-color css
<style>
a { background-color: #BBDC16; }
a { background-color: rgb(187,220,22); }
div.DivClassName
{
background-color: #BBDC16;
}
.BgClassName
{
background-color: #BBDC16;
}
</style>
border-color css
<style>
span { border-color: #BBDC16; }
span { border-color: rgb(187,220,22); }
td.TdClassName
{
border-color: #BBDC16;
}
.TagClassName
{
border-color: #BBDC16;
}
</style>