Shades of Inch Worm #BBDC17
Tints of Inch Worm #BBDC17
RGB
CMYK
RGB Variations
Color information
#BBDC17 (or 0xBBDC17) is known color: Inch Worm. HEX triplet: BB, DC and 17. RGB value is (187,220,23). Sum of RGB (Red+Green+Blue) = 187+220+23=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC17 is #4423E8. Grayscale: #BCBCBC. Windows color (decimal): -4465641 or 1563835. OLE color: 1563835.
HSL color Cylindrical-coordinate representation of color #BBDC17: hue angle of 70.05º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBDC17 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 23 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.14 |
| HSL | 70.05º | 0.81% | 0.48% | - |
| HSV(B) | 70.05º | 0.9% | 0.86% | - |
| XYZ | 46.24 | 61.81 | 10.3 | - |
| YUV | 187.68 | 35.07 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 23 | 0.15 | 0 | 0.90 | 0.14 | 70.05 | 0.81 | 0.48 |
| Hex | BB | DC | 17 | F | 0 | 5A | E | 46 | 51 | 30 |
| Octal | 273 | 334 | 27 | 17 | 0 | 132 | 16 | 106 | 121 | 60 |
| Binary | 10111011 | 11011100 | 10111 | 1111 | 0 | 1011010 | 1110 | 1000110 | 1010001 | 110000 |
Color Harmonies of #BBDC17
Complementary color
Monochromatic Colors of #BBDC17
Black with #BBDC17
Text Example
Text Example
White with #BBDC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC17; }
p { color: rgb(187,220,23); }
H1.HeaderClassName
{
color: #BBDC17;
}
.AnyTagClassName
{
color: #BBDC17;
}
</style>
background-color css
<style>
a { background-color: #BBDC17; }
a { background-color: rgb(187,220,23); }
div.DivClassName
{
background-color: #BBDC17;
}
.BgClassName
{
background-color: #BBDC17;
}
</style>
border-color css
<style>
span { border-color: #BBDC17; }
span { border-color: rgb(187,220,23); }
td.TdClassName
{
border-color: #BBDC17;
}
.TagClassName
{
border-color: #BBDC17;
}
</style>